New site
This commit is contained in:
8
config/_default/hugo.toml
Normal file
8
config/_default/hugo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
baseURL = 'https://incngrnt.ca/'
|
||||
languageCode = 'en-ca'
|
||||
title = 'incngrnt'
|
||||
theme = 'kayal'
|
||||
|
||||
|
||||
[outputs]
|
||||
home = ["HTML","RSS","JSON"]
|
||||
11
config/_default/menus.toml
Normal file
11
config/_default/menus.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[[main]]
|
||||
name = "behind-icngrnt"
|
||||
title = "Behind icngrnt"
|
||||
url = "/behind-incngrnt/"
|
||||
weight = 1
|
||||
[[main]]
|
||||
name = "Gitea"
|
||||
title = ""
|
||||
pre = "gitea"
|
||||
url = "https://git.incngrnt.ca/grant"
|
||||
weight = 4
|
||||
10
config/_default/params.toml
Normal file
10
config/_default/params.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
logo = "incngrnt.webp"
|
||||
copyright = "Grant Hunter"
|
||||
inhancedTitle = "<span>inc</span><span class='flicker'>o</span><span>ngr</span><span class='flicker'>ue</span><span>nt</span>"
|
||||
enableSearch = false
|
||||
|
||||
[homepage]
|
||||
showRecent = false
|
||||
|
||||
[homepage.profile]
|
||||
headline = 'Just a little different'
|
||||
Reference in New Issue
Block a user