$2117.91

Let's see how fast I can make $2117.91 USD. The goal is by end of day, Sunday March 18th.

I made it! 🎉

Income to earn: $0.00!
In the bank: $47.00.
Contracted but not yet invoiced: $2100.91.

I am live-blogging my entire process and thought patterns over the three day challenge here. Follow along!

Frequently Asked Questions

Twitter: @richlitt
Email: richard@burntfen.com

Posts:

- Mon at 00:47 - How did it go?
- Sun at 19:14 - The crash
- Sun at 17:12 - Art
- Sun at 13:02 - Jekyll Scheduler builds on command
- Sun at 10:35 - Goal achieved
- Sun at 02:10 - Express, Heroku, and OAuth conquered
- Sat at 19:23 - At the bleeding edge
- Sat at 16:56 - Getting Probot working
- Sat at 15:54 - Providence at the cafe
- Sat at 15:14 - Business models for Jekyll Scheduling
- Sat at 14:48 - Negative feedback
- Sat at 14:35 - Scheduled Jekyll Posts
- Sat at 09:56 - Morning reflections
- Sat at 00:59 - First day post mortem
- Sat at 00:21 - Better navigation
- Sat at 00:03 - Working blog
- Fri at 22:56 - Setting up a blog
- Fri at 18:06 - Adventure branding
- Fri at 16:03 - Patreon Post
- Fri at 15:36 - Afternoon goals
- Fri at 13:28 - Hunger
- Fri at 13:06 - Marketing this project
- Fri at 12:40 - Machine Learning?
- Fri at 11:54 - Probot
- Fri at 11:42 - First Client!
- Fri at 11:13 - Small notes and Buffer
- Fri at 10:33 - Reputation
- Fri at 10:32 - First Contact
- Fri at 10:19 - The First Tweet
- Fri at 10:12 - Introduction

View the Project on GitHub

This project is maintained by RichardLitt

Setting up a blog

So, I failed at catching up with work quickly after dinner. It’s 10:00, and I am back on, after more than a few hours off.

First things first, make a checklist:

I had started on making a blog out of Jekyll, but ran into some issues using the Minimal theme and editing it using GitHub Pages. Apparently, you need to copy over the default theme into a _layouts folder. I did that, but my edited version isn’t causing an index.html to appear in the _site folder when I run > jekyll serve, which means that I can’t effectively test it. I think that it might actually be better for me to just import my own theme and call it a day. So:

However, let’s think about this a bit more. Having a Jekyll theme will lock me into Jekyll. That means:

Scheduled Posts

This last one is a dealbreaker. I want to be able to shedule posts. This suggests it is possible. Interesting. But we don’t know if GitHub actually builds them. Only one way to find out. This says it is possible, but I’ll need to manually set a cronjob in my local computer. That goes against the idea of having my own server. www-post-scheduler hacks Amazon to do this. Ugh.

Actually, the Cronjob idea is pretty interesting. It was made last year. Since then, we now have GitHub applications that can do some pretty fun stuff. I wonder if we can make a bot that automatically does this, so you don’t have to have a cronjob do it every hour. That sounds like a good thing I could sell, actually.

Interesting. I could potentially do that on Heroku, I think, but that only runs on an app that is running. That won’t scale well. What about if I start a new Now instance for each cronjob, and set this up as a GitHub App? If I do that, I can run it permanently.

Yes, it looks that that is a possibility - but, I could also use probot/scheduler to do that. This has the added benefit of coming from GitHub, which means it is less annoying, and using the GitHub Probot functionality. I could also amend the build to automatically add RSS feeds, I think, and I believe I could connect those to Buffer. That kills a lot of birds with one stone. For now, I’ve contacted GitHub support about their scheduled rebuilds if I set future:false in the Jekyll _config.yml. If I don’t have to create this functionality - ie, if I can schedule the scheduler GitHub may already use to ping every ten minutes - than all of that work is unnecessary.

Since we’re being mercurial: I’d like to set up a payment scheme where people could donate or pay me for this functionality. I’m not sure how to do that using Probot. It may not be possible. (I’m ignoring the ethics of using open source to publish monetized, because this would be open source, too - I would just monetize the service that people could run themselves.)

For now, let’s take this in a different tack. I’m blocked on using GitHub Pages, because I have this issue with scheduled posts. While I could fix it, I have bigger issues right now. For one, I don’t have a website.

Other options

I’m going to rule all of those out.


Let’s go and install a Jekyll theme, now, then.


Beam me home, Scotty!