This is my blog. I hope you like it. You can view it here.
What it needs:
- RSS Feed
- Website design
- Home page design
- Blog post cards
- Blogs posts on the home page
- Fun error page
- Content lol
- move over book reviews
- move over post for advent of code
- excerpts
- code highlighting
- asset hosting
- github action build
- hosting in github pages
- port to main blog
- rss link in footer
- cool auto navigation hamburger
- Better homepage
- blog search
- dark mode button
- dark mode for code
- fix the theming in the search bar
- style in line code blocks
- Mono space font (see https://bytemash.net)
- blog tags
- support blog search
- pagination of blog posts?
- Resume Section
- icon
- hosting in some other way
This was made with Svelte and was heavily influenced by this post by Josh Collinsworth.
Once you've pulled the project and installed dependencies with npm install
, start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.