← Return home
Changelog
Working On
Next up
- Add a component that automatically creates a table of contents based on the markdown content.
- Add basic post search. (npm:minisearch)
- Add a share button to posts.
- Add a link to the post edit history.
- Add an error 404 page.
- Add a project version mention in the footer.
- Add modal that opens to show an image full width.
- Add a like button that uses localstorage.
- Add Image vignettes to rss feed.
- Add /llm.txt route that outputs all posts and comments.
Version History
v0.0.89
- Added the link to edit post and view history.
v0.0.88
- Added the
wheels.png
image. - Added the published
lunchbox
article.
v0.0.87
- Added updates for the
lunchbox
draft.
v0.0.86
- Added a text revision update for the
lunchbox
draft.
v0.0.85
- Added updates for the
lunchbox
draft.
v0.0.84
- Added updates for the
lunchbox
draft. - Added
.obsidian
to the.gitignore
file because it was having constant irrelevant changes.
v0.0.83
- Added updates for the
lunchbox
draft.
v0.0.82
- Added updated drafts.
v0.0.81
- Added the
gallery
link to the footer.
v0.0.80
- Added a
drafts
route to showcase the work in progress. - Added a
gallery
route to showcase the images inside the blog.
v0.0.79
- Added the correct form action for the FollowitForm component.
- Added a layout fix in the footer.
v0.0.78
- Added an email subscription follow.it form.
v0.0.77
- Added
/changelog
and/license
routes. - Added follow.it metadata.
v0.0.76
- Added an updated layout to the footer component.
- Added the stale_city asset image.
- Added a 404 error on missing post.
v0.0.75
- Added the
mind_set
image to theon-telling-stories
post. - Added a spelling/syntax editing update to the content of the
on-telling-stories
post.
v0.0.74
- Added more content to the
lunchbox
andon-note-taking-apps
drafts. - Added an update to the
on-telling-stories
post.
v0.0.73
- Added an author credit to every post.
- Added the
zettelkasten_cranes
vignette for theon_notes
article.
v0.0.72
- Added comment as feed items.
- Added a "back home" link.
v0.0.71
- Added a fix for Sentry.
- Added the
/archive
route.
v0.0.70
- Added
robots.txt
. - Added updated libraries for
@lunchbox/ui
,daisyui
,tailwindcss
. - Added the
<Keynav/>
island.
v0.0.69
- Changed the main gradient from stripes to pixel pattern.
- Added the "updated" data to the post list in the home page.
v0.0.68
- Included author comments content inside the content:encoded rss property.
- Added updated styles.
- Added the Footer about content.
- Added the obsidian config files.
- Added the lunchbox draft.
v0.0.67
- Added a "comments" heading with an id for in-page targetting.
- Added individual url to each comment
...#comment-1
. - Added markdown content parsed as html to the content:encoded rss property.
v0.0.66
- Added content:encoded to the RSS feed.
- Added the remaining Sentry integrations.
v0.0.65
- Added Snetry to the back and front ends.
- Added environment variables.
- Added a draft.
v0.0.64
- Added the common footer component.
- Added visual fixes.
- Included "Last Edited" time_ago to the post profile page.
v0.0.63
- Added a few fixes.
v0.0.62
- Added a few fixes.
v0.0.61
- Refactored the post fetching module.
- Updated the
wrapper-is-product
post. - Added more styles for vignettes and fixed a few style issues.
v0.0.60
- Added new styles from pure css.
- Added a fix for the wrapper-is-product post.
v0.0.59
- Added sorting by date to the rss feed.
v0.0.58
- Fixed the rss feed.
v0.0.57
- Added the
rss-generator
library to make valid rss xml.
v0.0.56
- Fixed the XML feed validator issue.
- Added the new custom stylesheet.
v0.0.55
- Hotfix
v0.0.54
- Migrated my old posts to this site.
v0.0.53
- Added the post
wrapper-is-product
. - Added the
reading-time
functionality
v0.0.52
- Added quotes and references to the
ai-isnt-hard
post.
v0.0.51
- Updated the
ai-isnt-hard
post.
v0.0.50
- Added favicons.
v0.0.49
- Added comments to posts.
v0.0.48
- Updated the post directory structure form
./data/posts/[[POST_ID]].md
to./data/posts/[[POST_SLUG]]/post.md
.
v0.0.47
- Added the
ai-isnt-hard
draft.
v0.0.46
- Added an english language setting to the html document.
v0.0.45
- Added a social links fix.
v0.0.44
- Updated lock file
v0.0.43
- Addded a restoration of the blog functionality.
v0.0.42
- Added the updated Lunchbox UI components.
v0.0.41
- Added updated text to timeline's
1.md
,2.md
, and3.md
.
v0.0.40
- Added minor fixes to the resume page
islands/EventContent.tsx
,islands/TimelineEvent.tsx
,routes/resume.tsx
- Added updated text to timeline's
1.md
and2.md
.
v0.0.39
- Added the
EventContent
island that reveals the timeline event's content on click. - Reordered the
2.md
and4.md
blog posts.
v0.0.38
- Added an updated resume view.
routes/resume.tsx
,islands/TimelineEvent.tsx
- Added a short period of only the year on the timeline markdowns.
v0.0.37
- Added the attribute
isPrimary
to the timeline event .md's.data/docs/resume/timeline/*
,src/utils.ts
. - Added updated styles to the TimelineEvent island.
v0.0.36
- Updated the timeline event .md's.
data/docs/resume/timeline/*
- Added the
/resume
route. - Added the TimelineEvent island.
- Added obsidian to the gitignore file.
v0.0.35
- Added RSS feed generator.
routes/rss.xml.ts
,deno.json
, - Added minor fixes.
main.ts
- Added links to the footer component.
components/Footer.tsx
,routes/posts/[postId].tsx
,routes/posts/index.tsx
v0.0.34
- Added a view that displays a single markdown file as a post.
routes/posts/[postId].tsx
. - Added minor fixes.
data/posts/1.md
,data/posts/2.md
,data/posts/3.md
,data/posts/4.md
v0.0.33
- Added standard naming for posts.
- Added a view page for the list of all posts.
routes/posts/index.tsx
- Added updated external module references
deno.json
,dev.ts
- Added a utility function module.
src/utils.ts
- Added minor updates
routes/index.tsx
v0.0.32
- Added a header to the home page. It contains a hello message and an image.
routes/index.tsx
. - Added lunchbox implementation
routes/_app.tsx
,fresh.config.ts
,deno.json
. - Added the
Footer
component containing the site's version. - Removed the
TimelineEvent
island.
v0.0.31
- Reset old site into the new Lunchbox and Deno Fresh version.
v0.0.30
- Updated CV.