diff options
author | Mole Shang <[email protected]> | 2023-04-16 21:58:18 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2023-04-16 21:58:18 +0800 |
commit | 1f2e7aa880360ebb3d017468b663aeb932524398 (patch) | |
tree | c15148bb12c29f3e779353f36c0c3b467d924daf /content/_index.md | |
download | zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.tar.gz zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.tar.bz2 zola-blog-1f2e7aa880360ebb3d017468b663aeb932524398.zip |
initial commit
Diffstat (limited to 'content/_index.md')
-rw-r--r-- | content/_index.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/_index.md b/content/_index.md new file mode 100644 index 0000000..32c2408 --- /dev/null +++ b/content/_index.md @@ -0,0 +1,5 @@ ++++ +template = "home.html" +paginate_by = 5 +sort_by = "date" ++++ |