mirror of
https://github.com/avitex/avitex.github.io
synced 2025-01-15 12:29:57 +00:00
gitignore for drafts, fix post order
This commit is contained in:
parent
d762d54bac
commit
fbef748bfb
1
content/blog/.gitignore
vendored
Normal file
1
content/blog/.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.draft.md
|
@ -1,4 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
|
sort_by = "date"
|
||||||
paginate_by = 10
|
paginate_by = 10
|
||||||
insert_anchor_links = "right"
|
insert_anchor_links = "right"
|
||||||
template = "blog.html"
|
template = "blog.html"
|
||||||
|
Loading…
Reference in New Issue
Block a user