Getting Started¶
Installation¶
- Install git
- Install python
- Install pip
- Install MkDocs
- Install Material for MkDocs
Create Content¶
- Create the default content with
mkdocs new mysite - Add website Markdown content in
mysite/docsfolder - Serve website locally with
mkdocs serve
Set up Custom Domain Name¶
- Create a
CNAMEfile - 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