yasmina85 / carpentries-club

Home Page:https://bids.github.io/carpentries-club

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Berkeley Carpentries Club

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.

Join us

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:

Uploading Example Code

  1. Go here: https://github.com/BIDS/carpentries-club
  2. Press the Fork button (you'll need a github account)
  3. In your terminal, execute git clone https://github.com/YOURUSERNAME/carpentries-club.git
  4. Enter the new directory with cd carpentries-club
  5. Add the Carpentries Club remote with git remote add bcc https://github.com/BIDS/carpentries-club.git
  6. Fetch information about the THW remote with git fetch bcc
  7. Now, you need to check what branch you're in git branch
  8. Edit the who.md file in the _docs directory.
  9. Add the file to the repo: git add <path to file>
  10. Commit them. git commit -m "I added myself"
  11. Git push to your origin with git push origin master
  12. Navigate in your browser to https://github.com/YOURUSERNAME/carpentries-club and press the pull request button

Build the site locally

  • Install Jekyll: gem install jekyll
  • Run the jekyll server: jekyll --server

You should have a server up and running locally at http://localhost:4000.

About this website.

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.

Left Licensing

The Left layout is MIT with no added caveats. Left is the work of Zach Holman @holman.

Left

About

https://bids.github.io/carpentries-club


Languages

Language:Dockerfile 100.0%