Skip to content

Commit

Permalink
bienvenida
Browse files Browse the repository at this point in the history
  • Loading branch information
FCanfran committed Jul 15, 2024
1 parent 9c5820d commit cc20c4f
Show file tree
Hide file tree
Showing 38 changed files with 555 additions and 812 deletions.
138 changes: 138 additions & 0 deletions config.yaml
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

7 changes: 7 additions & 0 deletions content/archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Archive"
layout: "archives"
url: "/archives/"
summary: archives
---

36 changes: 36 additions & 0 deletions content/contacto.md
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
52 changes: 52 additions & 0 deletions content/posts/bienvenida.md
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!


8 changes: 8 additions & 0 deletions content/search.md
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"
---
4 changes: 0 additions & 4 deletions hugo.yaml

This file was deleted.

8 changes: 8 additions & 0 deletions notes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

# Tutorial

### Enlaces

[Github pages hosting](https://gohugo.io/hosting-and-deployment/hosting-on-github/)

### Añadir contenido

Create new content with the command "hugo new content <SECTIONNAME>/<FILENAME>.<FORMAT>".
Expand All @@ -19,3 +23,7 @@ hugo server -D

Para subir a github pages hacer un commit y un push. Automáticamente se genera.

### Papermod (template)

[Features](https://adityatelange.github.io/hugo-PaperMod/posts/papermod/papermod-features/)

Loading

0 comments on commit cc20c4f

Please sign in to comment.