Skip to content

Commit

Permalink
TEMP fix for posts hidden in post-feed & content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cal-overflow committed Dec 26, 2023
1 parent a3b7f28 commit af1f9ad
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/components/views/PostFeed.vue
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export default {
sortedPosts: [],
filteredPosts: [],
page: 1,
postCount: 10,
postCount: Infinity, // TODO - come back to this
isMorePosts: false,
isShowingFilter: false,
sortingStrategies: [
Expand Down
2 changes: 2 additions & 0 deletions src/content/blog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ tags:
- 'Hackathon'
- 'AWS'
- 'Public Speaking'
- 'Offline'
- 'Hardware'
---

11 changes: 6 additions & 5 deletions src/content/books/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ I love coffee, but I don't know how I should feel about caffeine.
- The 7 habits of highly effective people (Stephen Covey)
- The interpretation of dreams (Sigmund Freud)
- Bowling alone (Robert D. Putnam)
<!--Doing research for a new project. Need to know everything about markdown (and ideally how to teach it to non-devs) -->
- The Markdown Guide (Matt Cone)
- Learn Markdown: The Complete Guide on Markdown Formatting (Khurshid Alam)
- Using Markdown: A Short Instruction Guide (William Dyer)
- The World of Caffeine: The Science and Culture of the World's Most Popular Drug (Bennett Alan Weinberg)
- Noise (Daniel Kahneman, Oliver Sibony, Cas R. Sunstein)
- ADHD Does Not Exist: The Truth About Attention Deficit and Hyperactivity Disorder (Richard Saul)
Expand All @@ -81,7 +77,12 @@ I love coffee, but I don't know how I should feel about caffeine.
- Superhero (Meg Jay)
- The Millionaire Next Door (Thomas J. Stanley)
- The Love Prescription (John Gottman and Julie Schwartz)
- Bronze Age Mindset Review
- Bronze Age Mindset
- Talent is Overrated (Geoffrey Colvin)
- A Philosophy of Software Design (John Ousterhout)
- 1984 (George Orwell)
- All Quiet on the Western Front (Erich Maria Remarque)
- Yoga and the Quest for the True Self (Stephen Cope)


#### Other books I may read, but are of no priority
Expand Down
10 changes: 10 additions & 0 deletions src/content/projects/homemade-markdown-parser.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
id: 7
title: Homemade markdown parser
tags:
- TODO
---

This is a really simple idea: Build my own markdown parser. I think I'm tired of relying on the few available markdown parsers that integrate nicely with React, Vue, or other JS frameworks.


1 change: 1 addition & 0 deletions src/content/projects/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ See the completed projects in my [portfolio](/portfolio).
- 😊 [Homework automation](/projects/automating-homework)

## Future projects
- 😭 [Markdown parser](/projects/homemade-markdown-parser)
- 🥱 [Custom Resource for AWS-hosted websites](/projects/aws-website-custom-resource)
- 🥱 Way to view all images/videos in my (private) camera S3 bucket
- 🤓 [Conversation transcriber](/projects/transcriber)
Expand Down

0 comments on commit af1f9ad

Please sign in to comment.