Getting Started¶
Installation¶
- Install git
- Install python
- Install pip
- Install MkDocs
- Install Material for MkDocs
Create Content¶
- Create a mkdocs.yml file
- Put website Markdown content in a
docs
folder - Serve website locally with
mkdocs serve
Setup Custom Domain Name¶
- Create a
CNAME
file - Register a domain name at Google Domains
- Configure the DNS records
Publish to Github Pages¶
- Publish content to Github Pages for Project or User/Organization website
Publish with netlify.com¶
- Publish content easily and automatically with netlify