mirror of
https://github.com/ivabus/www
synced 2024-11-22 13:45:05 +03:00
b3d7689011
* Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banner update * Initial Hugo buildout * Initial Hugo buildout * Progress * Initial Hugo buildout * Initial Hugo buildout * Progress * Rebase on main * sync to #41 * Additional fixes; partials image paths, white-paper page. * White-paper separate nav, 404 cleanup. * banners from `main` * white-paper CTA styling, auth # fix, title fix * Better invalidation path * Footer nav fix * White paper, not white-paper. QR Code page * Superfluous XML Files * README.md additions * Style changes Co-authored-by: Jacob Heider <jacob@tea.xyz>
24 lines
470 B
Text
24 lines
470 B
Text
# Created by https://www.toptal.com/developers/gitignore/api/hugo
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=hugo
|
|
|
|
### Hugo ###
|
|
# 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
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/hugo
|
|
|
|
.DS_Store
|
|
node_modules
|
|
.envrc
|
|
cdk.out
|