diff --git "a/content/Anh\303\244nge/Musterstimmzettel Ersatzstimme.png" "b/content/Anh\303\244nge/Musterstimmzettel Ersatzstimme.png" new file mode 100644 index 0000000..dd87952 Binary files /dev/null and "b/content/Anh\303\244nge/Musterstimmzettel Ersatzstimme.png" differ diff --git "a/content/Anh\303\244nge/Pasted image 20240524194751.png" "b/content/Anh\303\244nge/Pasted image 20240524194751.png" new file mode 100644 index 0000000..006d7b5 Binary files /dev/null and "b/content/Anh\303\244nge/Pasted image 20240524194751.png" differ diff --git "a/content/Anh\303\244nge/Pasted image 20240805000147.png" "b/content/Anh\303\244nge/Pasted image 20240805000147.png" new file mode 100644 index 0000000..7a0b872 Binary files /dev/null and "b/content/Anh\303\244nge/Pasted image 20240805000147.png" differ diff --git "a/content/Anh\303\244nge/Preferential_ballot.svg.png" "b/content/Anh\303\244nge/Preferential_ballot.svg.png" new file mode 100644 index 0000000..0edcced Binary files /dev/null and "b/content/Anh\303\244nge/Preferential_ballot.svg.png" differ diff --git "a/content/Anh\303\244nge/Rankballotname2.gif" "b/content/Anh\303\244nge/Rankballotname2.gif" new file mode 100644 index 0000000..a48e943 Binary files /dev/null and "b/content/Anh\303\244nge/Rankballotname2.gif" differ diff --git "a/content/Anh\303\244nge/Rankballotoval.gif" "b/content/Anh\303\244nge/Rankballotoval.gif" new file mode 100644 index 0000000..13344e7 Binary files /dev/null and "b/content/Anh\303\244nge/Rankballotoval.gif" differ diff --git "a/content/Anh\303\244nge/Screenshot-2021-05-12-at-14.07.04.png" "b/content/Anh\303\244nge/Screenshot-2021-05-12-at-14.07.04.png" new file mode 100644 index 0000000..6f6482e Binary files /dev/null and "b/content/Anh\303\244nge/Screenshot-2021-05-12-at-14.07.04.png" differ diff --git a/content/Privat/Doku.md b/content/Privat/Doku.md new file mode 100644 index 0000000..269a901 --- /dev/null +++ b/content/Privat/Doku.md @@ -0,0 +1,5 @@ +## Preview +``` +npx quartz build --serve +``` +This will start a local web server to run your Quartz on your computer. Open a web browser and visit `http://localhost:8080/` to view it. diff --git a/quartz.config.ts b/quartz.config.ts index 1ffe8ab..e8095e7 100644 --- a/quartz.config.ts +++ b/quartz.config.ts @@ -16,7 +16,7 @@ const config: QuartzConfig = { }, locale: "de-DE", baseUrl: "quartz.jzhao.xyz", - ignorePatterns: ["private", "templates", ".obsidian"], + ignorePatterns: ["Privat", "Anhänge", ".obsidian"], defaultDateType: "created", theme: { fontOrigin: "googleFonts",