Hacksburg / hacksburg.github.io

Hacksburg website
Other
2 stars 2 forks source link

The Website for Hacksburg, a Blacksburg, VA Makerspace

Hacksburg's primary web presence. Hosted by Github pages. Availible on the web at https://hacksburg.org

build and upload

How to Update the site

  1. (Optional) Download events from meetup and convert to JSON using rss_to_json.ipynb
  2. Modify posts.json (add a new post element or update an existing one)
  3. (Optional, suggested) Run build.py to build index.html and host the site locally to check that everything looks how you expect
    • Use python -m http.server, VSCode Live Server, or similar
  4. Commit and push posts.json to Github to automatically build and update the live site

Contents