mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
bump hugo obsidian, fix backlinks for subpathed quartz, update homepage
This commit is contained in:
parent
c117e38899
commit
146e975932
4 changed files with 8 additions and 17 deletions
2
.github/workflows/deploy.yaml
vendored
2
.github/workflows/deploy.yaml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Build Link Index
|
- name: Build Link Index
|
||||||
uses: jackyzha0/hugo-obsidian@v2.11
|
uses: jackyzha0/hugo-obsidian@v2.12
|
||||||
with:
|
with:
|
||||||
index: true
|
index: true
|
||||||
input: content
|
input: content
|
||||||
|
|
|
@ -4,19 +4,16 @@ title: 🪴 Quartz 3.2
|
||||||
|
|
||||||
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features
|
||||||
|
|
||||||
1. Extremely fast full-text search by pressing `ctrl` + `k`
|
1. Extremely fast full-text search by pressing `Ctrl` + `k`
|
||||||
2. Wikilink support
|
2. Customizable and hackable design based on Hugo
|
||||||
3. Display for backlinks of each note
|
3. Automatically generated backlinks, link previews, and local graph
|
||||||
4. Built-in [CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md)
|
4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]]
|
||||||
5. Fully customizable local graph view
|
5. Support for both Markdown Links and Wikilinks
|
||||||
6. Endlessly powerful page and theme customization using CSS
|
|
||||||
7. Automatically generated tag and section lists of content
|
|
||||||
8. Beautiful link previews
|
|
||||||
|
|
||||||
## Get Started
|
## Get Started
|
||||||
> 📚 [Setup your own digital garden using Quartz](notes/setup.md)
|
> 📚 [Setup your own digital garden using Quartz](notes/setup.md)
|
||||||
|
|
||||||
Not convinced yet? Look at some [community digital gardens](notes/showcase.md) built with Quartz, or read about [why I made Quartz](notes/philosophy.md) to begin with!
|
Not convinced yet? Look at some [community digital gardens](notes/showcase.md) built with Quartz, or read about [why I made Quartz](notes/philosophy.md) to begin with.
|
||||||
|
|
||||||
## Content Lists
|
## Content Lists
|
||||||
If you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:
|
If you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:
|
||||||
|
|
|
@ -39,9 +39,3 @@ $$
|
||||||
|
|
||||||
## RTL
|
## RTL
|
||||||
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page
|
More information on configuring RTL languages like Arabic in the [config](notes/config.md) page
|
||||||
|
|
||||||
[[notes/troubleshooting]]
|
|
||||||
|
|
||||||
[[notes/editing#Folder Structure|edit]]
|
|
||||||
|
|
||||||
[[asdfasdf|todo]]
|
|
|
@ -9,7 +9,7 @@
|
||||||
{{if $inbound}}
|
{{if $inbound}}
|
||||||
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
|
{{$cleanedInbound := apply (apply $inbound "index" "." "source") "replace" "." " " "-"}}
|
||||||
{{- range $cleanedInbound | uniq -}}
|
{{- range $cleanedInbound | uniq -}}
|
||||||
{{$l := .}}
|
{{$l := printf "%s%s" $host .}}
|
||||||
{{with (index $contentTable .)}}
|
{{with (index $contentTable .)}}
|
||||||
<li>
|
<li>
|
||||||
<a href="{{$l}}">{{index (index . "title")}}</a>
|
<a href="{{$l}}">{{index (index . "title")}}</a>
|
||||||
|
|
Loading…
Reference in a new issue