Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Remove golang module and build scripts from hugo build (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Anderson authored May 4, 2021
1 parent 9e5693d commit e9a6091
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ ignoreFiles = [
"/community/contributing/elections/.*",
"/community/contributing/hack/.*",
"/community/contributing/mechanics/tools/.*",
"/community/contributing/peribolos/.*" ]
"/community/contributing/peribolos/.*",
"/hack/.*",
"/vendor/.*",
"/third_party/.*" ]

# Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["docsy"]
Expand Down

0 comments on commit e9a6091

Please sign in to comment.