diff --git a/.gitignore b/.gitignore index a9b1734..4e9b63a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # Hugo specific files /public/ /resources/ +/_vendor/ .hugo_build.lock # OS generated files diff --git a/assets/COLOURBOX38167690.eps b/assets/COLOURBOX38167690.eps new file mode 100644 index 0000000..b8ab869 Binary files /dev/null and b/assets/COLOURBOX38167690.eps differ diff --git a/assets/author.png b/assets/author.png new file mode 100644 index 0000000..3300281 Binary files /dev/null and b/assets/author.png differ diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..e1f38c1 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1 @@ +/* CSS positioning hacks removed - using vector-derived image */ diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..2eeddd7 --- /dev/null +++ b/go.mod @@ -0,0 +1,5 @@ +module github.com/derekslenk/angrymichigander + +go 1.24.4 + +require github.com/jpanther/lynx v1.4.0 // indirect diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..b58388f --- /dev/null +++ b/go.sum @@ -0,0 +1,2 @@ +github.com/jpanther/lynx v1.4.0 h1:ymYkoVjFXkdzSD6YBjF6zsTUK3kSi3QTxtxpHtsnlhw= +github.com/jpanther/lynx v1.4.0/go.mod h1:nUK1+IfScKhRA3/jBH+YCYfpO3znP5Nsm6ROFGpma44= diff --git a/hugo.yaml b/hugo.yaml index fa5818b..eda8908 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,3 +1,33 @@ -baseURL: https://example.org/ -languageCode: en-us -title: My New Hugo Site +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