mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
start work moving to serene theme
This commit is contained in:
parent
e112d63d51
commit
06ec754229
78 changed files with 1552 additions and 140 deletions
|
@ -1,3 +1,8 @@
|
|||
+++
|
||||
sort_by = "date"
|
||||
template = 'home.html'
|
||||
|
||||
[extra]
|
||||
lang = 'en'
|
||||
+++
|
||||
|
||||
Words about you
|
||||
|
|
12
content/posts/_index.md
Normal file
12
content/posts/_index.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
+++
|
||||
title = "My Blog"
|
||||
description = "My blog site."
|
||||
sort_by = "date"
|
||||
template = "blog.html"
|
||||
page_template = "post.html"
|
||||
insert_anchor_links = "right"
|
||||
generate_feeds = true
|
||||
|
||||
[extra]
|
||||
lang = 'en'
|
||||
+++
|
Loading…
Add table
Add a link
Reference in a new issue