Visible at manybabies.org
To run locally (good idea to test out any substantive changes you make before you make a pull request):
- Install jekyll and bundler
- Clone repository
cdinto directory- Build local Jekyll site:
bundle exec jekyll server - To preview, open browser and go to:
http://localhost:4000 - Push your changes when you are done
To modify:
_config.yamlhas many of the basic configuration options (e.g., social media and links to other pages)index.htmlis the main page, but currently (mostly) generated from..._posts/has blog posts, the most recent of which are featured in index.htmlabout.mdand other pages can be created in the root directory
If you'd like to post some news, create a new post in _posts/ following the template YYYY-MM-DD-post-template.md.