1
0
Fork
You've already forked gordiwebtor
0
Basic Astro website template. Includes blog.
  • Astro 78.7%
  • CSS 10.7%
  • JavaScript 5.6%
  • TypeScript 5%
Find a file
Gordinator d3effaa1ee
Made content less wide to ensure accessibility
Signed-off-by: Gordinator <gordinator@gordinator.org>
2024年08月25日 00:38:08 +01:00
.vscode Initial commit 2024年07月02日 22:14:29 +01:00
public Removed junk file 2024年07月02日 22:15:48 +01:00
src Made content less wide to ensure accessibility 2024年08月25日 00:38:08 +01:00
.gitattributes Initial commit 2024年07月02日 22:14:29 +01:00
.gitignore Made output gitignore'd 2024年07月02日 22:15:17 +01:00
astro.config.mjs Added copyright info to BaseHead, also stopped compressing HTML 2024年07月07日 00:45:07 +01:00
build Initial commit 2024年07月02日 22:14:29 +01:00
LICENSE Added license 2024年07月02日 22:15:01 +01:00
package-lock.json Initial commit 2024年07月02日 22:14:29 +01:00
package.json Initial commit 2024年07月02日 22:14:29 +01:00
README.md Mostly fixed README 2024年07月31日 15:27:51 +00:00
tsconfig.json Initial commit 2024年07月02日 22:14:29 +01:00

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