Skip to content

grd291/shafish_blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://shafish.cn 博客代码

docker部署

git clone https://github.com/squidfunk/mkdocs-material.git
cd mkdocs-material
# 写入需要的插件
cat > user-requirements.txt <<EOF
mkdocs-git-revision-date-localized-plugin
mkdocs-rss-plugin
EOF

docker build -t shafish/mkdocs-material:1.2 .

cd /home/shafish/Note
git clone https://github.com/tffats/shafish_blog.git
docker run --rm -it -p 8000:8000 -v /home/shafish/Note/shafish_blog:/docs shafish/mkdocs-material:1.2

About

MkDocs Material 博客shafish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.6%
  • CSS 8.0%
  • HTML 6.4%