website/hugo.yaml
Eduardo Figueroa 5f99171e71
All checks were successful
Build and Deploy Hugo Site / deploy (push) Successful in 1m55s
new git profile
2026-03-19 16:27:32 -07:00

54 lines
1,008 B
YAML

baseURL: "https://edfig.dev/"
title: EdFig.dev
theme: hugo-book
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
disablePathToLower: true
enableGitInfo: true
markup:
goldmark:
renderer:
unsafe: true
tableOfContents:
startLevel: 1
highlight:
style: monokai
codeFences: true
lineNos: true
guessSyntax: true
params:
BookTheme: dark
BookSearch: true
BookToC: true
BookSection: docs
BookDateFormat: "January 2, 2006"
BookComments: false
menu:
before:
- name: "Tags"
url: "/tags/"
weight: 10
- name: "Categories"
url: "/categories/"
weight: 20
after:
- name: "GitHub"
url: "https://git.fig.systems/eddie/website.git"
weight: 10
- name: "Mastodon"
url: "https://mastodon.social/@edfig"
weight: 20
- name: "Bluesky"
url: "https://bsky.app/profile/edfig.dev"
weight: 30
- name: "RSS"
url: "https://edfig.dev/index.xml"
weight: 40