Basic Astro website template. Includes blog.
|
Gordinator
d3effaa1ee
Signed-off-by: Gordinator <gordinator@gordinator.org> |
||
|---|---|---|
| .vscode | Initial commit | |
| public | Removed junk file | |
| src | Made content less wide to ensure accessibility | |
| .gitattributes | Initial commit | |
| .gitignore | Made output gitignore'd | |
| astro.config.mjs | Added copyright info to BaseHead, also stopped compressing HTML | |
| build | Initial commit | |
| LICENSE | Added license | |
| package-lock.json | Initial commit | |
| package.json | Initial commit | |
| README.md | Mostly fixed README | |
| tsconfig.json | Initial commit | |
Gordiwebtor
Basic Astro website template, with a built-in blog.
Creating a project
First, clone the repo to make a copy:
$ git clone https://codeberg.org/WinFan3672/gordiwebtor <your-website-name>
Then, cd to the project directory and remove the Git repo:
rm -rf .git
Then install dependencies:
$ npm install
To spin up a dev server:
$ npx astro dev
And to compile your website:
$ npx astro build