Skip to content

Simple RTL boilerplate for mkdocs and material theme

Notifications You must be signed in to change notification settings

danialchoopan/rtl-mkdocs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

installation (for linux users)

sudo apt install python3-pip

sudo apt install python3-setuptools

python3 -m pip install mkdocs-material --user

for zsh users:

echo export PATH=$HOME/.local/bin:$PATH >> $HOME/.zshrc

source $HOME/.zshrc

for bash users:

echo export PATH=$HOME/.local/bin:$PATH >> $HOME/.bashrc

source $HOME/.bashrc

Sample Project

git clone https://github.com/amirbagh75/rtl-mkdocs.git

cd rtl-mkdocs

mkdocs serve

open your browser and go to: http://127.0.0.1:8000

Usage

For run:

mkdocs server

For Build Statis HTML/CSS/JS:

mkdocs build

More Info

https://www.mkdocs.org/

https://squidfunk.github.io/mkdocs-material/

https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet

About

Simple RTL boilerplate for mkdocs and material theme

Resources

Stars

Watchers

Forks

Packages

No packages published