🎉 Initial commit

This commit is contained in:
James Panther
2021-08-11 15:28:33 +10:00
commit a6a3ee761e
54 changed files with 6713 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[author]
# name = "Your name here"
# image = "/img/author.jpg"
# email = "hello@your_domain.com"
# twitter = "https://twitter.com/username"
# github = "https://github.com/username"
# keybase = "https://keybase.io/username"
# linkedin = "https://linkedin.com/in/username/"
+9
View File
@@ -0,0 +1,9 @@
theme = "congo"
# baseURL = "https://your_domain.com/"
languageCode = "en"
title = "Congo"
# copyright = "Copy, _right?_ :thinking_face:"
enableEmoji = true
enableRobotsTXT = true
+5
View File
@@ -0,0 +1,5 @@
[highlight]
noClasses = false
[goldmark.renderer]
unsafe = true
+14
View File
@@ -0,0 +1,14 @@
[[main]]
name = "Blog"
pageRef = "posts"
weight = 10
[[main]]
name = "Categories"
pageRef = "categories"
weight = 20
[[main]]
name = "Tags"
pageRef = "tags"
weight = 30
+9
View File
@@ -0,0 +1,9 @@
[verification]
# google = ""
# bing = ""
# pinterest = ""
# yandex = ""
[fathomAnalytics]
# site = "ABC12345"
# domain = "llama.yoursite.com"