This site should be serving at https://dchackandtell.github.io and https://dc.hackandtell.org
Check list of things DC Hack and Tell uses for organizing:
- Meetup group
- Github org
- Google doc signup form
- Google doc for notes
- Google doc signup responses (restricted)
- Twitter account
Hi! You want to help update the site? Here's what I do. Everything is built with jekyll, so first install that.
To build and serve the site locally:
jekyll serve
then visit http://127.0.0.1:4000/
To add a new post, put it in the correct directory under _posts/{year}.
To draft a post (but not create the link), set the status to notext, if you're
ready to serve set the status to text. If the meetup didn't happen for any reason, set it to canceled.
If you want to copy the info straight from the raw Google Doc, experiment with using markdownify.py to add the hyperlinks in.
This should be enough to build the site:
sudo apt-get install jekyll