Initial commit
This commit is contained in:
commit
5601576da4
16
.gitea/workflows/publish.yaml
Normal file
16
.gitea/workflows/publish.yaml
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Gitea Actions Demo
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build-quartz:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: node:24.2
|
||||||
|
steps:
|
||||||
|
- name: Clone local copy of Quartz
|
||||||
|
run: git clone https://k3gtpi.jumpingcrab.com/vlad/quartz-clone.git
|
||||||
|
- name: Copy notes to content directory
|
||||||
|
run: cp notes/* quartz-clone/content
|
||||||
|
- name: Build Quartz
|
||||||
|
run: cd quartz-clone && npm i && npx quartz create && npx quartz build
|
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
10
notes/1st-note.md
Normal file
10
notes/1st-note.md
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Example Title
|
||||||
|
draft: false
|
||||||
|
tags:
|
||||||
|
- example-tag
|
||||||
|
---
|
||||||
|
|
||||||
|
1st note
|
||||||
|
|
||||||
|
The rest of your content lives here. You can use **Markdown** here :)
|
Loading…
Reference in New Issue
Block a user