From 412ac4fba97ac90fa2ef44bfee0419408d7a9435 Mon Sep 17 00:00:00 2001 From: Jake Drahos <j@kedrahos.com> Date: Sun, 16 Oct 2016 19:43:41 -0500 Subject: [PATCH] Replaced theme index.html with index.md --- wobsite/_config.yml | 4 +-- wobsite/_layouts/default.html | 2 -- wobsite/index.html | 66 ----------------------------------- wobsite/index.md | 14 ++++++++ 4 files changed, 16 insertions(+), 70 deletions(-) delete mode 100644 wobsite/index.html create mode 100644 wobsite/index.md diff --git a/wobsite/_config.yml b/wobsite/_config.yml index 842c0d5f6..89b40fc90 100644 --- a/wobsite/_config.yml +++ b/wobsite/_config.yml @@ -9,9 +9,9 @@ title: jekyll-theme-hackcss description: > # this means to ignore newlines until "baseurl:" 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 -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 markdown: kramdown diff --git a/wobsite/_layouts/default.html b/wobsite/_layouts/default.html index 383e5cff4..5573896c0 100644 --- a/wobsite/_layouts/default.html +++ b/wobsite/_layouts/default.html @@ -12,8 +12,6 @@ <body class="hack dark"> {% endif %} - {% include github-ribbon.html %} - <div class="container"> <div class="grid"> <aside class="cell -3of12" role="navigation"> diff --git a/wobsite/index.html b/wobsite/index.html deleted file mode 100644 index 3641f12c6..000000000 --- a/wobsite/index.html +++ /dev/null @@ -1,66 +0,0 @@ ---- -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> diff --git a/wobsite/index.md b/wobsite/index.md new file mode 100644 index 000000000..d21d2e1fe --- /dev/null +++ b/wobsite/index.md @@ -0,0 +1,14 @@ +--- +layout: default +--- +# Microcart + +Some info here. + +## Overview and introduction + +Blah blah blah + +## Navigation to the left + +Click on links for detailed information about stuff. -- GitLab