Write A Short Introduction


 
  1 minute to read

If the show_introduction variable in _config.yml is set true, a short introduction is displayed under the blog title.

# _config.yml
tiled:
  # ...
  show_introduction: true
  # ...

To display an introduction on the home-site a introduction variable need to be set in the markdown file:

---
layout: post
introduction: "How is it possible to write a short introduction text under the link to the blog!"
...
---

Here comes to blog post...

Result

The introduction text is now displayed on the home-site:

Introduction Text



The theme is to write blog posts, either in categories or a single collection of posts. It is not designed to write a documentation. It uses bootstrap 5 and is fully responsive. Also code blocks with syntax highlighting are supported. The theme is designed to be used with Jekyll and GitHub Pages.

  Distributed by 0x007E
 Powerd by  Jekyll  and  Tilde