Template to build a versatile blog forked from jeffreytse
- Go to _data/defaults.yml and change the values for
- heading
- subheading
- Go to _data/translate_langs.yml to customize the options for automatic translations by adding or removing entries.
- To change the background image
- upload the file (ideally .jpeg) to assets/images/banners/
- change the entry for banner in index.html such that it points to your image of choice
- Go to _config.yml and change the values for
- title
- author
- copyright
- description
- favicon
- Got to about.md and tell the world who you are
- To do so, look up the markdown syntax in some guide
- Go to _posts and add you first post
- the file needs to have a markdown extension (.md)
- the file name needs to follow the format year-month-day-filename.md (e.g. 2021-12-24-filename.md)
- in the head of the file, you need to provide values to the following entries (the value for layout needs to be post):
- layout: post
- title: Markdown Guide
- subtitle: Resources to work with Markdown
- categories: markdown
- tags: [guide, markdown]
- Write the content of the post in markdown
This theme is licensed under the MIT license © JeffreyTse.