-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 991 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
title: "Minimal Mistakes with Github Pages"
layout: splash
permalink: /index.html
date: 2019-01-03
header:
#overlay_color: "#000"
#overlay_filter: "0.5"
overlay_image: assets/images/ah-unsplash.jpg
overlay_filter: rgba(18, 126, 128, 0.5)
caption: ""
excerpt: "Experimental Minimal Mistakes"
intro:
- excerpt: "A jekyll side to generate documentation in github-pages"
feature_row:
- image_path: assets/images/ford-schem4.jpg
alt: "placeholder image 1"
title: "Theory"
excerpt: "The theory of thing"
url: "theory/intro"
- image_path: assets/images/nk-unsplash.jpg
image_caption: ""
alt: ""
title: "Use Cases"
excerpt: "The scenarios of things"
url: "usecases/list"
#btn_label: "Read More"
#btn_class: "btn--primary"
- image_path: assets/images/rp-unsplash.jpg
title: "Demos"
excerpt: "See some code in action"
url: "#demo-link"
---
{% include feature_row id="intro" type="center" %}
{% include feature_row %}