-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
41c6479
commit 6fea321
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule scientific-python-hugo-theme
updated
16 files
+36 −0 | CHANGELOG.md | |
+1 −2 | Makefile | |
+25 −0 | assets/theme-css/pst/content/_figures.scss | |
+1 −1 | assets/theme-css/pst/pydata-sphinx-theme.scss | |
+0 −16 | assets/theme-css/styles.css | |
+0 −29 | assets/theme-css/teams.css | |
+6 −6 | doc/content/_index.md | |
+0 −10 | doc/content/features.md | |
+2 −1 | layouts/partials/_elements/image.html | |
+3 −3 | layouts/partials/css.html | |
+3 −1 | layouts/partials/posts/post.html | |
+53 −0 | layouts/shortcodes/figure.html | |
+107 −12 | layouts/shortcodes/grid.html | |
+0 −98 | layouts/shortcodes/grid1.html | |
+1 −0 | layouts/shortcodes/image.html | |
+1 −1 | pyproject.toml |