mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 23:04:05 -06:00
i
This commit is contained in:
parent
689201bfbd
commit
2e2aa25163
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@ -1 +0,0 @@
|
|||||||
github: [jackyzha0]
|
|
||||||
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
@ -36,4 +36,4 @@ jobs:
|
|||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./public
|
publish_dir: ./public
|
||||||
publish_branch: master # deploying branch
|
publish_branch: master # deploying branch
|
||||||
cname: quartz.jzhao.xyz
|
cname: hansel.li
|
||||||
|
|||||||
39
.history/.github/workflows/deploy_20221029183408.yaml
vendored
Normal file
39
.history/.github/workflows/deploy_20221029183408.yaml
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- hugo
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
|
- name: Build Link Index
|
||||||
|
uses: jackyzha0/hugo-obsidian@v2.18
|
||||||
|
with:
|
||||||
|
index: true
|
||||||
|
input: content
|
||||||
|
output: assets/indices
|
||||||
|
root: .
|
||||||
|
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
with:
|
||||||
|
hugo-version: '0.96.0'
|
||||||
|
extended: true
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./public
|
||||||
|
publish_branch: master # deploying branch
|
||||||
|
cname: quartz.jzhao.xyz
|
||||||
39
.history/.github/workflows/deploy_20221029192243.yaml
vendored
Normal file
39
.history/.github/workflows/deploy_20221029192243.yaml
vendored
Normal file
@ -0,0 +1,39 @@
|
|||||||
|
name: Deploy to GitHub Pages
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- hugo
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
deploy:
|
||||||
|
runs-on: ubuntu-20.04
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
with:
|
||||||
|
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
|
||||||
|
|
||||||
|
- name: Build Link Index
|
||||||
|
uses: jackyzha0/hugo-obsidian@v2.18
|
||||||
|
with:
|
||||||
|
index: true
|
||||||
|
input: content
|
||||||
|
output: assets/indices
|
||||||
|
root: .
|
||||||
|
|
||||||
|
- name: Setup Hugo
|
||||||
|
uses: peaceiris/actions-hugo@v2
|
||||||
|
with:
|
||||||
|
hugo-version: '0.96.0'
|
||||||
|
extended: true
|
||||||
|
|
||||||
|
- name: Build
|
||||||
|
run: hugo --minify
|
||||||
|
|
||||||
|
- name: Deploy
|
||||||
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
|
with:
|
||||||
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
publish_dir: ./public
|
||||||
|
publish_branch: master # deploying branch
|
||||||
|
cname: hansel.li
|
||||||
34
.history/config_20221029183408.toml
Normal file
34
.history/config_20221029183408.toml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
baseURL = "https://quartz.jzhao.xyz/"
|
||||||
|
languageCode = "en-us"
|
||||||
|
googleAnalytics = "G-XYFD95KB4J"
|
||||||
|
relativeURLs = false
|
||||||
|
disablePathToLower = true
|
||||||
|
ignoreFiles = [
|
||||||
|
"/content/templates/*",
|
||||||
|
"/content/private/*",
|
||||||
|
]
|
||||||
|
summaryLength = 20
|
||||||
|
paginate = 10
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
endLevel = 3
|
||||||
|
ordered = true
|
||||||
|
startLevel = 2
|
||||||
|
[markup.highlight]
|
||||||
|
noClasses = false
|
||||||
|
anchorLineNos = false
|
||||||
|
codeFences = true
|
||||||
|
guessSyntax = true
|
||||||
|
hl_Lines = ""
|
||||||
|
lineAnchors = ""
|
||||||
|
lineNoStart = 1
|
||||||
|
lineNos = true
|
||||||
|
lineNumbersInTable = true
|
||||||
|
style = "dracula"
|
||||||
|
[frontmatter]
|
||||||
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||||
|
publishDate = ["publishDate", "date"]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
34
.history/config_20221029193356.toml
Normal file
34
.history/config_20221029193356.toml
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
baseURL = "https://hansel.li"
|
||||||
|
languageCode = "en-us"
|
||||||
|
googleAnalytics = "G-XYFD95KB4J"
|
||||||
|
relativeURLs = false
|
||||||
|
disablePathToLower = true
|
||||||
|
ignoreFiles = [
|
||||||
|
"/content/templates/*",
|
||||||
|
"/content/private/*",
|
||||||
|
]
|
||||||
|
summaryLength = 20
|
||||||
|
paginate = 10
|
||||||
|
enableGitInfo = true
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
[markup.tableOfContents]
|
||||||
|
endLevel = 3
|
||||||
|
ordered = true
|
||||||
|
startLevel = 2
|
||||||
|
[markup.highlight]
|
||||||
|
noClasses = false
|
||||||
|
anchorLineNos = false
|
||||||
|
codeFences = true
|
||||||
|
guessSyntax = true
|
||||||
|
hl_Lines = ""
|
||||||
|
lineAnchors = ""
|
||||||
|
lineNoStart = 1
|
||||||
|
lineNos = true
|
||||||
|
lineNumbersInTable = true
|
||||||
|
style = "dracula"
|
||||||
|
[frontmatter]
|
||||||
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||||
|
publishDate = ["publishDate", "date"]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
27
.history/content/_index_20221029183408.md
Normal file
27
.history/content/_index_20221029183408.md
Normal file
@ -0,0 +1,27 @@
|
|||||||
|
---
|
||||||
|
title: 🪴 Quartz 3.
|
||||||
|
enableToc: false
|
||||||
|
---
|
||||||
|
|
||||||
|
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
||||||
|
|
||||||
|
1. Extremely fast natural-language [[notes/search]]
|
||||||
|
2. Customizable and hackable design based on [Hugo](https://gohugo.io/)
|
||||||
|
3. Automatically generated backlinks, link previews, and local graph
|
||||||
|
4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]] and [[notes/callouts | Admonition-style callouts]]
|
||||||
|
5. Support for both Markdown Links and Wikilinks
|
||||||
|
|
||||||
|
Check out some of the [amazing gardens that community members](notes/showcase.md) have published with Quartz or read about [why I made Quartz](notes/philosophy.md) to begin with.
|
||||||
|
|
||||||
|
## Get Started
|
||||||
|
> 📚 Step 1: [Setup your own digital garden using Quartz](notes/setup.md)
|
||||||
|
|
||||||
|
Returning user? Figure out how to [[notes/updating|update]] your existing Quartz garden.
|
||||||
|
|
||||||
|
If you prefer browsing the contents of this site through a list instead of a graph, you see a list of all [setup-related notes](/tags/setup).
|
||||||
|
|
||||||
|
### Troubleshooting
|
||||||
|
- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)
|
||||||
|
- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)
|
||||||
|
- 👀 [Discord Community](https://discord.gg/cRFFHYye7t)
|
||||||
|
|
||||||
0
.history/content/_index_20221029193024.md
Normal file
0
.history/content/_index_20221029193024.md
Normal file
26
.history/data/config_20221029183408.yaml
Normal file
26
.history/data/config_20221029183408.yaml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
name: Jacky Zhao
|
||||||
|
enableToc: true
|
||||||
|
openToc: false
|
||||||
|
enableLinkPreview: true
|
||||||
|
enableLatex: true
|
||||||
|
enableCodeBlockTitle: true
|
||||||
|
enableCodeBlockCopy: true
|
||||||
|
enableCallouts: true
|
||||||
|
enableSPA: true
|
||||||
|
enableFooter: true
|
||||||
|
enableContextualBacklinks: true
|
||||||
|
enableRecentNotes: false
|
||||||
|
enableGitHubEdit: true
|
||||||
|
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
||||||
|
enableSemanticSearch: false
|
||||||
|
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||||
|
description:
|
||||||
|
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
|
||||||
|
Wikilink support, backlinks, local graph, tags, and link previews.
|
||||||
|
page_title:
|
||||||
|
"🪴 Quartz 3.3"
|
||||||
|
links:
|
||||||
|
- link_name: Twitter
|
||||||
|
link: https://twitter.com/_jzhao
|
||||||
|
- link_name: Github
|
||||||
|
link: https://github.com/jackyzha0
|
||||||
25
.history/data/config_20221029192632.yaml
Normal file
25
.history/data/config_20221029192632.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: hansel
|
||||||
|
enableToc: true
|
||||||
|
openToc: false
|
||||||
|
enableLinkPreview: true
|
||||||
|
enableLatex: true
|
||||||
|
enableCodeBlockTitle: true
|
||||||
|
enableCodeBlockCopy: true
|
||||||
|
enableCallouts: true
|
||||||
|
enableSPA: true
|
||||||
|
enableFooter: true
|
||||||
|
enableContextualBacklinks: true
|
||||||
|
enableRecentNotes: false
|
||||||
|
enableGitHubEdit: true
|
||||||
|
GitHubLink: https://github.com/hansel-li/quartz/tree/hugo/content
|
||||||
|
enableSemanticSearch: false
|
||||||
|
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||||
|
description:
|
||||||
|
tbd
|
||||||
|
page_title:
|
||||||
|
"hansel"
|
||||||
|
links:
|
||||||
|
- link_name: Twitter
|
||||||
|
link: https://twitter.com/_jzhao
|
||||||
|
- link_name: Github
|
||||||
|
link: https://github.com/jackyzha0
|
||||||
25
.history/data/config_20221029192729.yaml
Normal file
25
.history/data/config_20221029192729.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
name: hansel
|
||||||
|
enableToc: true
|
||||||
|
openToc: false
|
||||||
|
enableLinkPreview: true
|
||||||
|
enableLatex: true
|
||||||
|
enableCodeBlockTitle: true
|
||||||
|
enableCodeBlockCopy: true
|
||||||
|
enableCallouts: true
|
||||||
|
enableSPA: true
|
||||||
|
enableFooter: true
|
||||||
|
enableContextualBacklinks: true
|
||||||
|
enableRecentNotes: false
|
||||||
|
enableGitHubEdit: true
|
||||||
|
GitHubLink: https://github.com/hansel-li/quartz/tree/hugo/content
|
||||||
|
enableSemanticSearch: false
|
||||||
|
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||||
|
description:
|
||||||
|
tbd
|
||||||
|
page_title:
|
||||||
|
"hansel"
|
||||||
|
links:
|
||||||
|
# - link_name: Twitter
|
||||||
|
# link: https://twitter.com/concupiscere
|
||||||
|
- link_name: Github
|
||||||
|
link: https://github.com/hansel-li
|
||||||
@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://quartz.jzhao.xyz/"
|
baseURL = "https://hansel.li"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
googleAnalytics = "G-XYFD95KB4J"
|
googleAnalytics = "G-XYFD95KB4J"
|
||||||
relativeURLs = false
|
relativeURLs = false
|
||||||
|
|||||||
@ -1,27 +0,0 @@
|
|||||||
---
|
|
||||||
title: 🪴 Quartz 3.
|
|
||||||
enableToc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
|
||||||
|
|
||||||
1. Extremely fast natural-language [[notes/search]]
|
|
||||||
2. Customizable and hackable design based on [Hugo](https://gohugo.io/)
|
|
||||||
3. Automatically generated backlinks, link previews, and local graph
|
|
||||||
4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]] and [[notes/callouts | Admonition-style callouts]]
|
|
||||||
5. Support for both Markdown Links and Wikilinks
|
|
||||||
|
|
||||||
Check out some of the [amazing gardens that community members](notes/showcase.md) have published with Quartz or read about [why I made Quartz](notes/philosophy.md) to begin with.
|
|
||||||
|
|
||||||
## Get Started
|
|
||||||
> 📚 Step 1: [Setup your own digital garden using Quartz](notes/setup.md)
|
|
||||||
|
|
||||||
Returning user? Figure out how to [[notes/updating|update]] your existing Quartz garden.
|
|
||||||
|
|
||||||
If you prefer browsing the contents of this site through a list instead of a graph, you see a list of all [setup-related notes](/tags/setup).
|
|
||||||
|
|
||||||
### Troubleshooting
|
|
||||||
- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)
|
|
||||||
- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)
|
|
||||||
- 👀 [Discord Community](https://discord.gg/cRFFHYye7t)
|
|
||||||
|
|
||||||
@ -1,4 +1,4 @@
|
|||||||
name: Jacky Zhao
|
name: hansel
|
||||||
enableToc: true
|
enableToc: true
|
||||||
openToc: false
|
openToc: false
|
||||||
enableLinkPreview: true
|
enableLinkPreview: true
|
||||||
@ -11,16 +11,15 @@ enableFooter: true
|
|||||||
enableContextualBacklinks: true
|
enableContextualBacklinks: true
|
||||||
enableRecentNotes: false
|
enableRecentNotes: false
|
||||||
enableGitHubEdit: true
|
enableGitHubEdit: true
|
||||||
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
GitHubLink: https://github.com/hansel-li/quartz/tree/hugo/content
|
||||||
enableSemanticSearch: false
|
enableSemanticSearch: false
|
||||||
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||||
description:
|
description:
|
||||||
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
|
tbd
|
||||||
Wikilink support, backlinks, local graph, tags, and link previews.
|
|
||||||
page_title:
|
page_title:
|
||||||
"🪴 Quartz 3.3"
|
"hansel"
|
||||||
links:
|
links:
|
||||||
- link_name: Twitter
|
# - link_name: Twitter
|
||||||
link: https://twitter.com/_jzhao
|
# link: https://twitter.com/concupiscere
|
||||||
- link_name: Github
|
- link_name: Github
|
||||||
link: https://github.com/jackyzha0
|
link: https://github.com/hansel-li
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user