Giter Site home page Giter Site logo

g3xx / mkdocs-github Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 61 KB

Theme Mkdocs Like a Github. DEMO =>

Home Page: https://github.g3xx.com/

License: MIT License

HTML 24.13% CSS 67.47% JavaScript 6.09% Python 2.31%
mkdocs mkdocs-theme theme github-theme

mkdocs-github's Introduction

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

mkdocs-github's People

Contributors

g3xx avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.