- Configure Lynx theme as Hugo module - Add high-quality author.png generated from vector EPS source - Update hugo.yaml with author configuration and module imports - Add _vendor/ to .gitignore (Hugo module cache) - Include custom CSS placeholder for future styling - Set up proper module structure with go.mod and go.sum
33 lines
783 B
YAML
33 lines
783 B
YAML
module:
|
|
imports:
|
|
- path: github.com/jpanther/lynx
|
|
title: The Angry Michigander
|
|
enableEmoji: true
|
|
disableKinds:
|
|
- taxonomy
|
|
- term
|
|
params:
|
|
author:
|
|
name: The Angry Michigander
|
|
headline: Just a Michigander who has opinions
|
|
image: author.png
|
|
links:
|
|
- link:
|
|
href: 'https://cheatingchelsea.com'
|
|
text: Cheating Chelsea Smallwood
|
|
# icon: github
|
|
# - link:
|
|
# href: styles/
|
|
# text: All the link styles
|
|
# target: _self
|
|
# - github: 'https://github.com/jpanther/lynx'
|
|
# - x: 'https://x.com/jpanther'
|
|
# - font-awesome:
|
|
# href: 'https://fontawesome.com/'
|
|
# text: FontAwesome
|
|
markup:
|
|
highlight:
|
|
noClasses: false
|
|
goldmark:
|
|
renderer:
|
|
unsafe: true
|