Compare commits

...

6 commits

Author SHA1 Message Date
d06655296b
Updated README
Some checks failed
/ publish (push) Successful in 6s
/ build-site (push) Successful in 1m27s
/ checking (push) Successful in 24s
/ deploy-unlighthouse-files (push) Has been skipped
/ unlighthouse (push) Failing after 23s
/ deploy-unlighthouse-site (push) Has been skipped
2024-06-20 19:18:51 +02:00
beae91e5fd
Bumped version
Some checks failed
/ publish (push) Has been skipped
/ build-site (push) Failing after 9s
/ checking (push) Successful in 11s
/ deploy-unlighthouse-files (push) Has been cancelled
/ deploy-unlighthouse-site (push) Has been cancelled
/ unlighthouse (push) Has been cancelled
2024-06-20 18:58:55 +02:00
394e575ca6
Pinned docker images
All checks were successful
/ checking (push) Successful in 16s
2024-06-20 18:58:29 +02:00
1aa9753d8b
Fixed typo
All checks were successful
/ checking (push) Successful in 12s
/ publish (push) Successful in 6s
/ build-site (push) Successful in 1m32s
/ deploy-unlighthouse-files (push) Successful in 6s
/ unlighthouse (push) Successful in 31s
/ deploy-unlighthouse-site (push) Successful in 4s
2024-06-15 19:39:08 +02:00
c4d73c2f98
Fixed typo
All checks were successful
/ build-site (push) Successful in 1m45s
/ publish (push) Successful in 6s
/ checking (push) Successful in 12s
2024-06-15 19:30:25 +02:00
2decf6604b
Updated pipeline syntax to server
All checks were successful
/ checking (push) Successful in 14s
2024-06-15 19:27:54 +02:00
6 changed files with 6 additions and 44 deletions

View file

@ -1,7 +1,7 @@
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+pre[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+-pre\.[0-9]+'
jobs:
checking:

View file

@ -1,13 +1,12 @@
on:
push:
tags:
- '[0-9]+\.[0-9]+\.[0-9]+unlighthouse[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+ulh[0-9]+'
- '[0-9]+\.[0-9]+\.[0-9]+-ulh\.[0-9]+'
jobs:
unlighthouse:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:latest
container: forgejo.neshweb.net/ci-docker-images/unlighthouse:0.2.0
steps:
- name: Checkout repository
uses: https://code.forgejo.org/actions/checkout@v3

View file

@ -4,7 +4,7 @@ COPY . .
RUN npm i
RUN npm run build
FROM forgejo.neshweb.net/ci-docker-images/website-serve:latest AS runtime
FROM forgejo.neshweb.net/ci-docker-images/website-serve:0.1.3 AS runtime
COPY --from=build /app/dist /public
COPY --from=build /app/serve.json /public/serve.json

View file

@ -2,43 +2,6 @@
This is build using [Astro](https://astro.build)
## 🚀 Project Structure
```
/
├── static/
│ ├── favicon.svg
│ └── other files ...
├── src/
│ ├── components/
│ │ ├── servantCard.astro
│ │ ├── ceCard.astro
│ │ ├── contactCard.astro
│ │ └── taCard.astro
│ │
│ ├── layouts/
│ │ ├── customFooter.astro
│ │ ├── baseSection.astro
│ │ ├── taSection.astro
│ │ ├── contactSection.astro
│ │ └── Layout.astro
│ │
│ └── pages/
│ └── index.astro
├── .gitlab-ci.yml
├── astro.config.mjs
└── package.json
```
Astro looks for `.astro` or `.md` files in the `src/pages/` directory. Each page is exposed as a route based on its file name.
More routes will follow soon
Any static assets, like images, can be placed in the `static/` directory.
## 🧞 Astro-Specific Commands
All commands are run from the root of the project, from a terminal:

View file

@ -1,7 +1,7 @@
{
"name": "@firq/fgosite",
"type": "module",
"version": "0.1.27",
"version": "0.1.28-pre.3",
"private": true,
"scripts": {
"dev": "astro dev",

View file

@ -190,7 +190,7 @@
"bond10": false
},
{
"name": "Taigon Wang",
"name": "Taigong Wang",
"level": "70",
"np": "1",
"skills": "10 / 9 / 10",