Skip to main content Link Search Menu Expand Document (external link)

GitHub Pages

Table of contents

  1. About GitHubPages
  2. About Jekyll
  3. Jekyll Themes

About GitHubPages

Websites for you and your projects.

Hosted directly from your GitHub repository. Just edit, push, and your changes are live.

Custom domain is supported.

https://pages.github.com

About Jekyll

Using Jekyll, you can blog using beautiful Markdown syntax, and without having to deal with any databases.

Jekyll Themes

Just the Docs
docsy-jekyll
Edition
Jekyll Doc Theme 6.0
jekyll-rtd-theme
dash

This site use Just the Docs theme.

_config.yml

title: Contoso Wiki
description: An open project
theme: "just-the-docs"
color_scheme: contoso
logo: "/assets/images/logo.png"

url: 'https://contosowiki.github.io'

# aux_links:
#  "Template Repository": "https://github.com/just-the-docs/just-the-docs-template"

# Back to top link
back_to_top: true
back_to_top_text: "Back to top"

footer_content: "Copyright © 2022 Wuwei."

_sass\color_schemes\contoso.scss

$link-color: $blue-000;