Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • danc/MicroCART
  • snawerdt/MicroCART_17-18
  • bbartels/MicroCART_17-18
  • jonahu/MicroCART
4 results
Show changes
---
layout: default
permalink: docs
---
# Docs
## Configuration
This theme can be configured by modifying the `_config.yml` file.
### Theme settings
This theme supports three different mode provided by `hack.css`:
- `standard`
- `markdown`
- `dark`
Set `theme_mode` to the desired value.
### Available customizations
- `your_name` and `email` strings to display them in different places on site
- `navigation` is an array of `text` and `url` pairs to render the menu
- `projects` is a setting that contains data for the `examples` page, every item must contain `name` and `link`, `image` and `description` are optional
- `social` contains an array of three required params: `service` is used to include a service icon by the {% raw %}`{% include icon-{{ service }}.html %}`{% endraw %} command, `username` and `link` are quite obvious
---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title | xml_escape }}</title>
<description>{{ site.description | xml_escape }}</description>
<link>{{ site.url }}{{ site.baseurl }}/</link>
<atom:link href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}" rel="self" type="application/rss+xml"/>
<pubDate>{{ site.time | date_to_rfc822 }}</pubDate>
<lastBuildDate>{{ site.time | date_to_rfc822 }}</lastBuildDate>
<generator>Jekyll v{{ jekyll.version }}</generator>
{% for post in site.posts limit:10 %}
<item>
<title>{{ post.title | xml_escape }}</title>
<description>{{ post.content | xml_escape }}</description>
<pubDate>{{ post.date | date_to_rfc822 }}</pubDate>
<link>{{ post.url | prepend: site.baseurl | prepend: site.url }}</link>
<guid isPermaLink="true">{{ post.url | prepend: site.baseurl | prepend: site.url }}</guid>
{% for tag in post.tags %}
<category>{{ tag | xml_escape }}</category>
{% endfor %}
{% for cat in post.categories %}
<category>{{ cat | xml_escape }}</category>
{% endfor %}
</item>
{% endfor %}
</channel>
</rss>
wobsite/images/dark.png

365 KiB

wobsite/images/markdown.png

390 KiB

wobsite/images/standard.png

393 KiB

---
layout: default
---
# Microcart
Some info here.
## Overview and introduction
Blah blah blah
## Navigation to the left
Click on links for detailed information about stuff.
---
layout: default
---
# This is a test page
I want to see what a page looks like without any work.
I literally added this with some dirt-simple md. See test.md
in the root of the wobsite directory.
Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
Foo paragraph. Foo paragraph. Foo paragraph. Foo paragraph.
# Notes on Navigation
I had to edit _config.yml and add this page to Navigation to
get it to show up on the left bar.
## Foo heading
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
### Third heading
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.
Foo section. Foo section. Foo section. Foo section. Foo section.