Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blog:2025:0917astro_attempt [2025/09/18 04:06] – [NEXT!! MAKING THE SITE] scumsuckblog:2025:0917astro_attempt [2025/09/21 00:22] (current) – [Color toggle] scumsuck
Line 5: Line 5:
   - Opened up VS Codium   - Opened up VS Codium
   - Opened up terminal   - Opened up terminal
-  - ran ``npm create astro@latest`` as per tutorial+  - ran ''npm create astro@latest'' as per tutorial
   - gave it a folder to build in ``Z:\sites\big-mountain-fudgecake``   - gave it a folder to build in ``Z:\sites\big-mountain-fudgecake``
   - said yes to everything like installing dependencies and initializing git   - said yes to everything like installing dependencies and initializing git
Line 13: Line 13:
 =====NEXT!! MAKING THE SITE===== =====NEXT!! MAKING THE SITE=====
  
-  - run ``npm run dev`` in the terminal to preview your gay site +  - run ''npm run dev'' in the terminal to preview your gay site 
-  - your site preview should be on ``http://localhost:4321/`` by default +  - your site preview should be on ''http://localhost:4321/''` by default 
-  - find ``src/pages/index.astro`` to edit your front page+  - find ''src/pages/index.astro'' to edit your front page
   - edit it   - edit it
   - save   - save
Line 24: Line 24:
   - wait for it to generate SSL certificate   - wait for it to generate SSL certificate
   - ok it's live: https://fudgecak.scumsuck.com/   - ok it's live: https://fudgecak.scumsuck.com/
-  - make a new page in ``pages`` called ``about.astro`` +  - make a new page in ''pages'' called ''about.astro'' 
-  - type some shit in there, copy/paste what was in index.astro+  - type some shit in there, copy/paste what was in ''index.astro''
   - Did the markdown tutorial i already know that   - Did the markdown tutorial i already know that
   - on the [[https://docs.astro.build/en/tutorial/2-pages/3/|"dynamic content"]] part so I can add their band roles...   - on the [[https://docs.astro.build/en/tutorial/2-pages/3/|"dynamic content"]] part so I can add their band roles...
Line 128: Line 128:
 </code> </code>
  
 +Don't ask me what any of this means LOL I just copy/pasted someone else's code in the places that make it work on my site...