Skip to content

frontyardprojects/frontyardprojects.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9241b98 · Mar 28, 2025
Jan 2, 2025
Sep 24, 2023
Jun 12, 2016
Dec 17, 2016
Jun 5, 2016
Mar 28, 2025
Nov 12, 2022
Nov 12, 2022
Sep 24, 2023
Jan 27, 2018
Apr 19, 2021
Apr 5, 2019
Apr 7, 2022
Feb 3, 2018
Feb 2, 2017
Feb 24, 2020
Aug 27, 2017
Nov 9, 2021
Apr 9, 2018
Apr 4, 2018
Apr 2, 2019
Jun 13, 2020
Apr 26, 2021
Jun 26, 2022
May 28, 2023
Nov 23, 2024
Jun 7, 2016
Feb 26, 2018
May 23, 2017
Nov 23, 2024

Repository files navigation

frontyardprojects.github.io

the official website for frontyard projects inc.

Updating the website

Updating the BreathingSpace information

screen shot 2018-02-27 at 10 22 09 am

The BreathingSpace chart and text is based on the data in _data/_money.yml file.

To update the chart, edit _data/_money.yml to add a new month’s entry to the top of the list, following the formatting of the existing entries:

- value: 8.46
  date: 29/1/2018
- value: 10.49
  date: 31/12/2017
- value: 10.12
  date: 30/11/2017

Updating the monthly donors records

screen shot 2018-02-27 at 10 21 24 am

The monthly donors information is fed from the data in the files in /_supporters. There is a file for each month, named $sequential_month_number.$month_name.md, e.g. 01.march.md for the first month and 24.february.md for february in Frontyard’s second year.

Each file has a YAML statement. It states the month this file represents, then the items covered. Each item entry states the name of the item (item), its value (value), and the name of the donor who covered it (name):

---
month: February 2018
covered:
  - item: Internets
    value: 65
    name: 
  - item: Rent
    value: 30
    name: 
  - item: 100% renewably powered lights
    value: 50
    name: circle square paper
  - item: 100% renewable computer power
    value: 50
    name: T Malott
  - item: Water
    value: 50
    name: Andrew Fedorovitch
  - item: Fresh food for residents
    value: 50
    name: 
  - item: Workshop supplies
    value: 40
    name: Anonymous
  - item: Cuppas
    value: 20
    name: 
  - item: Risograph paper and ink
    value: 50
    name: circle square paper
  - item: Special public liability funds
    value: 635
    name: 
---

To update an existing month, amend exiting entries or add new entries to the file for that month.

To add a new month’s data, create a new file in the /_supporters directory, with the correct name and YAML formatted entries.

development

To hack on this site make sure you have Jekyll installed:

gem install jekyll

Then run:

jekyll serve