Skip to content

Host your own markdown docs website with docker, Integrated with your private git repository like gogs or gitlab server.

License

Notifications You must be signed in to change notification settings

dukecheng/mkdocs-net

Repository files navigation

mkdocs-net

Build Status

Host your own markdown docs website with docker, Integrated with your private git repository like gogs or gitlab server(中文说明).

features

  • Build your own Markdown static website using Docker
  • Synchronize updates with private git server in real time
  • Supports private git servers such as Gogs, GitLab, etc.
  • SSR output, SEO friendly

Git Repository: GitHub Feinian's Git

View Official Site

Intro

UseCloud

https://mkdocs.feinian.net

standalone deploy

use follow docker run script to host your own mkdocs website

Deploy

docker run -d -it --name mkdocs -p 6363:80 \
-v /data/mkdocs:/app_data \
--restart=always \
hub.feinian.net/feinian/mkdocs_net:latest

Update

docker pull hub.feinian.net/feinian/mkdocs_net:latest && \
docker stop mkdocs && \
docker rm mkdocs && \
docker run -d -it --name mkdocs -p 6363:8080 \
-v /data/mkdocs:/app_data \
--restart=always \
hub.feinian.net/feinian/mkdocs_net:latest

About

Host your own markdown docs website with docker, Integrated with your private git repository like gogs or gitlab server.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages