20
edits
Hunterirving (talk | contribs) No edit summary |
Hunterirving (talk | contribs) m (replace references to meetup with zeffy; document posts.json fields) |
||
| Line 30: | Line 30: | ||
<pre> | <pre> | ||
{ | { | ||
"title": " | "title": "Woodworking 101", | ||
"subtitle": " | "subtitle": "Make sawdust (and a wooden box) in Hacksburg's woodshop", | ||
"description": "<p> | "description": "<p>Attendees will have the opportunity to make a simple wooden box with handles and a lid. This project is designed to utilize almost all of the woodworking tools Hacksburg offers and provide a great introduction to woodworking.</p><p>To cover the cost of wood, this class will include a $30 materials fee.</p><p>Ages 16+. Attendees under 18 must be accompanied by a parent or guardian at all times.</p>", | ||
"date": " | "date": "2025-02-16", | ||
"start_time": " | "start_time": "01:00pm", | ||
"end_time": " | "end_time": "04:00pm", | ||
"offsite_location": null, | "offsite_location": null, | ||
"offered_online": false, | "offered_online": false, | ||
"offered_in_person": true, | "offered_in_person": true, | ||
"member_price": 0, | "member_price": 0, | ||
"non_member_price": | "non_member_price": 5, | ||
"image": " | "materials_fee": 30, | ||
" | "image": "wooden_box_2.jpg", | ||
"cancelled": false | "zeffy_link": "https://www.zeffy.com/en-US/ticketing/woodworking--101", | ||
} | "cancelled": false, | ||
"sold_out": false | |||
}, | |||
</pre> | </pre> | ||
The build.py script uses these variables to build index.html automatically. | The build.py script uses these variables to build index.html automatically. | ||
Post images are stored in [https://github.com/Hacksburg/hacksburg.github.io/blob/master/resources/images /resources/images]. You can reference an existing image in your post, or add a new one. | Post images are stored in [https://github.com/Hacksburg/hacksburg.github.io/blob/master/resources/images /resources/images]. You can reference an existing image in your post, or add a new one. | ||
=== Previewing Posts === | === Previewing Posts === | ||
edits