title |
---|
Home |
{% include figure.html img="uidaho-workshop.jpg" alt="intro image here" caption="Library workshop" width="75%" %}
A minimal Jekyll theme for creating workshop websites.
Add your workshop abstract here!
Learn how to create a super quick easy website for a workshop by writing a few markdown files! Host it for free on GitHub with gh-pages, and share! Fun!
See also: workshop-template-b, Bootstrap version.
{% for lesson in site.pages %} {% if lesson.nav == true %}- [{{ lesson.title }}]({{ lesson.url | relative_url }}){% endif %} {% endfor %}
Hosted by University of Idaho Library, {{ site.pub_year }}.
built using Jekyll and GitHub Pages
images and content: cc-by-sa {{ site.author }} {{ site.pub_year}} (get [source code]({{ site.repo }})). Last build date: {{ site.time | date: "%Y-%m-%d" }}.