-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
49 additions
and
90 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,24 @@ | ||
# Jekyll TUM I8 Theme | ||
|
||
Use this repository as template for your TUM i8 pages (use [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)). | ||
Use this repository as template for your TUM i8 pages (using [jekyll-remote-theme](https://github.com/benbalter/jekyll-remote-theme)). | ||
|
||
remote_theme: tumi8/tumi8-theme | ||
|
||
An example is available under https://tumi8.github.io/tumi8-theme | ||
An example is available under https://tumi8.github.io/tumi8-theme. If you want so see how to use the theme as remote-theme, have a look at https://active-tls-fingerprinting.github.io | ||
|
||
Create your own pages with a markdown file and the `page` layout. | ||
To create your own pages: | ||
1. create a new file under /pages | ||
2. Set the `page` layout | ||
3. If the page should appear in the sidebar: | ||
- Add a title `toc` and the order in which it should appear `order` | ||
|
||
To create menu entries in the sidebar define a title `toc: sidebar title` and the order they should appear on a page `order: 1` | ||
A full page front matter could look like this: | ||
|
||
--- | ||
layout: page | ||
title: My Page Title | ||
permalink: /mypage/ | ||
order: 2 | ||
toc: 'My Page' | ||
--- | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters