upt
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: vedantandhale.github.io
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
baseURL = "https://quartz.jzhao.xyz/"
|
baseURL = "https://vedantandhale.github.io/"
|
||||||
languageCode = "en-us"
|
languageCode = "en-us"
|
||||||
relativeURLs = false
|
relativeURLs = false
|
||||||
disablePathToLower = true
|
disablePathToLower = true
|
||||||
|
|||||||
@ -1,27 +1,6 @@
|
|||||||
---
|
---
|
||||||
title: 🪴 Quartz 3.
|
title: Vedant Andhale
|
||||||
enableToc: false
|
enableToc: false
|
||||||
---
|
---
|
||||||
|
|
||||||
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
Hello vedant here settinng up my digital garden
|
||||||
|
|
||||||
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)
|
|
||||||
|
|
||||||
@ -12,7 +12,7 @@ The majority of configuration can be found under `data/config.yaml`. An annotate
|
|||||||
|
|
||||||
```yaml {title="data/config.yaml"}
|
```yaml {title="data/config.yaml"}
|
||||||
# The name to display in the footer
|
# The name to display in the footer
|
||||||
name: Jacky Zhao
|
name: Vedant Andhale
|
||||||
|
|
||||||
# whether to globally show the table of contents on each page
|
# whether to globally show the table of contents on each page
|
||||||
# this can be turned off on a per-page basis by adding this to the
|
# this can be turned off on a per-page basis by adding this to the
|
||||||
@ -55,7 +55,7 @@ enableRecentNotes: false
|
|||||||
# whether to display an 'edit' button next to the last edited field
|
# whether to display an 'edit' button next to the last edited field
|
||||||
# that links to github
|
# that links to github
|
||||||
enableGitHubEdit: true
|
enableGitHubEdit: true
|
||||||
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
GitHubLink: https://github.com/VedantAndhale/vedantandhale.github.io/tree/hugo/content
|
||||||
|
|
||||||
# whether to render mermaid diagrams
|
# whether to render mermaid diagrams
|
||||||
enableMermaid: true
|
enableMermaid: true
|
||||||
@ -75,14 +75,14 @@ description:
|
|||||||
|
|
||||||
# title of the home page (also for SEO)
|
# title of the home page (also for SEO)
|
||||||
page_title:
|
page_title:
|
||||||
"🪴 Quartz 3.3"
|
"Vedant Andhale"
|
||||||
|
|
||||||
# links to show in the footer
|
# links to show in the footer
|
||||||
links:
|
links:
|
||||||
- link_name: Twitter
|
- link_name: Twitter
|
||||||
link: https://twitter.com/_jzhao
|
link: https://twitter.com/Vedantpr0
|
||||||
- link_name: Github
|
- link_name: Github
|
||||||
link: https://github.com/jackyzha0
|
link: https://github.com/VedantAndhale
|
||||||
```
|
```
|
||||||
|
|
||||||
### Code Block Titles
|
### Code Block Titles
|
||||||
|
Before Width: | Height: | Size: 116 KiB After Width: | Height: | Size: 116 KiB |
|
Before Width: | Height: | Size: 226 KiB After Width: | Height: | Size: 226 KiB |
|
Before Width: | Height: | Size: 72 KiB After Width: | Height: | Size: 72 KiB |
|
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 26 KiB |
@ -1,4 +1,4 @@
|
|||||||
name: Jacky Zhao
|
name: Vedant Andhale
|
||||||
enableToc: true
|
enableToc: true
|
||||||
openToc: false
|
openToc: false
|
||||||
enableLinkPreview: true
|
enableLinkPreview: true
|
||||||
@ -12,7 +12,7 @@ enableContextualBacklinks: true
|
|||||||
enableRecentNotes: false
|
enableRecentNotes: false
|
||||||
enableGitHubEdit: true
|
enableGitHubEdit: true
|
||||||
enableMermaid: true
|
enableMermaid: true
|
||||||
GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content
|
GitHubLink: https://github.com/VedantAndhale/vedantandhale.github.io/tree/hugo/content
|
||||||
search:
|
search:
|
||||||
enableSemanticSearch: false
|
enableSemanticSearch: false
|
||||||
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY"
|
||||||
@ -21,9 +21,11 @@ description:
|
|||||||
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
|
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.
|
Wikilink support, backlinks, local graph, tags, and link previews.
|
||||||
page_title:
|
page_title:
|
||||||
"🪴 Quartz 3.3"
|
"Vedant Andhale - TIL"
|
||||||
links:
|
links:
|
||||||
- link_name: Twitter
|
- link_name: Twitter
|
||||||
link: https://twitter.com/_jzhao
|
link: https://twitter.com/VedantAndhale
|
||||||
- link_name: GitHub
|
- link_name: GitHub
|
||||||
link: https://github.com/jackyzha0
|
link: https://github.com/VedantAndhale
|
||||||
|
favicon:
|
||||||
|
- { rel: "shortcut icon", href: "profile.png", type: "image/png" }
|
||||||
BIN
static/icon.png
|
Before Width: | Height: | Size: 17 KiB |
BIN
static/profile.png
Normal file
|
After Width: | Height: | Size: 47 KiB |