Crear blog (y añadir primera entrada)
This commit is contained in:
commit
21f9f5714f
27 changed files with 471 additions and 0 deletions
103
hugo.yaml
Normal file
103
hugo.yaml
Normal file
|
|
@ -0,0 +1,103 @@
|
|||
|
||||
baseURL: "https://blog.pnh.09072007.xyz/"
|
||||
title: "Blog del Partido Nacional Hispanista"
|
||||
theme: PaperMod
|
||||
|
||||
enableRobotsTXT: true
|
||||
buildDrafts: false
|
||||
buildFuture: false
|
||||
buildExpired: false
|
||||
|
||||
minify:
|
||||
disableXML: true
|
||||
minifyOutput: true
|
||||
|
||||
params:
|
||||
env: production # activa analytics, opengraph, twitter-cards y schema
|
||||
title: "Blog del Partido Nacional Hispanista"
|
||||
description: "Voz oficial del PNH. Aquí encontrarás manifiestos, comunicados y reflexiones para la Hispanidad."
|
||||
keywords: [Blog, PNH, PNHispanista, Hispanidad, Nacionalismo]
|
||||
author: "Partido Nacional Hispanista"
|
||||
images: [""]
|
||||
DateFormat: "2 de enero de 2006"
|
||||
defaultTheme: auto # dark, light
|
||||
disableThemeToggle: false
|
||||
|
||||
ShowReadingTime: true
|
||||
ShowShareButtons: true
|
||||
ShowPostNavLinks: true
|
||||
ShowBreadCrumbs: true
|
||||
ShowCodeCopyButtons: false
|
||||
ShowWordCount: true
|
||||
ShowRssButtonInSectionTermList: true
|
||||
UseHugoToc: true
|
||||
disableSpecial1stPost: false
|
||||
disableScrollToTop: false
|
||||
comments: false
|
||||
hidemeta: false
|
||||
hideSummary: false
|
||||
showtoc: false
|
||||
tocopen: false
|
||||
|
||||
assets:
|
||||
favicon: "/favicon.ico"
|
||||
favicon16x16: "/favicon-16x16.png"
|
||||
favicon32x32: "/favicon-32x32.png"
|
||||
apple_touch_icon: "/apple-touch-icon.png"
|
||||
safari_pinned_tab: "/safari-pinned-tab.svg"
|
||||
|
||||
label:
|
||||
text: "Inicio"
|
||||
icon: "/apple-touch-icon.png"
|
||||
iconHeight: 35
|
||||
|
||||
homeInfoParams:
|
||||
Title: "Bienvenido al Blog del Partido Nacional Hispanista 🇪🇸"
|
||||
Content: "Comunicados oficiales, manifiestos y análisis para defender la Hispanidad."
|
||||
|
||||
socialIcons:
|
||||
- name: x
|
||||
url: "https://x.com/pnhispanista"
|
||||
- name: gitlab
|
||||
url: "https://gitlab.com/PNHispanista"
|
||||
- name: telegram
|
||||
url: "https://t.me/pnhispanista"
|
||||
- name: youtube
|
||||
url: "https://www.youtube.com/@pnhispanista"
|
||||
|
||||
cover:
|
||||
hidden: true # oculta portadas en todas partes excepto structured data
|
||||
hiddenInList: true
|
||||
hiddenInSingle: true
|
||||
|
||||
editPost:
|
||||
URL: "https://gitlab.com/PNHispanista/blog/content"
|
||||
Text: "Proponer cambios" # texto para link de edición
|
||||
appendFilePath: true
|
||||
|
||||
fuseOpts:
|
||||
isCaseSensitive: false
|
||||
shouldSort: true
|
||||
location: 0
|
||||
distance: 1000
|
||||
threshold: 0.4
|
||||
minMatchCharLength: 0
|
||||
limit: 10
|
||||
keys: ["title", "permalink", "summary", "content"]
|
||||
|
||||
menu:
|
||||
main:
|
||||
- identifier: categories
|
||||
name: "Categorías"
|
||||
url: /categories/
|
||||
weight: 10
|
||||
- identifier: tags
|
||||
name: "Etiquetas"
|
||||
url: /tags/
|
||||
weight: 20
|
||||
|
||||
pygmentsUseClasses: true
|
||||
markup:
|
||||
highlight:
|
||||
noClasses: false
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue