Website of the Open Source Design community, hosted on Github pages.
Editing content on opensourcedesign.net can be done in two relatively simple ways, both of which, require a GitHub account.
- Using GitHub's nifty file editor
- Using the Prose Editor
- Modifying source code (technical)
You need some basic ability to use a terminal as well as some knowledge of web development like HTML, CSS, and JavaScript. The site is built with the following programming tools:
This step requires having a ruby
development environment and git
installed
and configured to connect to Github with SSH.
- Install Jekyll using and other ruby gems
sudo gem install bundler
- Fork and clone the main website repository
git clone [email protected]:opensourcedesign/opensourcedesign.github.io
cd opensourcedesign.github.io/
bundle install
- Run our installer script
This will pull down all of the repositories (jobs, events, etc...) and put them in there proper place to build our website locally.
./scripts/install.sh
Note: you need to be a member of our GitHub organization.
- Build the static site & watch for files
jekyll serve --watch --config _config.yml,_config-dev.yml
Updating the various repos can be done with running the this script
./scripts/update.sh