This is the website for the Berkeley Carpentries Club at the University of California - Berkeley. The rendered website can be found here. The code for the website (using GitHub pages) is in /docs.
If you'd like to add yourself to the list of instructors, make a pull request on our who.md page. If you know how to do that, please go right ahead. If you aren't sure about forks and pull requests, here are some detailed instructions:
- Go here: https://github.com/BIDS/carpentries-club
- Press the Fork button (you'll need a github account)
- In your terminal, execute
git clone https://github.com/YOURUSERNAME/carpentries-club.git
- Enter the new directory with
cd carpentries-club
- Add the Carpentries Club remote with
git remote add bcc https://github.com/BIDS/carpentries-club.git
- Fetch information about the THW remote with
git fetch bcc
- Now, you need to check what branch you're in
git branch
- Edit the
who.md
file in the_docs
directory. - Add the file to the repo:
git add <path to file>
- Commit them.
git commit -m "I added myself"
- Git push to your origin with
git push origin master
- Navigate in your browser to https://github.com/YOURUSERNAME/carpentries-club and press the pull request button
- Install Jekyll:
gem install jekyll
- Run the jekyll server:
jekyll --server
You should have a server up and running locally at http://localhost:4000.
It's all based on something @katyhuff forked. It's called Left. It uses jekyll. It was extracted from zachholman.com. That is, we use Left to lay out this jekyll.
Left is a clean, whitespace-happy layout for Jekyll.
We forked it for the Data Analysis Tools Series, and then forked it for the Carpentries Club.
The Left layout is MIT with no added caveats. Left is the work of Zach Holman @holman.