goldendict-ng/website
xiaoyifang c8b6a6b6c5
Some checks failed
SonarCloud / Build and analyze (push) Waiting to run
deploy_website / deploy (push) Has been cancelled
Update topic_userstyle.md (#1899)
* Update topic_userstyle.md

* Update topic_userstyle.md

---------

Co-authored-by: shenleban tongying <shenlebantongying@gmail.com>
2024-11-04 21:11:01 +08:00
..
docs Update topic_userstyle.md (#1899) 2024-11-04 21:11:01 +08:00
.gitignore feat(website): initial proper website 2023-04-17 07:12:04 +08:00
mkdocs.yml update docs 2024-10-23 22:49:11 +00:00
README.md feat: write word to Program dictionary's stdin in UTF-8 instead of local 8 bit 2024-09-03 17:09:34 -04:00

Local build setup

With venv

cd ./website
python -m venv ./venv/
source ./venv/bin/activate
# source ./venv/bin/activate.fish
pip install mkdocs-material

Then

mkdocs serve

More details can be found