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
|
||||
|
||||
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
|
||||
ENV PATH="/root/go/bin:$PATH"
|
||||
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
|
||||
|
||||
@ -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
|
||||
|
||||
🔗 Get Started: https://quartz.jzhao.xyz/
|
||||
🔗 Get Started: https://three.quartz.jzhao.xyz/
|
||||
|
||||
*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)."
|
||||
|
||||
[404_back]
|
||||
other = "↳ On va te faire retourner à l'accueil"
|
||||
other = "↳ Clique ici pour retourner sur la page d'accueil"
|
||||
|
||||
[all_posts]
|
||||
other = "Tout {{.Title}}"
|
||||
@ -14,7 +14,7 @@ other = "Dernière modification"
|
||||
other = "notes avec ce tag"
|
||||
|
||||
[first_10]
|
||||
other = "affichant les 10 premiers résultats"
|
||||
other = "les 10 premiers résultats"
|
||||
|
||||
[tag]
|
||||
other = "Tag"
|
||||
@ -35,7 +35,7 @@ other = "Mode Clair"
|
||||
other = "Mode Sombre"
|
||||
|
||||
[edit_source]
|
||||
other = "Editer la source"
|
||||
other = "Modifier la source"
|
||||
|
||||
[interactive_graph]
|
||||
other = "Graphique interactif"
|
||||
@ -44,16 +44,16 @@ other = "Graphique interactif"
|
||||
other = "Rechercher"
|
||||
|
||||
[search_icon]
|
||||
other = "Icône de recherche"
|
||||
other = "l'icône de recherche"
|
||||
|
||||
[icon_search]
|
||||
other = "Icon pour ouvrir la recherche"
|
||||
other = "L'icône pour ouvrir la recherche"
|
||||
|
||||
[recent_notes]
|
||||
other = "Notes récentes"
|
||||
|
||||
[first_3_notes]
|
||||
other = "3 premières {{ .notes }}"
|
||||
other = "les 3 premières {{ .notes }}"
|
||||
|
||||
[search_for_something]
|
||||
other = "Rechercher quelque-chose..."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user