Skip to content

jorycz/technotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Create

mkdocs new .

Customize mkdocs.yml

site_name: ...

docs_dir: source
site_dir: docs

theme:
  name: material
plugins:
  - search
  - ...

Build site

mkdocs build

Build site by github workflow

To deploy by GitHub Action read GitHub Pages on Material for MkDocs

  • Setup in repository Settings > Pages > Build and deployment
    • Source > Deploy from a branch
    • Branch > gh-pages and / (root)

About

Tech Notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors