Git Product home page Git Product logo

goffinet / mkdocs-material-boilerplate Goto Github PK

View Code? Open in Web Editor NEW

This project forked from peaceiris/mkdocs-material-boilerplate

0.0 2.0 0.0 1.01 MB

MkDocs Material Boilerplate (Starter Kit) - Deploy documentation to hosting platforms (Netlify, GitHub Pages, GitLab Pages, and AWS Amplify Console) with CircleCI, Docker, pipenv, and CI/CD

Home Page: https://peaceiris.github.io/mkdocs-material-boilerplate/

License: MIT License

Dockerfile 23.24% Shell 76.76%

mkdocs-material-boilerplate's Introduction

Front-End Checklist
MkDocs Material
Boilerplate - Starter Kit

material.png

Table of Contents

Status badges

Click to expand ๐Ÿ‘ˆ
  • license
  • GitHub
    • release
    • github release date
    • GitHub All Releases
    • CircleCI status badge
  • GitLab
    • Gitlab pipeline status
  • Netlify
    • Netlify Status
  • Docker
    • docker pulls
    • docker stars
    • docker image size

Getting started

git clone https://github.com/peaceiris/mkdocs-material-boilerplate.git
cd mkdocs-material-boilerplate

Docker

DockerHub Badge

docker pull peaceiris/mkdocs-material
./task.sh -s  # mkdocs serve
./task.sh -b  # mkdocs build
./task.sh -d  # mkdocs gh-deploy
./task.sh -V  # mkdocs --version
./task.sh -h  # mkdocs --help

Serving on localhost:8000

pipenv

pipenv sync
pipenv run version    # mkdocs --version
pipenv run help       # mkdocs --help
pipenv run serve      # mkdocs serve
pipenv run build      # mkdocs build
pipenv run gh-deploy  # mkdocs gh-deploy

pip (conda)

pip install -r requirements.txt

Host on GitHub Pages

Build with mkdocs gh-deploy

Deploy with docker

  1. Create a Personal access token. (Check only repo)
  2. Run the following scripts.
./task.sh -d  # mkdocs gh-deploy
# Enter github username
# Enter the Personal access token

Deploy with pipenv

pipenv run gh-deploy  # mkdocs gh-deploy

Build and deploy with CircleCI

  • Set these Environment Variables.

Build with GitHub Actions

TBW.

Host on GitLab Pages

Host on Netlify

Create GitHub repository and deploy to Netlify in 1 min.

Deploy to Netlify from GitHub

Host on AWS Amplify Console

You can use Password protection. Set TTL to 600 sec.

Links

License

Support Author

mkdocs-material-boilerplate's People

Contributors

goffinet avatar peaceiris 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.