Skip to content
Snippets Groups Projects
Unverified Commit 412ac4fb authored by Jake Drahos's avatar Jake Drahos
Browse files

Replaced theme index.html with index.md

parent c6717ecb
No related branches found
No related tags found
No related merge requests found
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
title: jekyll-theme-hackcss title: jekyll-theme-hackcss
description: > # this means to ignore newlines until "baseurl:" description: > # this means to ignore newlines until "baseurl:"
A minimalistic theme for Jekyll, based on hack.css A minimalistic theme for Jekyll, based on hack.css
repository: https://github.com/wemake-services/jekyll-theme-hackcss repository: https://git.ece.iastate.edu/danc/MicroCART_17-18.git
baseurl: "" # the subpath of your site, e.g. /blog baseurl: "" # the subpath of your site, e.g. /blog
url: http://sobolevn.github.io # the base hostname & protocol for your site url: "http://may1716.sd.ece.iastate.edu/" # the base hostname & protocol for your site
# Build settings # Build settings
markdown: kramdown markdown: kramdown
......
...@@ -12,8 +12,6 @@ ...@@ -12,8 +12,6 @@
<body class="hack dark"> <body class="hack dark">
{% endif %} {% endif %}
{% include github-ribbon.html %}
<div class="container"> <div class="container">
<div class="grid"> <div class="grid">
<aside class="cell -3of12" role="navigation"> <aside class="cell -3of12" role="navigation">
......
---
layout: default
---
<div>
<section>
<h1>Jekyll theme based on hack.css</h1>
<p>
Mobile-ready, modern, stylish, simple.
</p>
</section>
<section>
<h2>What is Jekyll?</h2>
<p>
<code>Jekyll</code> is a simple, blog-aware, static site generator
perfect for personal, project,
or organization sites. Think of it like a
file-based CMS, without all the complexity.
<code>Jekyll</code> takes your content, renders Markdown
and Liquid templates, and spits out a
complete, static website ready to be served by Apache,
Nginx or another web server.
<code>Jekyll</code> is the engine behind GitHub Pages,
which you can use to host sites right
from your GitHub repositories.
</p>
</section>
<section>
<h2>What is hack.css?</h2>
<p>
<code>hack.css</code> is a dead simple css framework. Chech out
<a href="http://hackcss.com/">hackcss.com</a> to know more.
</p>
</section>
<section>
<h2>Getting started</h2>
<p>
<ol>
<li>Make sure you have <code>Jekyll</code> up and running</li>
<li>Clone
<a href="https://github.com/wemake-services/jekyll-theme-hackcss">this repository</a>
</li>
<li>Customize it</li>
<li>Push to <a href="https://pages.github.com/">gh-pages</a></li>
</ol>
</p>
</section>
<section>
<h2>Subscribe</h2>
<p>
subscribe <a href="{{ "/feed.xml" | prepend: site.baseurl }}">via RSS</a>
</p>
</section>
</div>
---
layout: default
---
# Microcart
Some info here.
## Overview and introduction
Blah blah blah
## Navigation to the left
Click on links for detailed information about stuff.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment