refactor: moved to hugo

This commit is contained in:
Felipe M 2024-06-16 20:39:53 +02:00
parent 4c6912edd0
commit e77e5583c2
Signed by: fmartingr
GPG key ID: CCFBC5637D4000A8
604 changed files with 1675 additions and 2279 deletions

56
hugo.toml Normal file
View file

@ -0,0 +1,56 @@
baseURL = 'https://fmartingr.com/'
languageCode = 'en-us'
title = 'Felipe Martin'
theme = ["fmartingr"]
[params.umami]
script_url = "https://umami.fmartingr.dev/script.js"
website_id = "18da78a4-f6bd-4560-88fd-e28ca0b487fa"
[params.site_style]
container_class = "center"
[params.hugomods.images]
modern_format = "jpeg"
[imaging]
quality = 100
[imaging.exif]
disableDate = true
disableLatLong = true
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.highlight]
codeFences = true
guessSyntax = true
lineNos = true
style = "dracula"
[menus]
[[menus.main]]
name = 'Home'
pageRef = '/'
weight = 10
[[menus.main]]
name = 'Blog'
pageRef = '/blog'
weight = 20
# [[menus.main]]
# name = 'Now'
# pageRef = '/now'
# weight = 30
[[menus.main]]
name = 'About'
pageRef = '/about'
weight = 40
[[module.imports]]
path = "github.com/hugomods/images"
[[module.mounts]]
source = "content"
target = "content"