🍱 Add exampleSite

This commit is contained in:
James Panther
2021-08-11 17:27:32 +10:00
parent f97add5d5f
commit 57784ce892
10 changed files with 388 additions and 0 deletions
+28
View File
@@ -0,0 +1,28 @@
baseURL = "https://example.com"
theme = "Congo"
languageCode = "en-AU"
title = "Congo"
[author]
name = "Freddy Blogger"
image = "https://i.pravatar.cc/150?img=11"
twitter = "https://twitter.com/"
github = "https://github.com/"
linkedin = "https://linkedin.com/"
[[menu.main]]
name = "Blog"
pageRef = "blog"
weight = 10
[[menu.main]]
name = "About"
pageRef = "about"
weight = 20
[[menu.main]]
name = "Tags"
url = "tags"
weight = 30
[taxonomies]
category = "categories"
tag = "tags"