Initial import of Hugo site to Forgejo
This commit is contained in:
commit
cb1ba0317f
1259 changed files with 236349 additions and 0 deletions
13
config/_default/hugo.toml
Normal file
13
config/_default/hugo.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
title = "AlipourIm journeys"
|
||||
theme = "PaperMod"
|
||||
enableRobotsTXT = true
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
|
||||
[params]
|
||||
defaultTheme = "auto"
|
||||
showReadingTime = true
|
||||
showPostNavLinks = true
|
||||
showBreadCrumbs = true
|
||||
showCodeCopyButtons = true
|
||||
4
config/clearnet/hugo.toml
Normal file
4
config/clearnet/hugo.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
baseURL = "https://blog.alipour.eu/"
|
||||
# Example: turn on analytics only on clearnet (if you add later)
|
||||
# [params]
|
||||
# plausible = true
|
||||
4
config/onion/hugo.toml
Normal file
4
config/onion/hugo.toml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
baseURL = "http://fjthpp2h3mj2rup25r3psmqamutnkbvxbpltlohdthw6fscgo3t6bpad.onion/"
|
||||
# Example: disable analytics or third-party scripts on onion
|
||||
# [params]
|
||||
# plausible = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue