Check out our example site at https://idahatiu.github.io, which has example items of several different types–photos, document scans, videos–so you don’t have to start from scratch.
The 5 steps below will guide you through making a copy of our example site and customizing it for your community.
Create a new Github.com account by following this video: https://youtu.be/plg5QomrHHg
Make a copy of our template community-archive site by following this video: https://youtu.be/aDQZ1lcpMn0
https://github.com/idahatiu/idahatiu.github.io
yourusername.github.io
(where yourusername is the username you chose when you created your Github account)Customize the _config.yml
with your community information by following this video: https://youtu.be/UR3RSXWGpJo
The _config.yml
file contains settings for exhibit info, font, and color choices that affect the entire web site.
_config.yml
from the list of files in your repository.Add your first item by following this video: https://youtu.be/LoFCewSXC7c
Each item in the collection has an item ID (no spaces or punctuation) with one or more files associated with it (e.g. 0001.md
).
_items
folder and look at one of the example items. Get a feel for what you need to gather about each item.YYYY-MM-DD-ItemNo
(so the 4th item collected on May 15, 2022, would be 2022-05-15-004
)_items
folder (2022-05-15-004.md) and a photo in the /assets/items/
folder (2022-05-15-004.jpg or 2022-05-15-004.png).
_items
folder has a bunch of information about each item in the first few lines. Each line has a field type (e.g. author
), and then a colon, and then the info that goes in that field surrounded by double quotes (author: "Drew H"
). You can get more information about what goes in these item fields in the Metadata: Line by Line section of the Theme Docs.Publish your site using Github Pages by following this video: https://youtu.be/MC7_-Cx-i_E
Kalani Craig,2022 - 2023. Community-Archive Jekyll Theme by Kalani Craig is licensed under CC BY-NC-SA 4.0 Framework: Foundation 6.