mirror of
https://github.com/ahoneybun/ahoneybun.net.git
synced 2025-05-12 11:14:01 -06:00
update RSS and add template file for posts
This commit is contained in:
parent
04512297c5
commit
9d870a91cc
2 changed files with 11 additions and 2 deletions
|
@ -15,7 +15,7 @@ compile_sass = true
|
||||||
minify_html = true
|
minify_html = true
|
||||||
build_search_index = false # Keep this false, search is temporarily unsupported
|
build_search_index = false # Keep this false, search is temporarily unsupported
|
||||||
generate_feeds = true # Whether to generate a feed file in root, read docs for more info about rss feed
|
generate_feeds = true # Whether to generate a feed file in root, read docs for more info about rss feed
|
||||||
feed_filenames = ["rss.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
|
feed_filenames = ["feed.xml"] # The file name of feed, "feed.xml" / "atom.xml" / "rss.xml", read docs for more info
|
||||||
taxonomies = [{ name = "tags" }, { name = "categories" }]
|
taxonomies = [{ name = "tags" }, { name = "categories" }]
|
||||||
|
|
||||||
[markdown]
|
[markdown]
|
||||||
|
@ -68,7 +68,7 @@ links = [
|
||||||
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
|
{ name = "Mastodon", icon = "mastodon", url = "https://hachyderm.io/@ahoneybun" },
|
||||||
{ name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" },
|
{ name = "Linkedin", icon = "linkedin", url = "https://www.linkedin.com/in/athoneycutt/" },
|
||||||
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
|
{ name = "Email", icon = "email", url = "mailto:aaronhoneycutt@proton.me>" },
|
||||||
{ name = "RSS", icon = "rss", url = "https://ahoneybun.net/rss.xml" },
|
{ name = "RSS", icon = "rss", url = "https://ahoneybun.net/feed.xml" },
|
||||||
]
|
]
|
||||||
|
|
||||||
force_theme = false # false | "light" | "dark"
|
force_theme = false # false | "light" | "dark"
|
||||||
|
|
9
content/posts/template.md
Normal file
9
content/posts/template.md
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
+++
|
||||||
|
title = "Something Something Dark side"
|
||||||
|
date = 2xxx-xx-xx
|
||||||
|
draft = true
|
||||||
|
|
||||||
|
[taxonomies]
|
||||||
|
categories = [ "blog" ]
|
||||||
|
tags = [ "topic" ]
|
||||||
|
+++
|
Loading…
Add table
Add a link
Reference in a new issue