mirror of
https://github.com/TrezOne/congo-hindi-gujarati.git
synced 2026-07-18 16:48:28 -04:00
🍱 Add exampleSite
This commit is contained in:
Executable
+28
@@ -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"
|
||||
Reference in New Issue
Block a user