1
0
Fork 0
forked from miguel/dejael10

primer commit

This commit is contained in:
dinomug 2026-01-27 19:26:18 -06:00
commit 353239bda6
No known key found for this signature in database
112 changed files with 7135 additions and 0 deletions

26
config/_default/hugo.toml Normal file
View file

@ -0,0 +1,26 @@
baseURL = 'https://dejael10.cmxsl.org/'
copyright = "{year}" # To make 2007 - 2022. Just add before {year} example: 2007 - {year}
languageCode = 'en-US'
defaultContentLanguage = 'es'
theme = 'enchanted-lowkey'
title = 'Deja el 10'
enableRobotsTXT = true
summaryLength = 15
pagerSize = 5
[markup]
[markup.highlight]
anchorLineNos = false
codeFences = true
guessSyntax = false
hl_Lines = ''
hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = false
lineNumbersInTable = false
noClasses = true
noHl = false
style = 'dracula'
tabWidth = 4