Skip to content

Instantly share code, notes, and snippets.

@uphy
Created April 10, 2017 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save uphy/275ab417ff5a708b4a7ac1f79c42c40a to your computer and use it in GitHub Desktop.
Save uphy/275ab417ff5a708b4a7ac1f79c42c40a to your computer and use it in GitHub Desktop.
mkdocs.yml
site_name: My Docs
site_description: hogehoge
site_author: uphy
copyright: my copyright
dev_addr: 0.0.0.0:8000
theme: readthedocs
markdown_extensions:
- footnotes
pages:
- Introduction: index.md
- Foo: foo.md
- A: folder/a.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment