Astro notes


This is the first post page. Does it work?

So… blog files are saved with the extension .md (markdown). Seems like it will be quite easy to create new pages.

To create a new site, go to the site folder and run:

npm create astro@latest

Will need to figure out the details of what this means in due course.

To run the development version of the site, go to site folder and run:

npm run dev

Need to figure out the CSS styling for the header to make the links align properly.

Also need to add a contact form the the contact page.

The path environment variables needed to be modified. So that npm would work from the command prompt and powershell.

The user variables needed are:

%AppData%\npm

The system variables needed are:

C:\Program Files\nodejs\node_modules\npm\bin\