Add publish workflow

This commit is contained in:
Dave Gallant
2024-01-02 09:33:25 -05:00
parent 66cff08323
commit 789cae3baa
331 changed files with 745 additions and 2087 deletions

View File

@@ -1,7 +1,9 @@
baseurl: "https://davegallant.ca"
languageCode: en-us
baseURL: /
googleAnalytics: G-V8WJDERTX9
copyright: Dave Gallant
enableGitInfo: true
enableRobotsTXT: true
noJSConfigInAssets: true
params:
author: Dave Gallant
@@ -20,6 +22,27 @@ params:
username: davegallant
repository: davegallant.github.io
prism:
languages:
- markup
- css
- clike
- javascript
- bash
- csharp
- hcl
- ignore
- json
- markdown
- powershell
- toml
- yaml
plugins:
- normalize-whitespace
- toolbar
- copy-to-clipboard
- command-line
menu:
main:
- name: RSS
@@ -29,6 +52,11 @@ menu:
permalinks:
post: "/blog/:year/:month/:day/:slug/"
markup:
goldmark:
renderer:
unsafe: true
module:
imports:
- path: github.com/davegallant/hugo-theme-gruvbox