diff --git a/404.html b/404.html index 8e8cf48..4624bb6 100644 --- a/404.html +++ b/404.html @@ -1,6 +1,6 @@ 404 Page not found - +

404.

Hey! You look a little lost. This page doesn't exist (or may be private).

↳ Let's get you home.
\ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 45fb12b..0d62314 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,7 +1,7 @@ Categories - +

🪴 Quartz 3.2

Search IconIcon to open search

All Categories

setup

5 notes with this tag (showing first 2 results)

  • Setup

    Making your own Quartz Setting up Quartz requires a basic understanding of git. If you are unfamiliar, this resource is a great place to start!...

    2 minute read. Last updated April 10, 2022

  • Obsidian Vault Integration

    Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have....

    2 minute read. Last updated April 10, 2022

diff --git a/index.html b/index.html index 2762d97..995fac3 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ 🪴 Quartz 3.2 - +

🪴 Quartz 3.2

Search IconIcon to open search

TEST!!!!

Host your second brain and diff --git a/indices/contentIndex.7fbe36eb85afdce5d4c0970c33a98188.min.json b/indices/contentIndex.7fbe36eb85afdce5d4c0970c33a98188.min.json new file mode 100644 index 0000000..e1c2eea --- /dev/null +++ b/indices/contentIndex.7fbe36eb85afdce5d4c0970c33a98188.min.json @@ -0,0 +1 @@ +{"/":{"title":"🪴 Quartz 3.2","content":"TEST!!!!\n\nHost your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features\n\n1. Extremely fast full-text search by pressing `Ctrl` + `k`\n2. Customizable and hackable design based on Hugo\n3. Automatically generated backlinks, link previews, and local graph\n4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]]\n5. Support for both Markdown Links and Wikilinks\n\n## Get Started\n\u003e 📚 [Setup your own digital garden using Quartz](notes/setup.md)\n\nNot 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.\n\n## Content Lists\nIf you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:\n\n- [All Notes](/notes)\n- [Setup-related Notes](/tags/setup)\n\n## Troubleshooting\n- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)\n- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)\n- 👀 [Discord Community](https://discord.gg/cRFFHYye7t)","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/":{"title":"Untitled Page","content":"# Programmer un RaspiDAC\n## Introduction à Java\nLes Raspberry pi peuvent être programmé de multipple façon. Le RaspiDAC est spécialement conçu pour fonctionner avec un ou des programme(s) écri(en)t en Java bien qu'il puisse fonctionner avec d'autre language de programmation.\nNous allons donc réaliser une initiation au Java au travers d'un cours basique de programmation en suivant les étapes suivantes:\n\n1. [Installation et mise en place pour Java](content/notes/Installation%20et%20mise%20en%20place%20pour%20Java.md)\n2. La structure du code\n3. Les types en Java\n4. Les expression\n5. Les boucles\n6. Les fonctions\n7. Les objets\n8. Les types complexes\n\n## Les particularités d'un raspberry pi\n\n## L'automate en détails","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":{"title":"CJK + Latex Support (测试)","content":"## Chinese, Japanese, Korean Support\n几乎在我们意识到之前,我们已经离开了地面。\n\n우리가 그것을 알기도 전에 우리는 땅을 떠났습니다.\n\n私たちがそれを知るほぼ前に、私たちは地面を離れていました。\n\n## Latex\n\nBlock math works with two dollar signs `$$...$$`\n\n$$f(x) = \\int_{-\\infty}^\\infty\n f\\hat(\\xi),e^{2 \\pi i \\xi x}\n \\,d\\xi$$\n\t\nInline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\\pi} = 0$\n\nAligned equations work quite well:\n\n$$\n\\begin{aligned}\na \u0026= b + c \\\\ \u0026= e + f \\\\\n\\end{aligned}\n$$\n\nAnd matrices\n\n$$\n\\begin{bmatrix}\n1 \u0026 2 \u0026 3 \\\\\na \u0026 b \u0026 c\n\\end{bmatrix}\n$$\n\n## RTL\nMore information on configuring RTL languages like Arabic in the [config](notes/config.md) page.","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/Installation-et-mise-en-place-pour-Java":{"title":"Untitled Page","content":"# Installation et mise en place pour Java\n## IDE et machine virtuelle\nLa première étape est logiquement d'installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java\n\n### L'IDE\nDe nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à vsCode qui permet beaucoup d'option supplémentaire au niveau de l'adaptaion et la collaboration.\n\n### Machine virtuelle Java","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/config":{"title":"Configuration","content":"## Configuration\nQuartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you'd like to get.\n\nThe majority of configuration can be be found under `data/config.yaml`. An annotated example configuration is shown below.\n\n```yaml\nname: Your name here! # Shows in the footer\nenableToc: true # Whether to show a Table of Contents\nenableLinkPreview: true # whether to render card previews for links\ndescription: Page description to show to search engines\npage_title: Quartz Example Page # Default Page Title\n\nlinks: # Links to show in footer\n - link_name: Twitter\n link: https://twitter.com/_jzhao\n - link_name: Github\n link: https://github.com/jackyzha0\n```\n\n### Graph View\nTo customize the Interactive Graph view, you can poke around `data/graphConfig.yaml`.\n\n```yaml\nenableLegend: false # automatically generate a legend\nenableDrag: true # allow dragging nodes in the graph\nenableZoom: true # allow zooming and panning the graph\ndepth: -1 # how many neighbours of the current node to show (-1 is all nodes)\npaths: # colour specific nodes path off of their path\n - /moc: \"#4388cc\"\n```\n\n\n## Styling\nWant to go even more in-depth? You can add custom CSS styling and change existing colours through editing `assets/styles/custom.scss`. If you'd like to target specific parts of the site, you can add ids and classes to the HTML partials in `/layouts/partials`. \n\n### Partials\nPartials are what dictate what actually gets rendered to the page. Want to change how pages are styled and structured? You can edit the appropriate layout in `/layouts`.\n\nFor example, the structure of the home page can be edited through `/layouts/index.html`. To customize the footer, you can edit `/layouts/partials/footer.html`\n\nMore info about partials on [Hugo's website.](https://gohugo.io/templates/partials/)\n\nStill having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).\n\n## Multilingual\n[CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) comes out of the box with Quartz.\n\nWant to support languages that read from right-to-left (like Arabic)? Hugo (and by proxy, Quartz) supports this natively.\n\nFollow the steps [Hugo provides here](https://gohugo.io/content-management/multilingual/#configure-languages) and modify your `config.toml`\n\nFor example:\n\n```toml\ndefaultContentLanguage = 'ar'\n[languages]\n [languages.ar]\n languagedirection = 'rtl'\n title = 'مدونتي'\n weight = 1\n```","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/custom-Domain":{"title":"Custom Domain","content":"### Registrar\nThis step is only applicable if you are using a **custom domain**! If you are using a `\u003cYOUR-USERNAME\u003e.github.io` domain, you can skip this step.\n\nFor this last bit to take effect, you also need to create a CNAME record with the DNS provider you register your domain with (i.e. NameCheap, Google Domains).\n\nGitHub has some [documentation on this](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site), but the tldr; is to\n\n1. Go to your forked repository (`github.com/\u003cYOUR-GITHUB-USERNAME\u003e/quartz`) settings page and go to the Pages tab. Under \"Custom domain\", type your custom domain, then click **Save**.\n2. Go to your DNS Provider and create a CNAME record that points from your domain to `\u003cYOUR-GITHUB-USERNAME.github.io.` (yes, with the trailing period).\n\n\t![Example Configuration for Quartz](/notes/images/google-domains.png)*Example Configuration for Quartz*\n3. Wait 30 minutes to an hour for the network changes to kick in.\n4. Done!","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/editing":{"title":"Editing Content in Quartz","content":"---\n\n## Editing \nQuartz runs on top of [Hugo](https://gohugo.io/) so all notes are written in [Markdown](https://www.markdownguide.org/getting-started/).\n\n### Obsidian\nI recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your digital garden. It comes with a really nice editor and graphical interface to preview all of your local files.\n\nThis step is **highly recommended**.\n\n🔗 [How to setup your Obsidian Vault to work with Quartz](notes/obsidian.md)\n\n### Ignoring Files\nOnly want to publish a subset of all of your notes? Don't worry, Quartz makes this a simple two-step process.\n\n❌ [Excluding pages from being published](notes/ignore%20notes.md)\n\n### Folder Structure\nHere's a rough overview of what's what.\n\n**All content in your garden can found in the `/content` folder.** To make edits, you can open any of the files and make changes directly and save it. You can organize content into any folder you'd like.\n\n**To edit the main home page, open `/content/_index.md`.*\n\nTo create a link between notes in your garden, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. \n\n```markdown\nFor example, I want to link this current document to `notes/config.md`.\n[A link to the config page](notes/config.md)\n```\n\nSimilarly, you can put local images anywhere in the `/content` folder.\n\n```markdown\nExample image (source is in content/notes/images/example.png)\n![Example Image](/content/notes/images/example.png)\n```\n\n### Front Matter\nHugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so. You can also add tags here as well.\n\n```markdown","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/hosting":{"title":"Deploying Quartz to the Web","content":"---\n\n## GitHub Pages\nQuartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go! Follow the steps below.\n\n### Enable GitHub Actions\nBy default, GitHub disables workflows from running automatically on Forked Repostories. Head to the 'Actions' tab of your forked repository and Enable Workflows to setup deploying your Quartz site!\n\n![Enable GitHub Actions](notes/images/github-actions.png)*Enable GitHub Actions*\n\n### Enable GitHub Pages\n\nHead to the 'Settings' tab of your forked repository and go to the 'Pages' tab.\n\n1. (IMPORTANT) Set the source to deploy from `master` (and not `hugo`) using `/ (root)`\n2. Set a custom domain here if you have one!\n\n![Enable GitHub Pages](/notes/images/github-pages.png)*Enable GitHub Pages*\n\n### Pushing Changes\nTo see your changes on the internet, we need to push it them to GitHub. Quartz is a `git` repository so updating it is the same workflow as you would follow as if it were just a regular software project.\n\n```shell\n# Navigate to Quartz folder\ncd \u003cpath-to-quartz\u003e\n\n# Commit all changes\ngit add .\ngit commit -m \"message describing changes\"\n\n# Push to GitHub to update site\ngit push origin hugo\n```\n\nNote: we specifically push to the `hugo` branch here. Our GitHub action automatically runs everytime a push to is detected to that branch and then updates the `master` branch for redeployment.\n\n### Setting up the Site\nNow let's get this site up and running. Never hosted a site before? No problem. Have a fancy custom domain you already own or want to subdomain your Quartz? That's easy too.\n\nHere, we take advantage of GitHub's free page hosting to deploy our site. Change `baseURL` in `/config.toml`.\n\nMake sure that your `baseURL` has a trailing `/`!\n\n[Reference `config.toml` here](https://github.com/jackyzha0/quartz/blob/hugo/config.toml)\n\n```toml\nbaseURL = \"https://\u003cYOUR-DOMAIN\u003e/\"\n```\n\nIf you are using this under a subdomain (e.g. `\u003cYOUR-GITHUB-USERNAME\u003e.github.io/quartz`), include the trailing `/`.\n\n```toml\nbaseURL = \"https://\u003cYOUR-GITHUB-USERNAME\u003e.github.io/quartz/\"\n```\n\nChange `cname` in `/.github/workflows/deploy.yaml`. Again, if you don't have a custom domain to use, you can use `\u003cYOUR-USERNAME\u003e.github.io`.\n\nPlease note that the `cname` field should *not* have any path `e.g. end with /quartz` or have a trailing `/`.\n\n[Reference `deploy.yaml` here](https://github.com/jackyzha0/quartz/blob/hugo/.github/workflows/deploy.yaml)\n\n```yaml\n- name: Deploy \n uses: peaceiris/actions-gh-pages@v3 \n with: \n\tgithub_token: ${{ secrets.GITHUB_TOKEN }} # this can stay as is, GitHub fills this in for us!\n\tpublish_dir: ./public \n\tpublish_branch: master\n\tcname: \u003cYOUR-DOMAIN\u003e\n```\n\nHave a custom domain? [Learn how to set it up with Quartz ](notes/custom%20Domain.md).","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/ignore-notes":{"title":"Ignoring Notes","content":"---\n\n### Quartz Ignore\nEdit `ignoreFiles` in `config.toml` to include paths you'd like to exclude from being rendered.\n\n```toml\n...\nignoreFiles = [ \n \"/content/templates/*\", \n \"/content/private/*\", \n \"\u003cyour path here\u003e\"\n]\n```\n\n`ignoreFiles` supports the use of Regular Expressions (RegEx) so you can ignore patterns as well (e.g. ignoring all `.png`s by doing `\\\\.png$`).\nTo ignore a specific file, you can also add the tag `draft: true` to the frontmatter of a note.\n\n```markdown","lastmodified":"2022-04-10T14:23:21.420576623Z","tags":null},"/notes/obsidian":{"title":"Obsidian Vault Integration","content":"## Setup\nObsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have.\n\n### New Vault\nIf you don't have an existing Vault, [download Obsidian](https://obsidian.md/) and create a new Vault in the `/content` folder that you created and cloned during the [setup](notes/setup.md) step.\n\n### Linking an existing Vault\nThe easiest way to use an existing Vault is to copy all of your files (directory and hierarchies intact) into the `/content` folder.\n\n## Settings\nGreat, now that you have your Obsidian linked to your Quartz, let's fix some settings so that they play well.\n\n1. Under Options \u003e Files and Links, set the New link format to always e Absolute Path in Vault.\n2. Go to Settings \u003e Files \u0026 Links \u003e Turn \"on\" automatically update internal links.\n\n![Obsidian Settings](/notes/images/obsidian-settings.png)*Obsidian Settings*\n\n## Templates\nInserting front matter everytime you want to create a new Note gets annoying really quickly. Luckily, Obsidian supports templates which makes inserting new content really easily.\n\n**If you decide to overwrite the `/content` folder completely, don't remove the `/content/templates` folder!**\n\nHead over to Options \u003e Core Plugins and enable the Templates plugin. Then go to Options \u003e Hotkeys and set a hotkey for 'Insert Template' (I recomment `[cmd]+T`). That way, when you create a new note, you can just press the hotkey for a new template and be ready to go!","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null},"/notes/philosophy":{"title":"Quartz Philosophy","content":"\u003e “[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\n\n## Why Quartz?\nHosting a public digital garden isn't easy. There are an overwhelming number of tutorials, resources, and guides for tools like [Notion](https://www.notion.so/), [Roam](https://roamresearch.com/), and [Obsidian](https://obsidian.md/), yet none of them have super easy to use *free* tools to publish that garden to the world.\n\nI've personally found that\n1. It's nice to access notes from anywhere\n2. Having a public digital garden invites open conversations\n3. It makes keeping personal notes and knowledge *playful and fun*\n\nI was really inspired by [Bianca](https://garden.bianca.digital/) and [Joel](https://joelhooks.com/digital-garden)'s digital gardens and wanted to try making my own.\n\n**The goal of Quartz is to make hosting your own public digital garden free and simple.** You don't even need your own website. Quartz does all of that for you and gives your own little corner of the internet.","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null},"/notes/preview-changes":{"title":"Preview Changes","content":"If you'd like to preview what your Quartz site looks like before deploying it to the internet, here's exactly how to do that!\n\nNote that both of these steps need to be completed.\n\n## Install `hugo-obsidian`\nThis step will generate the list of backlinks for Hugo to parse. Ensure you have [Go](https://golang.org/doc/install) (\u003e= 1.16) installed.\n\n```shell\n# Install and link `hugo-obsidian` locally\n$ go install github.com/jackyzha0/hugo-obsidian@latest\n\n# Navigate to your local Quartz folder\n$ cd \u003clocation-of-your-local-quartz\u003e\n\n# Scrape all links in your Quartz folder and generate info for Quartz\n$ hugo-obsidian -input=content -output=assets/indices -index -root=.\n```\n\nIf you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable.\n\nAfterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated!\n\n## Installing Hugo\nHugo is the static site generator that powers Quartz. [Install Hugo with \"extended\" Sass/SCSS version](https://gohugo.io/getting-started/installing/) first. Then,\n\n```\n# Navigate to your local Quartz folder\n$ cd \u003clocation-of-your-local-quartz\u003e\n\n# Start local server\n$ hugo server\n\n# View your site in a browser at http://localhost:1313/\n```","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null},"/notes/setup":{"title":"Setup","content":"## Making your own Quartz\nSetting up Quartz requires a basic understanding of `git`. If you are unfamiliar, [this resource](https://resources.nwplus.io/2-beginner/how-to-git-github.html) is a great place to start!\n\n### Forking\n\u003e A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.\n\nNavigate to the GitHub repository for the Quartz project:\n\n📁 [Quartz Repository](https://github.com/jackyzha0/quartz)\n\nThen, Fork the repository into your own GitHub account. If you don't have an account, you can make on for free [here](https://github.com/join). More details about forking a repo can be found on [GitHub's documentation](https://docs.github.com/en/get-started/quickstart/fork-a-repo).\n\n### Cloning\nAfter you've made a fork of the repository, you need to download the files locally onto your machine. Ensure you have `git`, then type the following command replacing `YOUR-USERNAME` with your GitHub username.\n\n```shell\n$ git clone https://github.com/YOUR-USERNAME/quartz\n```\n\n## Editing\nGreat! Now you have everything you need to start editing and growing your digital garden. If you're ready to start writing content already, check out the recommended flow for editing notes in Quartz.\n\n✏️ [Editing Notes in Quartz](notes/editing.md)\n\nHaving problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).\n\n## Updating\nHaven't updated Quartz in a while and want all the cool new optimizations? On Unix/Mac systems you can run the following command for a one-line update! This command will show you a log summary of all commits since you last updated, press `q` to acknowledge this. Then, it will show you each change in turn and press `y` to accept the patch or `n` to reject it. Usually you should press `y` for most of these unless it conflicts with existing changes you've made! \n\n```shell\nmake update\n\n# or, if you don't want the interactive parts and just want the update\nmake update-force\n```\n\nOr, manually checkout the changes yourself.\n\n\u003e ⚠️ **WARNING** ⚠️\n\u003e\n\u003e If you customized the files in `data/`, or anything inside `layouts/`, your customization may be overwritten!\n\u003e Make sure you have a copy of these changes if you don't want to lose them.\n\n\n```shell\n# add Quartz as a remote host\ngit remote add upstream git@github.com:jackyzha0/quartz.git\n\n# index and fetch changes\ngit fetch upstream\ngit checkout -p upstream/hugo -- layouts .github Makefile assets/js assets/styles/base.scss assets/styles/darkmode.scss config.toml data \n```","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null},"/notes/showcase":{"title":"Showcase","content":"Want to see what Quartz can do? Here are some cool community gardens :)\n\n- [Quartz Documentation (this site!)](https://quartz.jzhao.xyz/)\n- [Jacky Zhao's Garden](https://garden.jzhao.xyz/)\n- [AWAGMI Intern Notes](https://notes.awagmi.xyz/)\n- [Shihyu's PKM](https://shihyuho.github.io/pkm/)\n- [Chloe's Garden](https://garden.chloeabrasada.online/)\n- [SlRvb's Site](https://slrvb.github.io/Site/)\n- [Course notes for Information Technology Advanced Theory](https://a2itnotes.github.io/quartz/)\n- [Brandon Boswell's Garden](https://brandonkboswell.com)\n- [Siyang's Courtyard](https://siyangsun.github.io/courtyard/)\n\nIf you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/hugo/content/notes/showcase.md)!","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null},"/notes/troubleshooting":{"title":"Troubleshooting and FAQ","content":"Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz.\n\nWhile you're here, join our [Discord](https://discord.gg/cRFFHYye7t) :)\n\n### Does Quartz have Latex support?\nYes! See [CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) for a brief demo.\n\n### Can I use \\\u003cObsidian Plugin\\\u003e in Quartz?\nUnless it produces direct Markdown output in the file, no. There currently is no way to bundle plugin code with Quartz.\n\nThe easiest way would be to add your own HTML partial that supports the functionality you are looking for.\n\n### My GitHub pages is just showing the README and not Quartz\nMake sure you set the source to deploy from `master` (and not `hugo`) using `/ (root)`! See more in the [hosting](/notes/hosting) guide\n\n### Some of my pages have 'January 1, 0001' as the last modified date\nThis is a problem caused by `git` treating files as case-insensitive by default and some of your posts probably have capitalized file names. You can turn this off in your Quartz by running this command.\n\n```shell\n# in the root of your Quartz (same folder as config.toml)\ngit config core.ignorecase true\n\n# or globally (not recommended)\ngit config --global core.ignorecase true\n```\n\n### Can I publish only a subset of my pages?\nYes! Quartz makes selective publishing really easy. Heres a guide on [excluding pages from being published](notes/ignore%20notes.md).\n\n### Can I host this myself and not on GitHub Pages?\nYes! All built files can be found under `/public` in the `master` branch. More details under [hosting](notes/hosting.md).\n\n### `command not found: hugo-obsidian`\nMake sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize `hugo-obsidian` as an executable.\n\n```shell\n# Add the following 2 lines to your ~/.bash_profile\nexport GOPATH=/Users/$USER/go\nexport PATH=$GOPATH/bin:$PATH\n\n# In your current terminal, to reload the session\nsource ~/.bash_profile\n```\n\n### How come my notes aren't being rendered?\nYou probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](notes/obsidian.md) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](notes/editing.md).\n\n### My custom domain isn't working!\nWalk through the steps in [the hosting guide](notes/hosting.md) again. Make sure you wait 30 min to 1 hour for changes to take effect.\n\n### How do I setup Google Analytics?\nYou can edit it in `config.toml` and either use a V3 (UA-) or V4 (G-) tag.\n\n### How do I change the content on the home page?\nTo edit the main home page, open `/content/_index.md`.\n\n### How do I change the colours?\nYou can change the theme by editing `assets/custom.scss`. More details on customization and themeing can be found in the [customization guide](notes/config.md).\n\n### How do I add images?\nYou can put images anywhere in the `/content` folder.\n\n```markdown\nExample image (source is in content/notes/images/example.png)\n![Example Image](/content/notes/images/example.png)\n```\n\n### My Interactive Graph and Backlinks aren't up to date\nBy default, the `linkIndex.json` (which Quartz needs to generate the Interactive Graph and Backlinks) are not regenerated locally. To set that up, see the guide on [local editing](notes/editing.md)\n\n### Can I use React/Vue/some other framework?\nNot out of the box. You could probably make it work by editing `/layouts/_default/single.html` but that's not what Quartz is designed to work with. 99% of things you are trying to do with those frameworks you can accomplish perfectly fine using just vanilla HTML/CSS/JS.\n\n## Still Stuck?\nQuartz isn't perfect! If you're still having troubles, file an issue in the GitHub repo with as much information as you can reasonably provide. Alternatively, you can message me on [Twitter](https://twitter.com/_jzhao) and I'll try to get back to you as soon as I can.\n\n🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)","lastmodified":"2022-04-10T14:23:21.424576639Z","tags":null}} \ No newline at end of file diff --git a/indices/contentIndex.998b3247dfa534798a250a739e684c31.min.json b/indices/contentIndex.998b3247dfa534798a250a739e684c31.min.json deleted file mode 100644 index 544b644..0000000 --- a/indices/contentIndex.998b3247dfa534798a250a739e684c31.min.json +++ /dev/null @@ -1 +0,0 @@ -{"/":{"title":"🪴 Quartz 3.2","content":"TEST!!!!\n\nHost your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features\n\n1. Extremely fast full-text search by pressing `Ctrl` + `k`\n2. Customizable and hackable design based on Hugo\n3. Automatically generated backlinks, link previews, and local graph\n4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]]\n5. Support for both Markdown Links and Wikilinks\n\n## Get Started\n\u003e 📚 [Setup your own digital garden using Quartz](notes/setup.md)\n\nNot 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.\n\n## Content Lists\nIf you prefer browsing the contents of this site through a list instead of a graph, you can find content lists here too:\n\n- [All Notes](/notes)\n- [Setup-related Notes](/tags/setup)\n\n## Troubleshooting\n- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md)\n- 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)\n- 👀 [Discord Community](https://discord.gg/cRFFHYye7t)","lastmodified":"2022-04-10T14:17:41.576854867Z","tags":null},"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":{"title":"CJK + Latex Support (测试)","content":"## Chinese, Japanese, Korean Support\n几乎在我们意识到之前,我们已经离开了地面。\n\n우리가 그것을 알기도 전에 우리는 땅을 떠났습니다.\n\n私たちがそれを知るほぼ前に、私たちは地面を離れていました。\n\n## Latex\n\nBlock math works with two dollar signs `$$...$$`\n\n$$f(x) = \\int_{-\\infty}^\\infty\n f\\hat(\\xi),e^{2 \\pi i \\xi x}\n \\,d\\xi$$\n\t\nInline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\\pi} = 0$\n\nAligned equations work quite well:\n\n$$\n\\begin{aligned}\na \u0026= b + c \\\\ \u0026= e + f \\\\\n\\end{aligned}\n$$\n\nAnd matrices\n\n$$\n\\begin{bmatrix}\n1 \u0026 2 \u0026 3 \\\\\na \u0026 b \u0026 c\n\\end{bmatrix}\n$$\n\n## RTL\nMore information on configuring RTL languages like Arabic in the [config](notes/config.md) page.","lastmodified":"2022-04-10T14:17:41.576854867Z","tags":null},"/notes/Installation-et-mise-en-place-pour-Java":{"title":"Untitled Page","content":"# Installation et mise en place pour Java\n## IDE et machine virtuelle\nLa première étape est logiquement d'installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java\n\n### L'IDE\nDe nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d'IDE pour passer à vsCode qui permet beaucoup d'option supplémentaire au niveau de l'adaptaion et la collaboration.\n\n### Machine virtuelle Java","lastmodified":"2022-04-10T14:17:41.576854867Z","tags":null},"/notes/config":{"title":"Configuration","content":"## Configuration\nQuartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you'd like to get.\n\nThe majority of configuration can be be found under `data/config.yaml`. An annotated example configuration is shown below.\n\n```yaml\nname: Your name here! # Shows in the footer\nenableToc: true # Whether to show a Table of Contents\nenableLinkPreview: true # whether to render card previews for links\ndescription: Page description to show to search engines\npage_title: Quartz Example Page # Default Page Title\n\nlinks: # Links to show in footer\n - link_name: Twitter\n link: https://twitter.com/_jzhao\n - link_name: Github\n link: https://github.com/jackyzha0\n```\n\n### Graph View\nTo customize the Interactive Graph view, you can poke around `data/graphConfig.yaml`.\n\n```yaml\nenableLegend: false # automatically generate a legend\nenableDrag: true # allow dragging nodes in the graph\nenableZoom: true # allow zooming and panning the graph\ndepth: -1 # how many neighbours of the current node to show (-1 is all nodes)\npaths: # colour specific nodes path off of their path\n - /moc: \"#4388cc\"\n```\n\n\n## Styling\nWant to go even more in-depth? You can add custom CSS styling and change existing colours through editing `assets/styles/custom.scss`. If you'd like to target specific parts of the site, you can add ids and classes to the HTML partials in `/layouts/partials`. \n\n### Partials\nPartials are what dictate what actually gets rendered to the page. Want to change how pages are styled and structured? You can edit the appropriate layout in `/layouts`.\n\nFor example, the structure of the home page can be edited through `/layouts/index.html`. To customize the footer, you can edit `/layouts/partials/footer.html`\n\nMore info about partials on [Hugo's website.](https://gohugo.io/templates/partials/)\n\nStill having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).\n\n## Multilingual\n[CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) comes out of the box with Quartz.\n\nWant to support languages that read from right-to-left (like Arabic)? Hugo (and by proxy, Quartz) supports this natively.\n\nFollow the steps [Hugo provides here](https://gohugo.io/content-management/multilingual/#configure-languages) and modify your `config.toml`\n\nFor example:\n\n```toml\ndefaultContentLanguage = 'ar'\n[languages]\n [languages.ar]\n languagedirection = 'rtl'\n title = 'مدونتي'\n weight = 1\n```","lastmodified":"2022-04-10T14:17:41.576854867Z","tags":null},"/notes/custom-Domain":{"title":"Custom Domain","content":"### Registrar\nThis step is only applicable if you are using a **custom domain**! If you are using a `\u003cYOUR-USERNAME\u003e.github.io` domain, you can skip this step.\n\nFor this last bit to take effect, you also need to create a CNAME record with the DNS provider you register your domain with (i.e. NameCheap, Google Domains).\n\nGitHub has some [documentation on this](https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site/managing-a-custom-domain-for-your-github-pages-site), but the tldr; is to\n\n1. Go to your forked repository (`github.com/\u003cYOUR-GITHUB-USERNAME\u003e/quartz`) settings page and go to the Pages tab. Under \"Custom domain\", type your custom domain, then click **Save**.\n2. Go to your DNS Provider and create a CNAME record that points from your domain to `\u003cYOUR-GITHUB-USERNAME.github.io.` (yes, with the trailing period).\n\n\t![Example Configuration for Quartz](/notes/images/google-domains.png)*Example Configuration for Quartz*\n3. Wait 30 minutes to an hour for the network changes to kick in.\n4. Done!","lastmodified":"2022-04-10T14:17:41.580854901Z","tags":null},"/notes/editing":{"title":"Editing Content in Quartz","content":"---\n\n## Editing \nQuartz runs on top of [Hugo](https://gohugo.io/) so all notes are written in [Markdown](https://www.markdownguide.org/getting-started/).\n\n### Obsidian\nI recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your digital garden. It comes with a really nice editor and graphical interface to preview all of your local files.\n\nThis step is **highly recommended**.\n\n🔗 [How to setup your Obsidian Vault to work with Quartz](notes/obsidian.md)\n\n### Ignoring Files\nOnly want to publish a subset of all of your notes? Don't worry, Quartz makes this a simple two-step process.\n\n❌ [Excluding pages from being published](notes/ignore%20notes.md)\n\n### Folder Structure\nHere's a rough overview of what's what.\n\n**All content in your garden can found in the `/content` folder.** To make edits, you can open any of the files and make changes directly and save it. You can organize content into any folder you'd like.\n\n**To edit the main home page, open `/content/_index.md`.*\n\nTo create a link between notes in your garden, just create a normal link using Markdown pointing to the document in question. Please note that **all links should be relative to the root `/content` path**. \n\n```markdown\nFor example, I want to link this current document to `notes/config.md`.\n[A link to the config page](notes/config.md)\n```\n\nSimilarly, you can put local images anywhere in the `/content` folder.\n\n```markdown\nExample image (source is in content/notes/images/example.png)\n![Example Image](/content/notes/images/example.png)\n```\n\n### Front Matter\nHugo is picky when it comes to metadata for files. Make sure that your title is double-quoted and that you have a title defined at the top of your file like so. You can also add tags here as well.\n\n```markdown","lastmodified":"2022-04-10T14:17:41.580854901Z","tags":null},"/notes/hosting":{"title":"Deploying Quartz to the Web","content":"---\n\n## GitHub Pages\nQuartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go! Follow the steps below.\n\n### Enable GitHub Actions\nBy default, GitHub disables workflows from running automatically on Forked Repostories. Head to the 'Actions' tab of your forked repository and Enable Workflows to setup deploying your Quartz site!\n\n![Enable GitHub Actions](notes/images/github-actions.png)*Enable GitHub Actions*\n\n### Enable GitHub Pages\n\nHead to the 'Settings' tab of your forked repository and go to the 'Pages' tab.\n\n1. (IMPORTANT) Set the source to deploy from `master` (and not `hugo`) using `/ (root)`\n2. Set a custom domain here if you have one!\n\n![Enable GitHub Pages](/notes/images/github-pages.png)*Enable GitHub Pages*\n\n### Pushing Changes\nTo see your changes on the internet, we need to push it them to GitHub. Quartz is a `git` repository so updating it is the same workflow as you would follow as if it were just a regular software project.\n\n```shell\n# Navigate to Quartz folder\ncd \u003cpath-to-quartz\u003e\n\n# Commit all changes\ngit add .\ngit commit -m \"message describing changes\"\n\n# Push to GitHub to update site\ngit push origin hugo\n```\n\nNote: we specifically push to the `hugo` branch here. Our GitHub action automatically runs everytime a push to is detected to that branch and then updates the `master` branch for redeployment.\n\n### Setting up the Site\nNow let's get this site up and running. Never hosted a site before? No problem. Have a fancy custom domain you already own or want to subdomain your Quartz? That's easy too.\n\nHere, we take advantage of GitHub's free page hosting to deploy our site. Change `baseURL` in `/config.toml`.\n\nMake sure that your `baseURL` has a trailing `/`!\n\n[Reference `config.toml` here](https://github.com/jackyzha0/quartz/blob/hugo/config.toml)\n\n```toml\nbaseURL = \"https://\u003cYOUR-DOMAIN\u003e/\"\n```\n\nIf you are using this under a subdomain (e.g. `\u003cYOUR-GITHUB-USERNAME\u003e.github.io/quartz`), include the trailing `/`.\n\n```toml\nbaseURL = \"https://\u003cYOUR-GITHUB-USERNAME\u003e.github.io/quartz/\"\n```\n\nChange `cname` in `/.github/workflows/deploy.yaml`. Again, if you don't have a custom domain to use, you can use `\u003cYOUR-USERNAME\u003e.github.io`.\n\nPlease note that the `cname` field should *not* have any path `e.g. end with /quartz` or have a trailing `/`.\n\n[Reference `deploy.yaml` here](https://github.com/jackyzha0/quartz/blob/hugo/.github/workflows/deploy.yaml)\n\n```yaml\n- name: Deploy \n uses: peaceiris/actions-gh-pages@v3 \n with: \n\tgithub_token: ${{ secrets.GITHUB_TOKEN }} # this can stay as is, GitHub fills this in for us!\n\tpublish_dir: ./public \n\tpublish_branch: master\n\tcname: \u003cYOUR-DOMAIN\u003e\n```\n\nHave a custom domain? [Learn how to set it up with Quartz ](notes/custom%20Domain.md).","lastmodified":"2022-04-10T14:17:41.580854901Z","tags":null},"/notes/ignore-notes":{"title":"Ignoring Notes","content":"---\n\n### Quartz Ignore\nEdit `ignoreFiles` in `config.toml` to include paths you'd like to exclude from being rendered.\n\n```toml\n...\nignoreFiles = [ \n \"/content/templates/*\", \n \"/content/private/*\", \n \"\u003cyour path here\u003e\"\n]\n```\n\n`ignoreFiles` supports the use of Regular Expressions (RegEx) so you can ignore patterns as well (e.g. ignoring all `.png`s by doing `\\\\.png$`).\nTo ignore a specific file, you can also add the tag `draft: true` to the frontmatter of a note.\n\n```markdown","lastmodified":"2022-04-10T14:17:41.580854901Z","tags":null},"/notes/obsidian":{"title":"Obsidian Vault Integration","content":"## Setup\nObsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have.\n\n### New Vault\nIf you don't have an existing Vault, [download Obsidian](https://obsidian.md/) and create a new Vault in the `/content` folder that you created and cloned during the [setup](notes/setup.md) step.\n\n### Linking an existing Vault\nThe easiest way to use an existing Vault is to copy all of your files (directory and hierarchies intact) into the `/content` folder.\n\n## Settings\nGreat, now that you have your Obsidian linked to your Quartz, let's fix some settings so that they play well.\n\n1. Under Options \u003e Files and Links, set the New link format to always e Absolute Path in Vault.\n2. Go to Settings \u003e Files \u0026 Links \u003e Turn \"on\" automatically update internal links.\n\n![Obsidian Settings](/notes/images/obsidian-settings.png)*Obsidian Settings*\n\n## Templates\nInserting front matter everytime you want to create a new Note gets annoying really quickly. Luckily, Obsidian supports templates which makes inserting new content really easily.\n\n**If you decide to overwrite the `/content` folder completely, don't remove the `/content/templates` folder!**\n\nHead over to Options \u003e Core Plugins and enable the Templates plugin. Then go to Options \u003e Hotkeys and set a hotkey for 'Insert Template' (I recomment `[cmd]+T`). That way, when you create a new note, you can just press the hotkey for a new template and be ready to go!","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null},"/notes/philosophy":{"title":"Quartz Philosophy","content":"\u003e “[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\n\n## Why Quartz?\nHosting a public digital garden isn't easy. There are an overwhelming number of tutorials, resources, and guides for tools like [Notion](https://www.notion.so/), [Roam](https://roamresearch.com/), and [Obsidian](https://obsidian.md/), yet none of them have super easy to use *free* tools to publish that garden to the world.\n\nI've personally found that\n1. It's nice to access notes from anywhere\n2. Having a public digital garden invites open conversations\n3. It makes keeping personal notes and knowledge *playful and fun*\n\nI was really inspired by [Bianca](https://garden.bianca.digital/) and [Joel](https://joelhooks.com/digital-garden)'s digital gardens and wanted to try making my own.\n\n**The goal of Quartz is to make hosting your own public digital garden free and simple.** You don't even need your own website. Quartz does all of that for you and gives your own little corner of the internet.","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null},"/notes/preview-changes":{"title":"Preview Changes","content":"If you'd like to preview what your Quartz site looks like before deploying it to the internet, here's exactly how to do that!\n\nNote that both of these steps need to be completed.\n\n## Install `hugo-obsidian`\nThis step will generate the list of backlinks for Hugo to parse. Ensure you have [Go](https://golang.org/doc/install) (\u003e= 1.16) installed.\n\n```shell\n# Install and link `hugo-obsidian` locally\n$ go install github.com/jackyzha0/hugo-obsidian@latest\n\n# Navigate to your local Quartz folder\n$ cd \u003clocation-of-your-local-quartz\u003e\n\n# Scrape all links in your Quartz folder and generate info for Quartz\n$ hugo-obsidian -input=content -output=assets/indices -index -root=.\n```\n\nIf you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable.\n\nAfterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated!\n\n## Installing Hugo\nHugo is the static site generator that powers Quartz. [Install Hugo with \"extended\" Sass/SCSS version](https://gohugo.io/getting-started/installing/) first. Then,\n\n```\n# Navigate to your local Quartz folder\n$ cd \u003clocation-of-your-local-quartz\u003e\n\n# Start local server\n$ hugo server\n\n# View your site in a browser at http://localhost:1313/\n```","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null},"/notes/setup":{"title":"Setup","content":"## Making your own Quartz\nSetting up Quartz requires a basic understanding of `git`. If you are unfamiliar, [this resource](https://resources.nwplus.io/2-beginner/how-to-git-github.html) is a great place to start!\n\n### Forking\n\u003e A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.\n\nNavigate to the GitHub repository for the Quartz project:\n\n📁 [Quartz Repository](https://github.com/jackyzha0/quartz)\n\nThen, Fork the repository into your own GitHub account. If you don't have an account, you can make on for free [here](https://github.com/join). More details about forking a repo can be found on [GitHub's documentation](https://docs.github.com/en/get-started/quickstart/fork-a-repo).\n\n### Cloning\nAfter you've made a fork of the repository, you need to download the files locally onto your machine. Ensure you have `git`, then type the following command replacing `YOUR-USERNAME` with your GitHub username.\n\n```shell\n$ git clone https://github.com/YOUR-USERNAME/quartz\n```\n\n## Editing\nGreat! Now you have everything you need to start editing and growing your digital garden. If you're ready to start writing content already, check out the recommended flow for editing notes in Quartz.\n\n✏️ [Editing Notes in Quartz](notes/editing.md)\n\nHaving problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md).\n\n## Updating\nHaven't updated Quartz in a while and want all the cool new optimizations? On Unix/Mac systems you can run the following command for a one-line update! This command will show you a log summary of all commits since you last updated, press `q` to acknowledge this. Then, it will show you each change in turn and press `y` to accept the patch or `n` to reject it. Usually you should press `y` for most of these unless it conflicts with existing changes you've made! \n\n```shell\nmake update\n\n# or, if you don't want the interactive parts and just want the update\nmake update-force\n```\n\nOr, manually checkout the changes yourself.\n\n\u003e ⚠️ **WARNING** ⚠️\n\u003e\n\u003e If you customized the files in `data/`, or anything inside `layouts/`, your customization may be overwritten!\n\u003e Make sure you have a copy of these changes if you don't want to lose them.\n\n\n```shell\n# add Quartz as a remote host\ngit remote add upstream git@github.com:jackyzha0/quartz.git\n\n# index and fetch changes\ngit fetch upstream\ngit checkout -p upstream/hugo -- layouts .github Makefile assets/js assets/styles/base.scss assets/styles/darkmode.scss config.toml data \n```","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null},"/notes/showcase":{"title":"Showcase","content":"Want to see what Quartz can do? Here are some cool community gardens :)\n\n- [Quartz Documentation (this site!)](https://quartz.jzhao.xyz/)\n- [Jacky Zhao's Garden](https://garden.jzhao.xyz/)\n- [AWAGMI Intern Notes](https://notes.awagmi.xyz/)\n- [Shihyu's PKM](https://shihyuho.github.io/pkm/)\n- [Chloe's Garden](https://garden.chloeabrasada.online/)\n- [SlRvb's Site](https://slrvb.github.io/Site/)\n- [Course notes for Information Technology Advanced Theory](https://a2itnotes.github.io/quartz/)\n- [Brandon Boswell's Garden](https://brandonkboswell.com)\n- [Siyang's Courtyard](https://siyangsun.github.io/courtyard/)\n\nIf you want to see your own on here, submit a [Pull Request adding yourself to this file](https://github.com/jackyzha0/quartz/blob/hugo/content/notes/showcase.md)!","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null},"/notes/troubleshooting":{"title":"Troubleshooting and FAQ","content":"Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz.\n\nWhile you're here, join our [Discord](https://discord.gg/cRFFHYye7t) :)\n\n### Does Quartz have Latex support?\nYes! See [CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) for a brief demo.\n\n### Can I use \\\u003cObsidian Plugin\\\u003e in Quartz?\nUnless it produces direct Markdown output in the file, no. There currently is no way to bundle plugin code with Quartz.\n\nThe easiest way would be to add your own HTML partial that supports the functionality you are looking for.\n\n### My GitHub pages is just showing the README and not Quartz\nMake sure you set the source to deploy from `master` (and not `hugo`) using `/ (root)`! See more in the [hosting](/notes/hosting) guide\n\n### Some of my pages have 'January 1, 0001' as the last modified date\nThis is a problem caused by `git` treating files as case-insensitive by default and some of your posts probably have capitalized file names. You can turn this off in your Quartz by running this command.\n\n```shell\n# in the root of your Quartz (same folder as config.toml)\ngit config core.ignorecase true\n\n# or globally (not recommended)\ngit config --global core.ignorecase true\n```\n\n### Can I publish only a subset of my pages?\nYes! Quartz makes selective publishing really easy. Heres a guide on [excluding pages from being published](notes/ignore%20notes.md).\n\n### Can I host this myself and not on GitHub Pages?\nYes! All built files can be found under `/public` in the `master` branch. More details under [hosting](notes/hosting.md).\n\n### `command not found: hugo-obsidian`\nMake sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize `hugo-obsidian` as an executable.\n\n```shell\n# Add the following 2 lines to your ~/.bash_profile\nexport GOPATH=/Users/$USER/go\nexport PATH=$GOPATH/bin:$PATH\n\n# In your current terminal, to reload the session\nsource ~/.bash_profile\n```\n\n### How come my notes aren't being rendered?\nYou probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](notes/obsidian.md) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](notes/editing.md).\n\n### My custom domain isn't working!\nWalk through the steps in [the hosting guide](notes/hosting.md) again. Make sure you wait 30 min to 1 hour for changes to take effect.\n\n### How do I setup Google Analytics?\nYou can edit it in `config.toml` and either use a V3 (UA-) or V4 (G-) tag.\n\n### How do I change the content on the home page?\nTo edit the main home page, open `/content/_index.md`.\n\n### How do I change the colours?\nYou can change the theme by editing `assets/custom.scss`. More details on customization and themeing can be found in the [customization guide](notes/config.md).\n\n### How do I add images?\nYou can put images anywhere in the `/content` folder.\n\n```markdown\nExample image (source is in content/notes/images/example.png)\n![Example Image](/content/notes/images/example.png)\n```\n\n### My Interactive Graph and Backlinks aren't up to date\nBy default, the `linkIndex.json` (which Quartz needs to generate the Interactive Graph and Backlinks) are not regenerated locally. To set that up, see the guide on [local editing](notes/editing.md)\n\n### Can I use React/Vue/some other framework?\nNot out of the box. You could probably make it work by editing `/layouts/_default/single.html` but that's not what Quartz is designed to work with. 99% of things you are trying to do with those frameworks you can accomplish perfectly fine using just vanilla HTML/CSS/JS.\n\n## Still Stuck?\nQuartz isn't perfect! If you're still having troubles, file an issue in the GitHub repo with as much information as you can reasonably provide. Alternatively, you can message me on [Twitter](https://twitter.com/_jzhao) and I'll try to get back to you as soon as I can.\n\n🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues)","lastmodified":"2022-04-10T14:17:41.584854936Z","tags":null}} \ No newline at end of file diff --git a/indices/linkIndex.03d0265dd1ca84fe383a8ad442b7c660.min.json b/indices/linkIndex.03d0265dd1ca84fe383a8ad442b7c660.min.json deleted file mode 100644 index 111a321..0000000 --- a/indices/linkIndex.03d0265dd1ca84fe383a8ad442b7c660.min.json +++ /dev/null @@ -1 +0,0 @@ -{"index":{"links":{"/":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/","target":"/notes/showcase","text":"community digital gardens"},{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"},{"source":"/","target":"/notes","text":"All Notes"},{"source":"/","target":"/tags/setup","text":"Setup-related Notes"},{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"}],"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":[{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"}],"/notes/config":[{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"}],"/notes/editing":[{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"},{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/hosting":[{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/obsidian":[{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"}],"/notes/setup":[{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/troubleshooting":[{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}]},"backlinks":{"/notes":[{"source":"/","target":"/notes","text":"All Notes"}],"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"}],"/notes/config":[{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"}],"/notes/custom-Domain":[{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"}],"/notes/editing":[{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}],"/notes/hosting":[{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"}],"/notes/ignore-notes":[{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"}],"/notes/obsidian":[{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"}],"/notes/philosophy":[{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"}],"/notes/preview-changes":[{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"}],"/notes/setup":[{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"}],"/notes/showcase":[{"source":"/","target":"/notes/showcase","text":"community digital gardens"}],"/notes/troubleshooting":[{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"},{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/tags/setup":[{"source":"/","target":"/tags/setup","text":"Setup-related Notes"}]}},"links":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/","target":"/notes/showcase","text":"community digital gardens"},{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"},{"source":"/","target":"/notes","text":"All Notes"},{"source":"/","target":"/tags/setup","text":"Setup-related Notes"},{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"},{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"},{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"},{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"},{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}]} \ No newline at end of file diff --git a/indices/linkIndex.e02ff7df3f90050fe9f59e03fade46f0.min.json b/indices/linkIndex.e02ff7df3f90050fe9f59e03fade46f0.min.json new file mode 100644 index 0000000..0ed9c15 --- /dev/null +++ b/indices/linkIndex.e02ff7df3f90050fe9f59e03fade46f0.min.json @@ -0,0 +1 @@ +{"index":{"links":{"/":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/","target":"/notes/showcase","text":"community digital gardens"},{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"},{"source":"/","target":"/notes","text":"All Notes"},{"source":"/","target":"/tags/setup","text":"Setup-related Notes"},{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"}],"/notes/":[{"source":"/notes/","target":"/content/notes/Installation-et-mise-en-place-pour-Java","text":"Installation et mise en place pour Java"}],"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":[{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"}],"/notes/config":[{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"}],"/notes/editing":[{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"},{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/hosting":[{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/obsidian":[{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"}],"/notes/setup":[{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/notes/troubleshooting":[{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}]},"backlinks":{"/content/notes/Installation-et-mise-en-place-pour-Java":[{"source":"/notes/","target":"/content/notes/Installation-et-mise-en-place-pour-Java","text":"Installation et mise en place pour Java"}],"/notes":[{"source":"/","target":"/notes","text":"All Notes"}],"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"}],"/notes/config":[{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"}],"/notes/custom-Domain":[{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"}],"/notes/editing":[{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}],"/notes/hosting":[{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"}],"/notes/ignore-notes":[{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"}],"/notes/obsidian":[{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"}],"/notes/philosophy":[{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"}],"/notes/preview-changes":[{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"}],"/notes/setup":[{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"}],"/notes/showcase":[{"source":"/","target":"/notes/showcase","text":"community digital gardens"}],"/notes/troubleshooting":[{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"},{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"}],"/tags/setup":[{"source":"/","target":"/tags/setup","text":"Setup-related Notes"}]}},"links":[{"source":"/","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support"},{"source":"/","target":"/notes/setup","text":"Setup your own digital garden using Quartz"},{"source":"/","target":"/notes/showcase","text":"community digital gardens"},{"source":"/","target":"/notes/philosophy","text":"why I made Quartz"},{"source":"/","target":"/notes","text":"All Notes"},{"source":"/","target":"/tags/setup","text":"Setup-related Notes"},{"source":"/","target":"/notes/troubleshooting","text":"Troubleshooting and FAQ"},{"source":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","target":"/notes/config","text":"config"},{"source":"/notes/","target":"/content/notes/Installation-et-mise-en-place-pour-Java","text":"Installation et mise en place pour Java"},{"source":"/notes/config","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/config","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/editing","target":"/notes/obsidian","text":"How to setup your Obsidian Vault to work with Quartz"},{"source":"/notes/editing","target":"/notes/ignore-notes","text":"Excluding pages from being published"},{"source":"/notes/editing","target":"/notes/preview-changes","text":"Preview Quartz Changes"},{"source":"/notes/editing","target":"/notes/hosting","text":"Hosting Quartz online!"},{"source":"/notes/editing","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/hosting","target":"/notes/custom-Domain","text":"Learn how to set it up with Quartz"},{"source":"/notes/hosting","target":"/notes/config","text":"Customizing Quartz"},{"source":"/notes/hosting","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/obsidian","target":"/notes/setup","text":"setup"},{"source":"/notes/setup","target":"/notes/editing","text":"Editing Notes in Quartz"},{"source":"/notes/setup","target":"/notes/troubleshooting","text":"FAQ and Troubleshooting guide"},{"source":"/notes/troubleshooting","target":"/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95","text":"CJK + Latex Support (测试)"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/ignore-notes","text":"excluding pages from being published"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"hosting"},{"source":"/notes/troubleshooting","target":"/notes/obsidian","text":"Obsidian"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"the 'how to edit' guide"},{"source":"/notes/troubleshooting","target":"/notes/hosting","text":"the hosting guide"},{"source":"/notes/troubleshooting","target":"/notes/config","text":"customization guide"},{"source":"/notes/troubleshooting","target":"/notes/editing","text":"local editing"}]} \ No newline at end of file diff --git a/notes/CJK-+-Latex-Support-测试/index.html b/notes/CJK-+-Latex-Support-测试/index.html index 14977bb..a28ed02 100644 --- a/notes/CJK-+-Latex-Support-测试/index.html +++ b/notes/CJK-+-Latex-Support-测试/index.html @@ -4,7 +4,7 @@ Latex Block math works with two dollar signs $$.">CJK + Latex Support (测试) - +

🪴 Quartz 3.2

Search IconIcon to open search

CJK + Latex Support (测试)

Last updated Unknown

    Chinese, Japanese, Korean Support

    几乎在我们意识到之前,我们已经离开了地面。

    우리가 그것을 알기도 전에 우리는 땅을 떠났습니다.

    私たちがそれを知るほぼ前に、私たちは地面を離れていました。

    Latex

    Block math works with two dollar signs $$...$$

    $$f(x) = \int_{-\infty}^\infty diff --git a/notes/Installation-et-mise-en-place-pour-Java/index.html b/notes/Installation-et-mise-en-place-pour-Java/index.html index 5f0b4ff..ce1f723 100644 --- a/notes/Installation-et-mise-en-place-pour-Java/index.html +++ b/notes/Installation-et-mise-en-place-pour-Java/index.html @@ -1,9 +1,9 @@ 🪴 Quartz 3.2 - +

    🪴 Quartz 3.2

    Search IconIcon to open search
    -

    Last updated April 10, 2022

      Installation et mise en place pour Java

      IDE et machine virtuelle

      La première étape est logiquement d’installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java

      L’IDE

      De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d’IDE pour passer à vsCode qui permet beaucoup d’option supplémentaire au niveau de l’adaptaion et la collaboration.

      Machine virtuelle Java


      Interactive Graph

      +

      Last updated Unknown

        Installation et mise en place pour Java

        IDE et machine virtuelle

        La première étape est logiquement d’installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java

        L’IDE

        De nombreux IDE peuvent fonctionner pour Java, mais celui par défaut créer spécialement pour est Eclipse. Nous allons donc commencer avec cet IDE. Une fois les bases acquise, je recommande vivement de changer d’IDE pour passer à vsCode qui permet beaucoup d’option supplémentaire au niveau de l’adaptaion et la collaboration.

        Machine virtuelle Java


        Interactive Graph

        \ No newline at end of file diff --git a/notes/config/index.html b/notes/config/index.html index 846a00e..65a22b9 100644 --- a/notes/config/index.html +++ b/notes/config/index.html @@ -1,7 +1,7 @@ Configuration - +

        🪴 Quartz 3.2

        Search IconIcon to open search

        Configuration

        Last updated April 10, 2022

        Configuration

        Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get.

        The majority of configuration can be be found under data/config.yaml. An annotated example configuration is shown below.

         1
        diff --git a/notes/custom-Domain/index.html b/notes/custom-Domain/index.html
        index 6ca92b5..ce28c39 100644
        --- a/notes/custom-Domain/index.html
        +++ b/notes/custom-Domain/index.html
        @@ -1,7 +1,7 @@
         Custom Domain
         
         
        -
        +
         

        🪴 Quartz 3.2

        Search IconIcon to open search

        Custom Domain

        Last updated April 10, 2022

          Registrar

          This step is only applicable if you are using a custom domain! If you are using a <YOUR-USERNAME>.github.io domain, you can skip this step.

          For this last bit to take effect, you also need to create a CNAME record with the DNS provider you register your domain with (i.e. NameCheap, Google Domains).

          GitHub has some diff --git a/notes/editing/index.html b/notes/editing/index.html index bf7e094..c6002f0 100644 --- a/notes/editing/index.html +++ b/notes/editing/index.html @@ -2,7 +2,7 @@ Obsidian I recommend using Obsidian as a way to edit and grow your digital garden.">Editing Content in Quartz - +

          🪴 Quartz 3.2

          Search IconIcon to open search

          Editing Content in Quartz

          Last updated April 10, 2022

          Editing

          Quartz runs on top of diff --git a/notes/hosting/index.html b/notes/hosting/index.html index 1816490..7416620 100644 --- a/notes/hosting/index.html +++ b/notes/hosting/index.html @@ -1,7 +1,7 @@ Deploying Quartz to the Web - +

          🪴 Quartz 3.2

          Search IconIcon to open search

          Deploying Quartz to the Web

          Last updated April 10, 2022

          GitHub Pages

          Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go! Follow the steps below.

          Enable GitHub Actions

          By default, GitHub disables workflows from running automatically on Forked Repostories. Head to the ‘Actions’ tab of your forked repository and Enable Workflows to setup deploying your Quartz site!

          Enable GitHub ActionsEnable GitHub Actions

          Enable GitHub Pages

          Head to the ‘Settings’ tab of your forked repository and go to the ‘Pages’ tab.

          1. (IMPORTANT) Set the source to deploy from master (and not hugo) using / (root)
          2. Set a custom domain here if you have one!

          Enable GitHub PagesEnable GitHub Pages

          Pushing Changes

          To see your changes on the internet, we need to push it them to GitHub. Quartz is a git repository so updating it is the same workflow as you would follow as if it were just a regular software project.

          1
          diff --git a/notes/ignore-notes/index.html b/notes/ignore-notes/index.html
          index bdd89bf..358cb53 100644
          --- a/notes/ignore-notes/index.html
          +++ b/notes/ignore-notes/index.html
          @@ -2,7 +2,7 @@
           1 2 3 4 5 6  .">Ignoring Notes
           
           
          -
          +
           

          🪴 Quartz 3.2

          Search IconIcon to open search

          Ignoring Notes

          Last updated April 10, 2022

            Quartz Ignore

            Edit ignoreFiles in config.toml to include paths you’d like to exclude from being rendered.

            1
            diff --git a/notes/index.html b/notes/index.html
            index 172b6b5..af3ad24 100644
            --- a/notes/index.html
            +++ b/notes/index.html
            @@ -1,13 +1,13 @@
            -Notes
            +🪴 Quartz 3.2
             
             
            -
            +
             

            🪴 Quartz 3.2

            Search IconIcon to open search
            -

            All Notes

            • Quartz Philosophy

              “[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....

              1 minute read. Last updated April 10, 2022

            • Preview Changes

              If you’d like to preview what your Quartz site looks like before deploying it to the internet, here’s exactly how to do that!...

              1 minute read. Last updated April 10, 2022

            • Obsidian Vault Integration

              Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have....

              2 minute read. Last updated April 10, 2022

            • Ignoring Notes

              Quartz Ignore Edit ignoreFiles in config.toml to include paths you’d like to exclude from being rendered. +

              All

              • Quartz Philosophy

                “[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....

                1 minute read. Last updated April 10, 2022

              • Preview Changes

                If you’d like to preview what your Quartz site looks like before deploying it to the internet, here’s exactly how to do that!...

                1 minute read. Last updated April 10, 2022

              • Obsidian Vault Integration

                Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have....

                2 minute read. Last updated April 10, 2022

              • Ignoring Notes

                Quartz Ignore Edit ignoreFiles in config.toml to include paths you’d like to exclude from being rendered. 1 2 3 4 5 6 ....

                1 minute read. Last updated April 10, 2022

              • Editing Content in Quartz

                Editing Quartz runs on top of Hugo so all notes are written in Markdown. -Obsidian I recommend using Obsidian as a way to edit and grow your digital garden....

                2 minute read. Last updated April 10, 2022

              • Deploying Quartz to the Web

                GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!...

                2 minute read. Last updated April 10, 2022

              • Custom Domain

                Registrar This step is only applicable if you are using a custom domain! If you are using a <YOUR-USERNAME>.github.io domain, you can skip this step....

                1 minute read. Last updated April 10, 2022

              • Configuration

                Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get....

                2 minute read. Last updated April 10, 2022

              • Installation et mise en place pour Java IDE et machine virtuelle La première étape est logiquement d’installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java...

                1 minute read. Last updated April 10, 2022

              • CJK + Latex Support (测试)

                Chinese, Japanese, Korean Support 几乎在我们意识到之前,我们已经离开了地面。 +Obsidian I recommend using Obsidian as a way to edit and grow your digital garden....

                2 minute read. Last updated April 10, 2022

              • Deploying Quartz to the Web

                GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!...

                2 minute read. Last updated April 10, 2022

              • Custom Domain

                Registrar This step is only applicable if you are using a custom domain! If you are using a <YOUR-USERNAME>.github.io domain, you can skip this step....

                1 minute read. Last updated April 10, 2022

              • Configuration

                Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get....

                2 minute read. Last updated April 10, 2022

              • CJK + Latex Support (测试)

                Chinese, Japanese, Korean Support 几乎在我们意识到之前,我们已经离开了地面。 우리가 그것을 알기도 전에 우리는 땅을 떠났습니다. 私たちがそれを知るほぼ前に、私たちは地面を離れていました。 -Latex Block math works with two dollar signs $$....

                1 minute read. Last updated Unknown

              +Latex Block math works with two dollar signs $$....

            1 minute read. Last updated Unknown

          • Installation et mise en place pour Java IDE et machine virtuelle La première étape est logiquement d’installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java...

            1 minute read. Last updated Unknown

          • \ No newline at end of file diff --git a/notes/index.xml b/notes/index.xml index 68e0b03..efd3bfd 100644 --- a/notes/index.xml +++ b/notes/index.xml @@ -1,4 +1,4 @@ -Notes onhttps://quartz.jzhao.xyz/notes/Recent content in Notes onHugo -- gohugo.ioen-us<link>https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/</guid><description>Installation et mise en place pour Java IDE et machine virtuelle La première étape est logiquement d&rsquo;installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java</description></item><item><title>CJK + Latex Support (测试)https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/Chinese, Japanese, Korean Support 几乎在我们意识到之前,我们已经离开了地面。 +<link>https://quartz.jzhao.xyz/notes/</link><description>Recent content on</description><generator>Hugo -- gohugo.io</generator><language>en-us</language><atom:link href="https://quartz.jzhao.xyz/notes/index.xml" rel="self" type="application/rss+xml"/><item><title/><link>https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/</guid><description>Installation et mise en place pour Java IDE et machine virtuelle La première étape est logiquement d&rsquo;installer un IDE (editeur de texte pour la programmation) et la machine virtuelle dans laquelle va tourner Java</description></item><item><title>CJK + Latex Support (测试)https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/Chinese, Japanese, Korean Support 几乎在我们意识到之前,我们已经离开了地面。 우리가 그것을 알기도 전에 우리는 땅을 떠났습니다. 私たちがそれを知るほぼ前に、私たちは地面を離れていました。 Latex Block math works with two dollar signs $$.Configurationhttps://quartz.jzhao.xyz/notes/config/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/config/Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you&rsquo;d like to get.Custom Domainhttps://quartz.jzhao.xyz/notes/custom-Domain/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/custom-Domain/Registrar This step is only applicable if you are using a custom domain! If you are using a &lt;YOUR-USERNAME&gt;.github.io domain, you can skip this step.Deploying Quartz to the Webhttps://quartz.jzhao.xyz/notes/hosting/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/hosting/GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!Editing Content in Quartzhttps://quartz.jzhao.xyz/notes/editing/Mon, 01 Jan 0001 00:00:00 +0000https://quartz.jzhao.xyz/notes/editing/Editing Quartz runs on top of Hugo so all notes are written in Markdown. diff --git a/notes/obsidian/index.html b/notes/obsidian/index.html index 6e62b92..4d6a991 100644 --- a/notes/obsidian/index.html +++ b/notes/obsidian/index.html @@ -1,7 +1,7 @@ Obsidian Vault Integration - +

            🪴 Quartz 3.2

            Search IconIcon to open search

            Obsidian Vault Integration

            Last updated April 10, 2022

            Setup

            Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have.

            New Vault

            If you don’t have an existing Vault, diff --git a/notes/page/2/index.html b/notes/page/2/index.html index 66118a2..1b605e7 100644 --- a/notes/page/2/index.html +++ b/notes/page/2/index.html @@ -1,10 +1,10 @@ -Notes +🪴 Quartz 3.2 - +

            🪴 Quartz 3.2

            Search IconIcon to open search
            -

            All Notes

            • Troubleshooting and FAQ

              Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz. +

              All

              • Troubleshooting and FAQ

                Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz. While you’re here, join our Discord :)...

                3 minute read. Last updated April 10, 2022

              • Showcase

                Want to see what Quartz can do? Here are some cool community gardens :) Quartz Documentation (this site!) Jacky Zhao’s Garden AWAGMI Intern Notes Shihyu’s PKM Chloe’s Garden SlRvb’s Site Course notes for Information Technology Advanced Theory Brandon Boswell’s Garden Siyang’s Courtyard If you want to see your own on here, submit a Pull Request adding yourself to this file!...

                1 minute read. Last updated April 10, 2022

              • Setup

                Making your own Quartz Setting up Quartz requires a basic understanding of git. If you are unfamiliar, this resource is a great place to start!...

                2 minute read. Last updated April 10, 2022

              \ No newline at end of file diff --git a/notes/philosophy/index.html b/notes/philosophy/index.html index 1528e80..1bcc200 100644 --- a/notes/philosophy/index.html +++ b/notes/philosophy/index.html @@ -1,7 +1,7 @@ Quartz Philosophy - +

              🪴 Quartz 3.2

              Search IconIcon to open search

              Quartz Philosophy

              Last updated April 10, 2022

                “[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

                Why Quartz?

                Hosting a public digital garden isn’t easy. There are an overwhelming number of tutorials, resources, and guides for tools like diff --git a/notes/preview-changes/index.html b/notes/preview-changes/index.html index 7d57bda..4ddd01b 100644 --- a/notes/preview-changes/index.html +++ b/notes/preview-changes/index.html @@ -1,7 +1,7 @@ Preview Changes - +

                🪴 Quartz 3.2

                Search IconIcon to open search

                Preview Changes

                Last updated April 10, 2022

                  If you’d like to preview what your Quartz site looks like before deploying it to the internet, here’s exactly how to do that!

                  Note that both of these steps need to be completed.

                  Install hugo-obsidian

                  This step will generate the list of backlinks for Hugo to parse. Ensure you have diff --git a/notes/setup/index.html b/notes/setup/index.html index ba1b2f1..70de4f0 100644 --- a/notes/setup/index.html +++ b/notes/setup/index.html @@ -1,7 +1,7 @@ Setup - +

                  🪴 Quartz 3.2

                  Search IconIcon to open search

                  Setup

                  Last updated April 10, 2022

                  Making your own Quartz

                  Setting up Quartz requires a basic understanding of git. If you are unfamiliar, diff --git a/notes/showcase/index.html b/notes/showcase/index.html index 143a70e..535124a 100644 --- a/notes/showcase/index.html +++ b/notes/showcase/index.html @@ -2,7 +2,7 @@ Quartz Documentation (this site!) Jacky Zhao’s Garden AWAGMI Intern Notes Shihyu’s PKM Chloe’s Garden SlRvb’s Site Course notes for Information Technology Advanced Theory Brandon Boswell’s Garden Siyang’s Courtyard If you want to see your own on here, submit a Pull Request adding yourself to this file!">Showcase - +

                  🪴 Quartz 3.2

                  Search IconIcon to open search

                  Showcase

                  Last updated April 10, 2022

                    Want to see what Quartz can do? Here are some cool community gardens :)

                    If you want to see your own on here, submit a diff --git a/notes/troubleshooting/index.html b/notes/troubleshooting/index.html index c251e77..a9f5d20 100644 --- a/notes/troubleshooting/index.html +++ b/notes/troubleshooting/index.html @@ -2,7 +2,7 @@ While you’re here, join our Discord :)">Troubleshooting and FAQ - +

                    🪴 Quartz 3.2

                    Search IconIcon to open search

                    Troubleshooting and FAQ

                    Last updated April 10, 2022

                      Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz.

                      While you’re here, join our diff --git a/sitemap.xml b/sitemap.xml index d165c59..d7c361c 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/categories/https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/https://quartz.jzhao.xyz/notes/config/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/custom-Domain/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/hosting/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/editing/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/ignore-notes/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/obsidian/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/preview-changes/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/philosophy/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/setup/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/tags/setup/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/showcase/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/tags/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/notes/troubleshooting/2022-04-10T16:17:04+02:00https://quartz.jzhao.xyz/2022-04-10T16:17:04+02:00 \ No newline at end of file +https://quartz.jzhao.xyz/notes/2022-04-10T16:22:44+02:000https://quartz.jzhao.xyz/notes/Installation-et-mise-en-place-pour-Java/0https://quartz.jzhao.xyz/categories/https://quartz.jzhao.xyz/notes/CJK-+-Latex-Support-%E6%B5%8B%E8%AF%95/https://quartz.jzhao.xyz/notes/config/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/custom-Domain/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/hosting/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/editing/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/ignore-notes/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/obsidian/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/preview-changes/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/philosophy/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/setup/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/tags/setup/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/showcase/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/tags/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/notes/troubleshooting/2022-04-10T16:22:44+02:00https://quartz.jzhao.xyz/2022-04-10T16:22:44+02:00 \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 30b9ea5..4863229 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,7 +1,7 @@ Tags - +

                      🪴 Quartz 3.2

                      Search IconIcon to open search

                      All Tags

                      setup

                      5 notes with this tag (showing first 2 results)

                      • Setup

                        Making your own Quartz Setting up Quartz requires a basic understanding of git. If you are unfamiliar, this resource is a great place to start!...

                        2 minute read. Last updated April 10, 2022

                      • Obsidian Vault Integration

                        Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have....

                        2 minute read. Last updated April 10, 2022

                      diff --git a/tags/setup/index.html b/tags/setup/index.html index a904de2..8501cda 100644 --- a/tags/setup/index.html +++ b/tags/setup/index.html @@ -1,7 +1,7 @@ setup - +

                      🪴 Quartz 3.2

                      Search IconIcon to open search

                      Tag: Setup

                      • Configuration

                        Configuration Quartz is designed to be extremely configurable. You can find the bulk of the configuration scattered throughout the repository depending on how in-depth you’d like to get....

                        2 minute read. Last updated April 10, 2022

                      • Deploying Quartz to the Web

                        GitHub Pages Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go!...

                        2 minute read. Last updated April 10, 2022

                      • Editing Content in Quartz

                        Editing Quartz runs on top of Hugo so all notes are written in Markdown.