|
1 year ago | |
---|---|---|
model | 1 year ago | |
partials | 1 year ago | |
posts | 1 year ago | |
web | 1 year ago | |
.gitignore | 1 year ago | |
README.md | 1 year ago | |
app.js | 1 year ago | |
config.js | 1 year ago | |
index.js | 1 year ago | |
package-lock.json | 1 year ago | |
package.json | 1 year ago | |
remove-site.js | 1 year ago |
Build a blog using markdown files
md file structure has to follow these conditions:
To be continued
Posts must be created in the following format - YYYY-MM-DAY-postname.md
The file structure can only be base, year, or month.
Ex. posts > post.md
Ex. posts > 2019 > post.md
Ex. posts > 2019 > 01 > post.md
Posts will always be build in one structure.
posts > year > post.html
To be continued
Each folder will have a generated index.html which provides a listing of all the posts which fall under that category. The same goes for tags.
A 'tag' folder will be generated to have an index type listing of all the tagged posts.