- After forking the repo, add tutorials in the
_posts/
directory. Posts are in markdown and built into the site automatically. - Title posts in the format:
yyyy-mm-dd-postname.md
For example,2023-04-17-awesome-topology-stuff.md
- When you're happy with your changes, push to the
gh-pages
directory
Every post starts with a header so that the site can incorporate it properly. This is in the format:
---
title: Topology, Woohoo!
layout: post
post-image: "any link to an image, must be url, either within our site or somewhere else"
description: Doing nifty stuff with topology in a time crunch
tags:
- tutorials
- topology
- yadayadayada
---
See any of the existing pages for examples.
If you have question/answer stuff and want to hide answers, consider using a dropdown:
How do I dropdown?
This is how you dropdown.
<details>
<summary>How do I dropdown?</summary>
<br>
This is how you dropdown.
</details>
If you want to put text in a box, try this html:
Objectives
- Learn stuff
- Have fun
- Eat bagels
If you want to see the built site, check it out here. It normally takes 3 ish minutes to build. You can also do this locally using jekyll, though it's not the easiest to set up. In a time crunch, I recommend just doing this online.
Dependencies: Uses WhatATheme, an awesome Jekyll theme. You can checkout the Demo Here 💥