Skip to content

Commit

Permalink
Add a README
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneikennedy committed Nov 24, 2023
1 parent 70a1663 commit 24a9d80
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Bikeseat

A learning exercise to see if I can replace my own blog [JuniorDeveloperDiaries](https://juniordeveloperdiaries.com) which uses netlify and gastby for simple static webhosting, with something that has the bare miniumum of what I need for a blog that has 30-60 monthly readers (aka not a lot).

## Goals
- Write it in Rust, I think this is a project that's not too hard but not too easy either
- Similar workflow, writing a new post means a new markdown file in some content directory. Home page, pagination should all work.
- Write the markdown parser from scratch, no libraries, and convert it to html that looks as bad as https://juniordeveloperdiaries does
- Actual CI/CD, not to the level of Netlify, but good enough. I never use the preview feature for Netlify anyways.
- Get real analytics, I don't want to pay $14/month or whatever it is for Netlify, and google analytics is particularly poorly suited for a community where 90% of the users probably have a tracking/ad-blocker.

0 comments on commit 24a9d80

Please sign in to comment.