forked from miguel/dejael10
primer commit
This commit is contained in:
commit
353239bda6
112 changed files with 7135 additions and 0 deletions
26
config/_default/hugo.toml
Normal file
26
config/_default/hugo.toml
Normal 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
|
||||
49
config/_default/menus.toml
Normal file
49
config/_default/menus.toml
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
# [[main]]
|
||||
# identifier = "home"
|
||||
# name = "Home"
|
||||
# url = "/"
|
||||
# weight = 1
|
||||
|
||||
# [[main]]
|
||||
# identifier = "about"
|
||||
# name = "About me"
|
||||
# url = "/about"
|
||||
# weight = 2
|
||||
|
||||
# [[main]]
|
||||
# identifier = "categories"
|
||||
# name = "Categories"
|
||||
# url = "/categories"
|
||||
# weight = 3
|
||||
|
||||
# [[main]]
|
||||
# identifier = "tags"
|
||||
# name = "Tags"
|
||||
# url = "/tags"
|
||||
# weight = 4
|
||||
|
||||
# [[main]]
|
||||
# identifier = "donate"
|
||||
# name = "Donate"
|
||||
# url = "https://ko-fi.com/nixentric"
|
||||
# weight = 5
|
||||
|
||||
# Social Media Configuration
|
||||
|
||||
[[social]]
|
||||
identifier = "mastodon"
|
||||
name = "Mastodon"
|
||||
url = "https://mstdn.mx/@cmxsl"
|
||||
weight = 1
|
||||
|
||||
[[social]]
|
||||
identifier = "mediagoblin"
|
||||
name = "Mediagoblin"
|
||||
url = "https://media.cmxsl.org/"
|
||||
weight = 2
|
||||
|
||||
[[social]]
|
||||
identifier = "git"
|
||||
name = "Código fuente del sitio"
|
||||
url = "https://git.cmxsl.org/"
|
||||
weight = 3
|
||||
33
config/_default/params.toml
Normal file
33
config/_default/params.toml
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Homepage Config
|
||||
isSinglePage = true
|
||||
|
||||
# Meta Config
|
||||
description = "Hello"
|
||||
|
||||
# Header Configuration
|
||||
avatar = "img/logo.png"
|
||||
|
||||
#favicon
|
||||
favicon = "icons/favicon.ico"
|
||||
|
||||
# disqus is a comment system. see https://disqus.com
|
||||
disqusShortname = ""
|
||||
|
||||
[emoji]
|
||||
enableEmoji = true
|
||||
|
||||
# giscus is a comment system based on GitHub Discussions. see https://giscus.app
|
||||
[giscus]
|
||||
enable = false
|
||||
repo = ""
|
||||
repoId = ""
|
||||
category = "Announcements"
|
||||
categoryId = ""
|
||||
# mapping = "pathname" # comment value is the default value
|
||||
# strict = 0
|
||||
# reactionsEnabled = 1
|
||||
# emitMetadata = 0
|
||||
# inputPosition = "top"
|
||||
# theme = "light"
|
||||
# lang = "zh-CN"
|
||||
# lazyLoading = true
|
||||
Loading…
Add table
Add a link
Reference in a new issue