This is an old revision of the document!
astro attempt
- You have to install a bunch of shit - https://docs.astro.build/en/tutorial/1-setup/1/ I'm following this tutorial
- I already forgor how I installed it
- Opened up VS Codium
- Opened up terminal
- ran ``npm create astro@latest`` as per tutorial
- gave it a folder to build in ``Z:\sites\big-mountain-fudgecake``
- said yes to everything like installing dependencies and initializing git
- choose minimal theme
- ok the folder is created. open that in vscode
NEXT!! MAKING THE SITE
- run ``npm run dev`` in the terminal to preview your gay site
- your site preview should be on ``http://localhost:4321/`` by default
- find ``src/pages/index.astro`` to edit your front page
- edit it
- save
- deploy that gay shit
- link domain via porkbun…
- wait for it to generate SSL certificate
- ok it's live: https://fudgecak.scumsuck.com/
- make a new page in ``pages`` called ``about.astro``
- type some shit in there, copy/paste what was in index.astro
- Did the markdown tutorial i already know that
- on the "dynamic content" part so I can add their band roles…
- doing components so i can make the nav and footer
- blah blah i dont want a blog tags i just want the RSS using the blog as a RSS feed lol
- ok it works
- Skipping the shit about islands, going to the part abt light/dark themes
- uhh but i want to do the simple one click toggle with dark/light color-scheme meta…
Discussion
oooh thank you for this
yayyy glad my noob fumblings can help somehow :P