Skip to content

Commit da7a8ee

Browse files
committed
remove Hugo artifacts
- Delete config.yaml (metadata ported to myst.yml in previous commit) - Remove scientific-python-hugo-theme submodule (only consumed by Hugo; other SP repos vendor their own copy — ADR 0003) - Drop .hugo* and resources/ from .gitignore; both are Hugo-specific. _build/ was already present; public/ kept for html-all output.
1 parent 17aed3b commit da7a8ee

4 files changed

Lines changed: 1 addition & 76 deletions

File tree

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
.hugo*
21
*~
3-
resources/
42
public/
53
_build/
4+
content/_build/
65
.DS_Store

.gitmodules

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[submodule "themes/scientific-python-hugo-theme"]
2-
path = themes/scientific-python-hugo-theme
3-
url = https://github.com/scientific-python/scientific-python-hugo-theme
41
[submodule "external-content/cookie"]
52
path = external-content/cookie
63
url = https://github.com/scientific-python/cookie

config.yaml

Lines changed: 0 additions & 70 deletions
This file was deleted.
Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)