Skip to content

Commit

Permalink
chore: update hugo config
Browse files Browse the repository at this point in the history
  • Loading branch information
erhlee-bird committed Jul 25, 2024
1 parent fde28c3 commit c54718e
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
env:
HUGO_CACHEDIR: ${{ runner.temp }}/hugo_cache
HUGO_ENVIRONMENT: production
TZ: America/Los_Angeles
TZ: America/New_York
run: |
hugo \
--gc \
Expand Down
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated files by hugo
/public/
/resources/_gen/
/assets/jsconfig.json
hugo_stats.json

# Executable may be added to repository
hugo.exe
hugo.darwin
hugo.linux

# Temporary lock file while building
/.hugo_build.lock
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "themes/mini"]
path = themes/mini
url = https://github.com/nodejh/hugo-theme-mini.git
3 changes: 3 additions & 0 deletions hugo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
languageCode = "en-us"
theme = "mini"
title = "Today I Learned - erhlee-bird"
1 change: 1 addition & 0 deletions themes/mini
Submodule mini added at 344178

0 comments on commit c54718e

Please sign in to comment.