A static site, http://csvconf.com/.
Forked from martini gh-pages branch.
This is a Jekyll site!
Requirements:
To work on the CSVConf site locally, you'll first need to have the following installed:
Once that's taken care of, here are the steps necessary to get it running locally:
- clone this repository and
cd
into thecsvconf.com
directory - run the
bundle
command - run
bundle exec jekyll serve -w
If everything worked, you should now have a local server running at http://localhost:4000. The w
flag means the server will watch for changes and rebuild, so you can edit the site as needed and see the updated version in your browser right away.