-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
70a1663
commit 24a9d80
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |