diff --git a/src/components/views/PostFeed.vue b/src/components/views/PostFeed.vue index 7a58356..788227c 100644 --- a/src/components/views/PostFeed.vue +++ b/src/components/views/PostFeed.vue @@ -186,7 +186,7 @@ export default { sortedPosts: [], filteredPosts: [], page: 1, - postCount: 10, + postCount: Infinity, // TODO - come back to this isMorePosts: false, isShowingFilter: false, sortingStrategies: [ diff --git a/src/content/blog/index.md b/src/content/blog/index.md index 65c6938..312ded2 100644 --- a/src/content/blog/index.md +++ b/src/content/blog/index.md @@ -10,5 +10,7 @@ tags: - 'Hackathon' - 'AWS' - 'Public Speaking' + - 'Offline' + - 'Hardware' --- diff --git a/src/content/books/index.md b/src/content/books/index.md index c184a7c..4fb3941 100644 --- a/src/content/books/index.md +++ b/src/content/books/index.md @@ -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) - - - 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) @@ -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 diff --git a/src/content/projects/homemade-markdown-parser.md b/src/content/projects/homemade-markdown-parser.md new file mode 100644 index 0000000..cf1f619 --- /dev/null +++ b/src/content/projects/homemade-markdown-parser.md @@ -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. + + diff --git a/src/content/projects/index.md b/src/content/projects/index.md index 7cc39ea..840b197 100644 --- a/src/content/projects/index.md +++ b/src/content/projects/index.md @@ -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)