From 4f7d5d99e6d152ffd66c5ae5a8e7b6027e0aea28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Schl=C3=A4fli?= Date: Sun, 7 Jan 2024 16:18:55 +0100 Subject: [PATCH] Quartz sync: Jan 7, 2024, 4:18 PM --- .github/workflows/deploy.yaml | 45 ++++++++++++++++++++++++++ README.md | 29 +++++++++-------- content/cloud/docker.md | 0 content/cloud/kubernetes.md | 0 content/llm/langchain.md | 0 content/llm/llamaindex.md | 0 content/powerplatform/powerautomate.md | 0 content/web/t3-stack.md | 0 content/web/three-js.md | 0 content/web/typescript.md | 0 10 files changed, 61 insertions(+), 13 deletions(-) create mode 100644 .github/workflows/deploy.yaml create mode 100644 content/cloud/docker.md create mode 100644 content/cloud/kubernetes.md create mode 100644 content/llm/langchain.md create mode 100644 content/llm/llamaindex.md create mode 100644 content/powerplatform/powerautomate.md create mode 100644 content/web/t3-stack.md create mode 100644 content/web/three-js.md create mode 100644 content/web/typescript.md diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml new file mode 100644 index 0000000..9d9c299 --- /dev/null +++ b/.github/workflows/deploy.yaml @@ -0,0 +1,45 @@ +name: Deploy Quartz site to GitHub Pages + +on: + push: + branches: + - main + +permissions: + contents: read + pages: write + id-token: write + +concurrency: + group: "pages" + cancel-in-progress: false + +jobs: + build: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v3 + with: + fetch-depth: 0 # Fetch all history for git info + - uses: actions/setup-node@v3 + with: + node-version: 20 + - name: Install Dependencies + run: npm ci + - name: Build Quartz + run: npx quartz build + - name: Upload artifact + uses: actions/upload-pages-artifact@v2 + with: + path: public + + deploy: + needs: build + environment: + name: github-pages + url: ${{ steps.deployment.outputs.page_url }} + runs-on: ubuntu-latest + steps: + - name: Deploy to GitHub Pages + id: deployment + uses: actions/deploy-pages@v2 diff --git a/README.md b/README.md index 4b4731c..fde2955 100644 --- a/README.md +++ b/README.md @@ -1,20 +1,23 @@ -# Quartz v4 +# OSS@DBF -> β€œ[One] who works with the door open gets all kinds of interruptions, but [they] also occasionally gets clues as to what the world is and what might be important.” β€” Richard Hamming +Welcome to our developer knowledge base and project overview! -Quartz is a set of tools that helps you publish your [digital garden](https://jzhao.xyz/posts/networked-thought) and notes as a website for free. -Quartz v4 features a from-the-ground rewrite focusing on end-user extensibility and ease-of-use. +## Goals of this Project -**If you are looking for Quartz v3, you can find it on the [`hugo` branch](https://github.com/jackyzha0/quartz/tree/hugo).** +- Sharing practical know-how with interested internal and external parties to reduce knowledge silos +- Promoting open-source projects developed at our department (e.g., KlickerUZH) and at our university +- Enabling our developers to work on topics they are interested in and to publish their learnings -πŸ”— Read the documentation and get started: https://quartz.jzhao.xyz/ +## About the Department of Banking and Finance, UZH -[Join the Discord Community](https://discord.gg/cRFFHYye7t) +The Department of Banking and Finance (DBF) belongs to the leading departments in Europe for topics related to banking, finance, and insurance. It was founded in 1968 by the governing council of the canton of Zurich as "Institut fΓΌr schweizerisches Bankwesen" (Swiss Banking Institute) as a part of the university of Zurich. -## Sponsors +> https://www.bf.uzh.ch/en/department/about-us.html -

- - - -

+With more than 27'000 students, the University of Zurich is Switzerland's largest university. Founded in the year 1833, UZH was Europe's first university to be established by a democratic political system. Made up of seven faculties covering some 100 different subject areas, the University offers a wide variety of Bachelor's, Master's and PhD programs. + +> https://www.uzh.ch/cmsssl/en/explore/portrait/profile.html + +## License + +This repository is available under a permissive MIT license. Our projects are licensed separately and as stated within the corresponding repositories. diff --git a/content/cloud/docker.md b/content/cloud/docker.md new file mode 100644 index 0000000..e69de29 diff --git a/content/cloud/kubernetes.md b/content/cloud/kubernetes.md new file mode 100644 index 0000000..e69de29 diff --git a/content/llm/langchain.md b/content/llm/langchain.md new file mode 100644 index 0000000..e69de29 diff --git a/content/llm/llamaindex.md b/content/llm/llamaindex.md new file mode 100644 index 0000000..e69de29 diff --git a/content/powerplatform/powerautomate.md b/content/powerplatform/powerautomate.md new file mode 100644 index 0000000..e69de29 diff --git a/content/web/t3-stack.md b/content/web/t3-stack.md new file mode 100644 index 0000000..e69de29 diff --git a/content/web/three-js.md b/content/web/three-js.md new file mode 100644 index 0000000..e69de29 diff --git a/content/web/typescript.md b/content/web/typescript.md new file mode 100644 index 0000000..e69de29