Skip to content

Commit

Permalink
Update theme (v0.12) (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarrodmillman authored Mar 8, 2024
1 parent 019d9b5 commit 9eead29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# unless otherwise overridden by more specific contexts.
[build.environment]
PYTHON_VERSION = "3.8" # netlify currently only support 2.7 and 3.8
HUGO_VERSION = "0.123.2"
HUGO_VERSION = "0.123.7"
DART_SASS_VERSION = "1.70.0"
DART_SASS_URL = "https://github.com/sass/dart-sass/releases/download/"

Expand Down
2 changes: 1 addition & 1 deletion themes/scientific-python-hugo-theme
Submodule scientific-python-hugo-theme updated 41 files
+69 −16 CHANGELOG.md
+6 −6 Makefile
+54 −0 assets/theme-css/backtotop.css
+0 −69 assets/theme-css/bulma.css
+5 −0 assets/theme-css/footer.css
+0 −49 assets/theme-css/fresh.css
+114 −0 assets/theme-css/hero.css
+0 −101 assets/theme-css/keyfeatures.css
+18 −0 assets/theme-css/lists.css
+0 −90 assets/theme-css/panel.css
+74 −110 assets/theme-css/styles.css
+2 −0 config.yaml
+4 −1 doc/config.yaml
+1 −1 doc/content/about/_index.md
+49 −0 doc/content/about/theme-team.toml
+2 −0 doc/content/example.py
+10 −0 doc/content/features.md
+1 −1 doc/content/getstarted.md
+1 −1 doc/netlify.toml
+0 −61 doc/static/teams/theme-team.html
+0 −8 layouts/index.html
+11 −0 layouts/partials/_elements/field-list.html
+10 −12 layouts/partials/footer.html
+1 −1 layouts/partials/javascript.html
+0 −17 layouts/partials/keyfeatures.html
+0 −20 layouts/partials/panel.html
+11 −2 layouts/partials/posts/meta.html
+3 −3 layouts/shortcodes/blog.html
+0 −50 layouts/shortcodes/card.html
+22 −0 layouts/shortcodes/field-list.html
+0 −54 layouts/shortcodes/grid.html
+170 −0 layouts/shortcodes/grid1.html
+43 −0 layouts/shortcodes/image.html
+10 −0 layouts/shortcodes/include-code.html
+2 −0 layouts/shortcodes/include.html
+45 −0 layouts/shortcodes/sidebar.html
+1 −1 layouts/shortcodes/toctree.html
+0 −18 layouts/shortcodes/youtube.html
+1 −1 pyproject.toml
+2 −2 requirements.txt
+11 −26 tools/team_query.py

0 comments on commit 9eead29

Please sign in to comment.