Skip to content

Commit

Permalink
chore: cleanup repo
Browse files Browse the repository at this point in the history
  • Loading branch information
rschlaefli committed Jan 7, 2024
1 parent 4d29019 commit 71a22d8
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 180 deletions.
1 change: 0 additions & 1 deletion .github/FUNDING.yml

This file was deleted.

40 changes: 0 additions & 40 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

18 changes: 4 additions & 14 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,14 @@ name: Build and Test
on:
pull_request:
branches:
- v4
- main
push:
branches:
- v4
- main

jobs:
build-and-test:
if: ${{ github.repository == 'jackyzha0/quartz' }}
strategy:
matrix:
os: [windows-latest, macos-latest, ubuntu-latest]
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand All @@ -25,7 +21,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v3
with:
node-version: 18
node-version: 20

- name: Cache dependencies
uses: actions/cache@v3
Expand All @@ -45,9 +41,3 @@ jobs:

- name: Ensure Quartz builds, check bundle info
run: npx quartz build --bundleInfo

- name: Create release tag
uses: Klemensas/action-autotag@stable
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

90 changes: 0 additions & 90 deletions CODE_OF_CONDUCT.md

This file was deleted.

24 changes: 9 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
{
"name": "@jackyzha0/quartz",
"description": "🌱 publish your digital garden and notes as a website",
"private": true,
"version": "4.1.4",
"name": "@uzh-bf/oss",
"description": "Open Source at the Department of Banking and Finance, University of Zurich",
"version": "0.0.1",
"type": "module",
"author": "jackyzha0 <j.zhao2k19@gmail.com>",
"maintainers": [
"Roland Schläfli <roland.schlaefli@bf.uzh.ch>"
],
"license": "MIT",
"homepage": "https://quartz.jzhao.xyz",
"homepage": "https://github.com/uzh-bf/oss-at-dbf",
"repository": {
"type": "git",
"url": "https://github.com/jackyzha0/quartz.git"
"url": "https://github.com/uzh-bf/oss-at-dbf"
},
"scripts": {
"docs": "npx quartz build --serve -d docs",
Expand All @@ -22,14 +23,7 @@
"npm": ">=9.3.1",
"node": ">=18.14"
},
"keywords": [
"site generator",
"ssg",
"digital-garden",
"markdown",
"blog",
"quartz"
],
"keywords": [],
"bin": {
"quartz": "./quartz/bootstrap-cli.mjs"
},
Expand Down

0 comments on commit 71a22d8

Please sign in to comment.