"It gets easier. Every day it gets a little easier. But you gotta do it every day, that’s the hard part. But it does get easier." —Bojack Horseman
This project is indended for me to provide weekly updates regarding my goals (systems) that I currently have on a website called Beeminder. Powered by Jekyll!
I’ve decided to begin this meta-accountability experiement, where I’ll report my progress with my goals on this website weekly, in collaboration with my account on Beeminder. I hope that this extra push of consistent reporting will help me succeed with my goals and stick to good habits.
Jekyll requires the following:
See Requirements for guides and details.
gem install jekyll bundler
git clone https://github.com/brennanbrown/journalbar.git
cd journalbar
Gemfile
.bundle install
bundle exec jekyll serve
Pass the
--livereload
option toserve
to automatically refresh the page with each change you make to the source files:bundle exec jekyll serve --livereload
If you encounter any errors during this process, check that you have installed all the prerequisites in Requirements. If you still have issues, see Troubleshooting.