Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhsu/learning-and-sharing
Base template for documenting as you learn then sharing it, using jekyll.
https://github.com/jhsu/learning-and-sharing
Last synced: 21 days ago
JSON representation
Base template for documenting as you learn then sharing it, using jekyll.
- Host: GitHub
- URL: https://github.com/jhsu/learning-and-sharing
- Owner: jhsu
- Created: 2012-12-28T20:35:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-29T22:25:36.000Z (about 12 years ago)
- Last Synced: 2024-12-20T21:13:11.276Z (21 days ago)
- Language: Ruby
- Homepage: jhsu.github.com/learning-and-sharing
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# Learn and Share
Base template for documenting things as you learn.
## How to get started
1. Fork this repository (to make it private/public)
2. Create a branch for each thing you want to document.
3. Create a new section using `./new Section Name`.
4. Generate the site using `jekyll` (get's generated into './_site/'.Read [the guide](http://jhsu.github.com/learning-and-sharing/) created using
this project for more details.## Keeping up to date
Merge in changes from this repository's master branch to your branch. It should not
conflict with your content.