docs added and reskinning

This commit is contained in:
Software Shinobi
2026-02-19 00:45:05 -05:00
parent 7e93b14012
commit d791b80ef8
23 changed files with 679 additions and 27 deletions

16
docs/Dockerfile Normal file
View File

@@ -0,0 +1,16 @@
FROM titom73/mkdocs AS mkdocsBuild
RUN pip install markupsafe==2.0.1
RUN pip install mkdocs-blog-plugin
WORKDIR /docs
COPY . .
RUN mkdocs build
FROM mengzyou/bbhttpd:1.35
COPY --from=mkdocsBuild --chown=www:www /docs/site /home/www/html