mirror of
https://github.com/seigler/dash-website
synced 2025-07-26 23:06:09 +00:00
Blog section
The blog is driven by the _posts directory nested in each language.
This commit is contained in:
parent
8374114bc0
commit
01c297d5e7
18 changed files with 166 additions and 11 deletions
|
@ -1,4 +1,4 @@
|
|||
To create a new post, all you need to do is create a file in the _posts directory. How you name files in this folder is important. Jekyll requires blog post files to be named according to the following format:
|
||||
To create a new post, all you need to do is create a file in the _i18n/[language]/_posts directory. How you name files in this folder is important. Jekyll requires blog post files to be named according to the following format:
|
||||
|
||||
YEAR-MONTH-DAY-title.MARKUP
|
||||
Where YEAR is a four-digit number, MONTH and DAY are both two-digit numbers, and MARKUP is the file extension representing the format used in the file. For example, the following are examples of valid post filenames:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue