-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
38 changed files
with
555 additions
and
812 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,138 @@ | ||
baseURL: "https://elpaisperdido.com/" | ||
title: El País Perdido | ||
paginate: 5 | ||
theme: PaperMod | ||
|
||
enableRobotsTXT: true | ||
buildDrafts: false | ||
buildFuture: false | ||
buildExpired: false | ||
|
||
googleAnalytics: UA-123-45 | ||
|
||
minify: | ||
disableXML: true | ||
minifyOutput: true | ||
|
||
params: | ||
env: production # to enable google analytics, opengraph, twitter-cards and schema. | ||
title: ExampleSite | ||
description: "ExampleSite description" | ||
keywords: [Blog, Portfolio, PaperMod] | ||
author: Fernando Martín Canfrán | ||
# author: ["Me", "You"] # multiple authors | ||
images: ["<link or path of image for opengraph, twitter-cards>"] | ||
DateFormat: "January 2, 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: true | ||
tocopen: true | ||
|
||
assets: | ||
# disableHLJS: true # to disable highlight.js | ||
# disableFingerprinting: true | ||
favicon: "<link / abs url>" | ||
favicon16x16: "<link / abs url>" | ||
favicon32x32: "<link / abs url>" | ||
apple_touch_icon: "<link / abs url>" | ||
safari_pinned_tab: "<link / abs url>" | ||
|
||
label: | ||
text: "Menú" | ||
icon: /apple-touch-icon.png | ||
iconHeight: 35 | ||
|
||
# profile-mode | ||
profileMode: | ||
enabled: false # needs to be explicitly set | ||
title: ExampleSite | ||
subtitle: "This is subtitle" | ||
imageUrl: "<img location>" | ||
imageWidth: 120 | ||
imageHeight: 120 | ||
imageTitle: my image | ||
buttons: | ||
- name: Posts | ||
url: posts | ||
- name: Etiquetas | ||
url: etiquetas | ||
|
||
# home-info mode | ||
homeInfoParams: | ||
Title: "¡Salud País! \U0001F44B \U000026F0" | ||
Content: Vaya estrapalucio... | ||
|
||
#socialIcons: | ||
# - name: github | ||
# url: "https://github.com/FCanfran" | ||
|
||
analytics: | ||
google: | ||
SiteVerificationTag: "XYZabc" | ||
bing: | ||
SiteVerificationTag: "XYZabc" | ||
yandex: | ||
SiteVerificationTag: "XYZabc" | ||
|
||
cover: | ||
hidden: true # hide everywhere but not in structured data | ||
hiddenInList: true # hide on list pages and home | ||
hiddenInSingle: true # hide on single page | ||
|
||
#editPost: | ||
# URL: "https://github.com/<path_to_repo>/content" | ||
# Text: "Suggest Changes" # edit text | ||
# appendFilePath: true # to append file path to Edit link | ||
|
||
# for search | ||
# https://fusejs.io/api/options.html | ||
fuseOpts: | ||
isCaseSensitive: false | ||
shouldSort: true | ||
location: 0 | ||
distance: 1000 | ||
threshold: 0.4 | ||
minMatchCharLength: 0 | ||
limit: 10 # refer: https://www.fusejs.io/api/methods.html#search | ||
keys: ["title", "permalink", "summary", "content"] | ||
menu: | ||
main: | ||
- identifier: etiquetas | ||
name: Etiquetas | ||
url: /tags/ | ||
weight: 10 | ||
- identifier: contacto | ||
name: Contacto | ||
url: contacto | ||
weight: 20 | ||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma | ||
pygmentsUseClasses: true | ||
markup: | ||
highlight: | ||
noClasses: false | ||
# anchorLineNos: true | ||
# codeFences: true | ||
# guessSyntax: true | ||
# lineNos: true | ||
# style: monokai | ||
|
||
outputs: | ||
home: | ||
- HTML | ||
- RSS | ||
- JSON # necessary for search | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Archive" | ||
layout: "archives" | ||
url: "/archives/" | ||
summary: archives | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
title: "Quién soy yo" | ||
# weight: 1 | ||
# aliases: ["/first"] | ||
tags: ["Contacto"] | ||
# author: ["Me", "You"] # multiple authors | ||
showToc: true | ||
TocOpen: false | ||
draft: false | ||
hidemeta: true | ||
comments: false | ||
canonicalURL: "https://canonical.url/to/page" | ||
disableHLJS: true # to disable highlightjs | ||
disableShare: true | ||
disableHLJS: false | ||
hideSummary: false | ||
searchHidden: true | ||
ShowReadingTime: false | ||
ShowBreadCrumbs: false | ||
ShowPostNavLinks: false | ||
ShowWordCount: false | ||
ShowRssButtonInSectionTermList: false | ||
UseHugoToc: true | ||
cover: | ||
image: "<image path/url>" # image path/url | ||
alt: "<alt text>" # alt text | ||
caption: "<text>" # display caption under cover | ||
relative: false # when using page bundles set this to true | ||
hidden: true # only hide on current single page | ||
--- | ||
|
||
Soy Fernando Martín Canfrán. Tengo 24 años. | ||
|
||
Soy un apasionado del deporte así como de la naturaleza, en especial de la montaña, en concreto del Pirineo. | ||
|
||
Te puedes poner en contacto conmigo a través de mi correo electrónico: fermarcanfran@gmail.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: "Bienvenida" | ||
date: 2024-07-15T11:30:03+00:00 | ||
# weight: 1 | ||
# aliases: ["/first"] | ||
tags: ["Bienvenida"] | ||
author: "Yo" | ||
# author: ["Me", "You"] # multiple authors | ||
showToc: true | ||
TocOpen: false | ||
draft: false | ||
hidemeta: false | ||
comments: false | ||
description: "Comenzamos" | ||
canonicalURL: "https://canonical.url/to/page" | ||
disableHLJS: true # to disable highlightjs | ||
disableShare: false | ||
disableHLJS: false | ||
hideSummary: false | ||
searchHidden: true | ||
ShowReadingTime: true | ||
ShowBreadCrumbs: true | ||
ShowPostNavLinks: true | ||
ShowWordCount: true | ||
ShowShareButtons: true | ||
ShowRssButtonInSectionTermList: true | ||
UseHugoToc: true | ||
cover: | ||
image: "<image path/url>" # image path/url | ||
alt: "<alt text>" # alt text | ||
caption: "<text>" # display caption under cover | ||
relative: false # when using page bundles set this to true | ||
hidden: true # only hide on current single page | ||
|
||
#editPost: | ||
# URL: "https://github.com/<path_to_repo>/content" | ||
# Text: "Suggest Changes" # edit text | ||
# appendFilePath: true # to append file path to Edit link | ||
--- | ||
|
||
A ver, ¿qué es esto pues? Pues mira esto es un *blog* de estos que llaman, que básicamente es un diario o si quieres una bitácora en línea. Vamos, un lugar donde voy a ir escribiendo un poquico lo que me venga en gana y cuando me de la gana. Para que lo lea quién quiera y quien no quiera no lo lea. | ||
|
||
Voy a intentar hacerlo lo mejor que pueda, o, como dijo un tal M.Rajoy: | ||
|
||
*"haré todo lo que pueda y un poco más de lo que pueda si es que eso es posible, y haré todo lo posible e incluso lo imposible si también lo imposible es posible."* | ||
|
||
Y eso pues. Vamos viendo. | ||
|
||
|
||
¡Salud País! | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
title: "Search" # in any language you want | ||
layout: "search" # necessary for search | ||
# url: "/archive" | ||
# description: "Description for Search" | ||
summary: "search" | ||
placeholder: "placeholder text in search input box" | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.