| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This repository contains the blog for the Human Utility project! It runs on GitHub Pages using Jekyll.
If you're using a Mac or Linux, go to the terminal and run:
script/server
If you're using a Windows machine, go the command prompt and run:
jekyll serve --watch
In both cases, you can open a new browser and head to http://0.0.0.0:4000 to see the site ✨ live ✨.
New posts are written in Markdown. To add a new post, create a new file under the posts/ folder. It should start with a date in the format of YYYY-MM-DD-, followed by any title you want.
Each post needs to start with some frontmatter, which is sort of like metadata describing the post. Each post should have the following keys:
For example, this might look like this:
--- title: Meet Loria—The First Person The Human Utility Ever Helped permalink: /loria-detroit/ description: Meet Loria. The first person in Detroit The Human Utility ever helped with a water bill. image: https://www.dropbox.com/s/k2i3ivenw1uobxi/loria.jpeg?dl=1 ---
These metadata keys (image, title, etc.) are important, because they are used by the jekyll-seo-tag plugin to create cards for Twitter and Facebook.
Any post merged into gh-pages will automatically go live on the internet!
The following plugins are used to help make the site:
| Back | FazBrowse Home | New Git URL |