aboutsummaryrefslogblamecommitdiff
path: root/hugo.toml
blob: 23327ba894116b3d33edb68ad58e9ac7e0ab6997 (plain) (tree)
1
2
3
4
5
6
7
8
9

                              

                             
                      



                    










                                
                                     







                                   




                             




                       




                           

                             


              




                        

                       
           



                      
           
 
 

                           
                             
           
 
              

                       

           

                   
                    
           































                                                     
                       
                         
 
 







                          
baseURL = "https://neonxp.ru/"
languageCode = "ru-RU"
defaultContentLanguage = "ru"
title = "neonxp.log"
enableRobotsTXT = true
enableGitInfo = true
noBuildLock = true
noChmod = true


[params]
logo = "/img/logo.png"

[params.imageProcessing.cover]
enabled = true

[params.imageProcessing.content]
enabled = true

[params.dateFormat]
published = "Monday, 02 January 2006"
lastUpdated = "15:04 02.01.2006"

[params.comments]
host = "https://comments.neonxp.ru"
site = "neonxp_ru"
locale = "ru"

[[menus.main]]
name = 'Бортжурнал'
pageRef = '/posts'
weight = 5

[[menus.main]]
name = 'Проекты'
pageRef = '/projects'
weight = 10

[[menus.main]]
name = 'Игры'
pageRef = '/projects/games'
weight = 15

[[menus.main]]
name = 'Git'
url = 'https://git.neonxp.ru'
weight = 20

[[menus.main]]
name = 'Go модули'
url = '/go/'
weight = 25

[[menus.main]]
name = 'Заметки'
pageRef = '/notes'
weight = 35

[[menus.main]]
name = 'Обо мне'
pageRef = '/pages/me'
weight = 40


[[menus.main]]
name = 'Гостевуха'
pageRef = '/pages/guestbook/'
weight = 45

[[menus.main]]
name = 'Заметки'
pageRef = '/notes'
weight = 50

[[menus.main]]
name = 'Архив'
pageRef = '/archive'
weight = 55


[permalinks]
post = "/post/:year/:month/:slug/"
page = "/pages/:slug/"

# [markup.goldmark.extensions.passthrough]
# enable = true

# [markup.goldmark.extensions.passthrough.delimiters]
# block = [["\\[", "\\]"], ["$$", "$$"]]
# inline = [["\\(", "\\)"]]

[markup.goldmark.renderer]
unsafe = true

[markup.tableOfContents]
endLevel = 4
ordered = true
startLevel = 1

[markup.highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = false
lineNumbersInTable = true
tabWidth = 4

[outputs]
page = ["html"]
home = ["html", "json"]
section = ["html", "rss"]


[pagination]
disableAliases = false
pagerSize = 10
path = "page"

# [taxonomies]
#   tag = 'Тег'
#   category = "categories"