Refactor MkDocs blog structure, enhance SCSS watcher, and improve plugin configuration (#103)
- Adjusted `mkdocs.sh` to expand SCSS watcher to include `docs` and `mkdocs.yml`. - Simplified blog template by extracting post logic to `partials/post.html`. - Updated `mkdocs.yml` with refined plugins including RSS, meta, and enhanced blog options. - Improved blog Markdown files with structural changes and better TOC handling. - Removed unused styles and deprecated logic in blog posts for cleaner maintenance.
This commit is contained in:
@@ -14,4 +14,4 @@ docker run --rm -it --user $(id -u):$(id -g) -p 8000:8000 -v ${PWD}:/docs --
|
||||
echo 'Initial SCSS compilation complete. Starting watcher...' && \
|
||||
python /docs/scss_watcher.py & \
|
||||
echo 'SCSS watcher started. Starting MkDocs server...' && \
|
||||
mkdocs serve --dev-addr=0.0.0.0:8000 --watch overrides"
|
||||
mkdocs serve --dev-addr=0.0.0.0:8000 --watch overrides --watch docs --watch mkdocs.yml"
|
||||
|
||||
Reference in New Issue
Block a user