simple theme github for Mkdocs
Project description
Mkdocs-Github Theme for MkDocs
About
Simple Theme for Mkdocs.
Install
Required: Python 3.4+
If you haven't installed MkDocs yet, use the following command to install it:
$ pip install mkdocs
Next, navigate to a clean directory and create a new MkDocs project with the following command:
$ mkdocs new [projectname]
Replace [projectname]
with the name of your project (without the brackets).
Then navigate to the root of your project directory:
$ cd [projectname]
Install Github Theme
with PIP pip install mkdocs-github
or download with zip.
Configuration
mkdocs.yml for install via zip
site_name: yourdocs
site_author: you
site_description: "you word."
site_keyword: "you word"
theme:
name: null
custom_dir: github
highlightjs: true
hljs_style: github
badge:
github_repo: mkdocs-Github
github_user: g3xx
mkdocs.yml with install via PIP
site_name: yourdocs
site_author: you
site_description: "you word"
site_keyword: "your tag"
theme:
name: github
highlightjs: true
hljs_style: github
badge:
github_repo: antiFramework
github_user: g3xx
License
MIT and CSS by sindresorhus
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file mkdocs_github-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: mkdocs_github-0.0.6-py3-none-any.whl
- Upload date:
- Size: 13.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 67fa8458d1c09dd837b287c26a9c7c26e81b5b46317f135e3f567bd16b3ca812 |
|
MD5 | 2fa0abb500439edb719ab6b836d57a1a |
|
BLAKE2b-256 | 2a06e73c1ca5a0cdae0689d121bd33864853c5184dd2e50bb8322d078a05b7d3 |