mirror of
https://github.com/jackyzha0/quartz.git
synced 2026-03-24 23:15:46 -05:00
Merge branch 'hugo' into hugo
This commit is contained in:
commit
2f04f1943e
@ -1,6 +1,7 @@
|
|||||||
FROM alpine:3.16
|
FROM alpine:3.16
|
||||||
|
|
||||||
RUN apk add --no-cache go hugo git make perl
|
RUN apk add --no-cache go hugo git make perl
|
||||||
|
RUN git config --global --add safe.directory '/quartz'
|
||||||
RUN go install github.com/jackyzha0/hugo-obsidian@latest
|
RUN go install github.com/jackyzha0/hugo-obsidian@latest
|
||||||
ENV PATH="/root/go/bin:$PATH"
|
ENV PATH="/root/go/bin:$PATH"
|
||||||
RUN git clone https://github.com/jackyzha0/quartz.git /quartz
|
RUN git clone https://github.com/jackyzha0/quartz.git /quartz
|
||||||
|
|||||||
@ -1,4 +1,8 @@
|
|||||||
# Quartz
|
# Quartz 3
|
||||||
|
|
||||||
|
> [!warning]
|
||||||
|
> Quartz v3 is now deprecated and will no longer be maintained.
|
||||||
|
> See how to migrate to [Quartz 4](https://quartz.jzhao.xyz)
|
||||||
|
|
||||||
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
|
||||||
|
|
||||||
@ -12,7 +16,7 @@ Check out some of the [amazing gardens that community members](https://quartz.jz
|
|||||||
|
|
||||||
> “[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
|
> “[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
|
||||||
|
|
||||||
🔗 Get Started: https://quartz.jzhao.xyz/
|
🔗 Get Started: https://three.quartz.jzhao.xyz/
|
||||||
|
|
||||||
*Quartz Example Screenshot*
|
*Quartz Example Screenshot*
|
||||||
|
|
||||||
|
|||||||
12
i18n/fr.toml
12
i18n/fr.toml
@ -2,7 +2,7 @@
|
|||||||
other = "Hey ! Vous semblez perdu‧e. Cette page n'existe pas (ou est privée)."
|
other = "Hey ! Vous semblez perdu‧e. Cette page n'existe pas (ou est privée)."
|
||||||
|
|
||||||
[404_back]
|
[404_back]
|
||||||
other = "↳ On va te faire retourner à l'accueil"
|
other = "↳ Clique ici pour retourner sur la page d'accueil"
|
||||||
|
|
||||||
[all_posts]
|
[all_posts]
|
||||||
other = "Tout {{.Title}}"
|
other = "Tout {{.Title}}"
|
||||||
@ -14,7 +14,7 @@ other = "Dernière modification"
|
|||||||
other = "notes avec ce tag"
|
other = "notes avec ce tag"
|
||||||
|
|
||||||
[first_10]
|
[first_10]
|
||||||
other = "affichant les 10 premiers résultats"
|
other = "les 10 premiers résultats"
|
||||||
|
|
||||||
[tag]
|
[tag]
|
||||||
other = "Tag"
|
other = "Tag"
|
||||||
@ -35,7 +35,7 @@ other = "Mode Clair"
|
|||||||
other = "Mode Sombre"
|
other = "Mode Sombre"
|
||||||
|
|
||||||
[edit_source]
|
[edit_source]
|
||||||
other = "Editer la source"
|
other = "Modifier la source"
|
||||||
|
|
||||||
[interactive_graph]
|
[interactive_graph]
|
||||||
other = "Graphique interactif"
|
other = "Graphique interactif"
|
||||||
@ -44,16 +44,16 @@ other = "Graphique interactif"
|
|||||||
other = "Rechercher"
|
other = "Rechercher"
|
||||||
|
|
||||||
[search_icon]
|
[search_icon]
|
||||||
other = "Icône de recherche"
|
other = "l'icône de recherche"
|
||||||
|
|
||||||
[icon_search]
|
[icon_search]
|
||||||
other = "Icon pour ouvrir la recherche"
|
other = "L'icône pour ouvrir la recherche"
|
||||||
|
|
||||||
[recent_notes]
|
[recent_notes]
|
||||||
other = "Notes récentes"
|
other = "Notes récentes"
|
||||||
|
|
||||||
[first_3_notes]
|
[first_3_notes]
|
||||||
other = "3 premières {{ .notes }}"
|
other = "les 3 premières {{ .notes }}"
|
||||||
|
|
||||||
[search_for_something]
|
[search_for_something]
|
||||||
other = "Rechercher quelque-chose..."
|
other = "Rechercher quelque-chose..."
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user