All Projects → vsoch → mkdocs-jekyll

vsoch / mkdocs-jekyll

Licence: MIT license
The Material theme from MkDocs provided as a Jekyll template, optimized for GitHub Pages

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to mkdocs-jekyll

obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+298.18%)
Mutual labels:  github-pages, mkdocs, mkdocs-material
mkdocs-exclude-search
🔎 A mkdocs plugin that lets you exclude selected chapters from the search index.
Stars: ✭ 16 (-70.91%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-static-i18n
MkDocs i18n plugin using static translation markdown files
Stars: ✭ 78 (+41.82%)
Mutual labels:  mkdocs, mkdocs-material
docs
📖 TomoChain documentation
Stars: ✭ 19 (-65.45%)
Mutual labels:  mkdocs, mkdocs-material
taller-de-git
Documentación del taller de git
Stars: ✭ 18 (-67.27%)
Mutual labels:  mkdocs, mkdocs-material
tutorials
Collection of tutorials for various libraries and technologies
Stars: ✭ 98 (+78.18%)
Mutual labels:  mkdocs, mkdocs-material
docutools
Dev Centric Tools for Mkdocs Based Documentation
Stars: ✭ 13 (-76.36%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-git-revision-date-localized-plugin
MkDocs plugin to add a last updated date to your site pages
Stars: ✭ 73 (+32.73%)
Mutual labels:  mkdocs, mkdocs-material
ImageModels
ImageNet model implemented using the Keras Functional API
Stars: ✭ 63 (+14.55%)
Mutual labels:  mkdocs, mkdocs-material
fosscord-docs
Docs for Fosscord
Stars: ✭ 23 (-58.18%)
Mutual labels:  mkdocs, mkdocs-material
mkdocs-section-index
MkDocs plugin to allow clickable sections that lead to an index page
Stars: ✭ 36 (-34.55%)
Mutual labels:  mkdocs, mkdocs-material
privacyguides.org
Protect your data against global mass surveillance programs.
Stars: ✭ 1,316 (+2292.73%)
Mutual labels:  mkdocs, mkdocs-material
lavalink-list
A list of free and available public lavalink. Feel free to make a pull request!
Stars: ✭ 43 (-21.82%)
Mutual labels:  mkdocs, mkdocs-material
Actions Gh Pages
GitHub Actions for GitHub Pages 🚀 Deploy static files and publish your site easily. Static-Site-Generators-friendly.
Stars: ✭ 2,576 (+4583.64%)
Mutual labels:  github-pages, mkdocs
opencloud-docs
AIOT开放平台官方文档。AIOT Open Cloud documents on official website .
Stars: ✭ 68 (+23.64%)
Mutual labels:  mkdocs
thelounge.github.io
🌍 ‎ The official website for The Lounge
Stars: ✭ 33 (-40%)
Mutual labels:  github-pages
chicio.github.io
👻 Fabrizio Duroni (me 😄) personal website. Created using GatsbyJS, Styled Components, Storybook, Typescript, tsParticles, GitHub pages, Github Actions, Upptime.
Stars: ✭ 20 (-63.64%)
Mutual labels:  github-pages
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+12429.09%)
Mutual labels:  github-pages
csharp-docs-generator
An action that generates html documentation for C# programs to use for GitHub pages.
Stars: ✭ 21 (-61.82%)
Mutual labels:  github-pages
markdown-blockdiag
blockdiag extension for Python Markdown
Stars: ✭ 23 (-58.18%)
Mutual labels:  mkdocs

MkDocs Jekyll Theme

CircleCI

https://raw.githubusercontent.com/vsoch/mkdocs-jekyll/master/assets/img/mkdocs-jekyll.png

This is a starter template for a mkdocs jekyll theme, based on these two previous arts:

Usage

1. Get the code

You can clone the repository right to where you want to host the docs:

git clone https://github.com/vsoch/mkdocs-jekyll.git docs
cd docs

2. Customize

To edit configuration values, customize the _config.yml. To add pages, write them into the pages folder. You define urls based on the permalink attribute in your pages, and then add them to the navigation by adding to the content of _data/toc.myl.

3. Options

Most of the configuration values in the _config.yml are self explanatory, and for more details, see the about page rendered on the site.

4. Serve

Depending on how you installed jekyll:

jekyll serve
# or
bundle exec jekyll serve
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].