Git Product home page Git Product logo

aensley / turbo-broccoli Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 1.0 194 KB

A Jekyll theme for GitHub Pages. It's fast, and it's good for you.

Home Page: http://aensley.github.io/turbo-broccoli/

License: MIT License

HTML 32.06% Ruby 2.00% CSS 12.82% JavaScript 52.43% Shell 0.70%
jekyll-theme github-pages github-page github-page-template jekyll-themes jekyll-template bootstrap bootstrap4 bootswatch-themes editorconfig

turbo-broccoli's Introduction

Turbo Broccoli

License Build Status Maintainability JavaScript Style Stylelint Standard Markdownlint Standard EditorConfig

A Jekyll theme for GitHub Pages. It's fast, and it's good for you.

Purpose

Turbo Broccoli is a simple theme intended primarily for technical documentation or training. It is based on Bootstrap 4, supporting Bootswatch themes and Font Awesome 5 icons

Features

Features include:

Favicon

To create an icon for your site:

  1. Upload your square, transparent high-quality logo file to: realfavicongenerator.net
  2. When you have created and downloaded your complete icon package, place its contents in the directory: /assets/icon/
  3. Set the site's theme_color in _config.yml to the same color value used on the Favicon Generator.
  4. Set the site's logo_image in _config.yml to 1.

Page Structure

Each page is intended to be stored directly under the _pages directory. It must be a MarkDown (.md) file.

Front Matter

Each page must have a Jekyll Front Matter section.

Example
---
title: High-Level Process
menu: General
icon: fas fa-sitemap
order: 1
---
Variables
Variable Required Description
title YES The displayed title in the navbar and on the page itself. The filename must match this with all non-alphanumeric characters replaced with dashes. Example: If the title is High-Level Process, the filename must be High-Level-Process.md. Capitalization matters.
order YES The order in which to display the page. This determines the page's position within its menu or within the main navbar if no menu is specified.
icon no The page's icon, displayed just before the title in navbar links and the page header. Must be the full class string from one of the free Font Awesome 5 icons.
menu no Must be one of the menus in _config.yml if specified. If not specified, it will be treated as a top-level page in the main navbar.
exclude_from_header no Set to true if you want to exclude the page from the main navbar. This should almost never be set.
permalink no Set this to override the default permalink of /:basename. This should almost never be set.

Headings

Each page should be well-structured with nested levels of headings (h2 - h6). These are used to automatically generate the table of contents on each page. Headings can be added using the following markdown:

## h2
### h3
#### h4
##### h5
###### h6

The # h1 heading is reserved for the page title only and must not be used in page markdown files.

MarkDown

Most GitHub Flavored Markdown features are supported, including tables, lists, images, links, quotes, syntax highlighting, username @mentions, and emojis. The only features unavailable are automatic code/commit/issue links.

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.