Cool page with cool stuff will appear here some time between now and 2099 β¨
- Chores
- Rename BlogBase layout to MDBase
- Make it Hybrid or static
- Make it usable
- Make it like slightly usable on mobile
- Make it like slightly accessible
- Make it cool as fuck
- Light and dark mode toggle + custom color scheme?
- Coolio animations?
- Just like cool styling shit
- Seriously, let's just make it fucking cool
- Wtf you're not gonna use the default Astro favicon, right??
- Make it fast as fuck
- Image optimization with astro:assets and /src directory image files
- Prefetching
- Holy fucking font file size batman
- Other stuff that makes it fast as fuck FUCKING BLAZINGLY FAST AAAAAAAA RUST!
- Give it cool content
- Blog
- Portfolio
- Existing content
- La Debil
- Improve storytelling
- Update after talking to guy
- Afterglow
- Zulrah guide
- Host on jakob.fun?
- RedBlackChallenge
- La Debil
- Polet+
- MC stuff
- Other cool content
- Automatically link to the content from content page
- SEO
- Navlinks are a little squishy on deployed version of site (FOUC problem)
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
yarn install |
Installs dependencies |
yarn dev |
Starts local dev server at localhost:3000 |
yarn build |
Build your production site to ./dist/ |
yarn preview |
Preview your build locally, before deploying |
yarn astro ... |
Run CLI commands like astro add , astro check |
yarn astro --help |
Get help using the Astro CLI |