ivitan / grgdocs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Start

My Environment

λ python --version
Python 3.8.3

λ pip --version
pip 20.1.1 

Install

pip install mkdocs

# Plugs
pip install mkdocs-minify-plugin
pip install mkdocs-git-revision-date-localized-plugin

Command


# Start Serve
mkdocs serve

# Build Static pages
mkdocs build
mkdocs build --clean # Clean Cache
  • Static pages all in ./site

Deploy gh-pages

mkdocs gh-deploy --clean

About


Languages

Language:TypeScript 42.2%Language:HTML 33.0%Language:CSS 24.0%Language:Python 0.4%Language:Dockerfile 0.3%