mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 19:15:16 +02:00
feat: update vendor assets & refactor custom CSS path
- Upgrade MathJax from v2 to v3 - Updated Highlight, Leaflet, Fancybox, Mermaid, FontAwesome - Fixed multilingual icon paths in Web App Manifest - View Demo script now binds to all network I/F to enable testing on other physical devices like smart phones BREAKING CHANGES: Removed `plugins_css` from `params.toml`. Override `custom.scss` to add custom styling. Close #1400
This commit is contained in:
parent
db7a6f41ae
commit
ede8cef959
9 changed files with 49 additions and 47 deletions
3
scripts/view_demo.sh
Executable file
3
scripts/view_demo.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
HUGO_THEME=academic hugo --source exampleSite --themesDir ../../ --i18n-warnings --bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 server
|
Loading…
Add table
Add a link
Reference in a new issue