"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.
- The Tao of Bees: How I use Beeminder
- The Sting of Work: How I Use Beeminder, Part Two
- Goal Failure: A post-capitalist critique on boiling frogs, minimum-happiness, harmful-easy things, and lists.
- Goal Success: Getting back on your horse, no matter how many times you’ve fallen off.
- New! Tracking Every Aspect of My Life for a Year: Success with Beeminder
Jekyll requires the following:
- Ruby version 2.5.0 or higher
- RubyGems
- GCC and Make
See Requirements for guides and details.
- Install all prerequisites.
- Install the jekyll and bundler gems.
gem install jekyll bundler
- Clone this repository.
git clone https://github.com/brennanbrown/journalbar.git
- Change into your new directory.
cd journalbar
- Install gems from the
Gemfile
.
bundle install
- Build the site and make it available on a local server.
bundle exec jekyll serve
- Browse to http://localhost:4000
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.