Skip to content

Commit

Permalink
refactor: move hugo site to site subdirectory, use Hugo modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsgruk committed Jan 11, 2024
1 parent f8d0483 commit 9659922
Show file tree
Hide file tree
Showing 274 changed files with 9,682 additions and 8 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
resources/
public/
resources/
site/resources/
site/public
.hugo_build.lock
result*
4 changes: 0 additions & 4 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package main

//go:generate hugo --minify
//go:generate hugo --minify -s site -d ../public

import (
"embed"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9659922

Please sign in to comment.