From d28c1dba4bc369254fdc66c5ac0ad925793cebf8 Mon Sep 17 00:00:00 2001 From: chris Date: Sat, 22 Apr 2023 15:18:30 -0500 Subject: [PATCH] vault backup: 2023-04-22 15:18:30 --- config.toml | 2 +- content/_index.md | 16 +++--- content/notes/CJK + Latex Support (测试).md | 40 ------------- content/notes/docker.md | 57 ------------------- content/notes/philosophy.md | 17 ------ content/notes/showcase.md | 23 -------- .../Jackie's how to}/callouts.md | 0 .../Jackie's how to}/config.md | 2 +- .../Jackie's how to}/custom Domain.md | 0 .../Jackie's how to}/editing.md | 8 +-- .../Jackie's how to}/hosting.md | 8 +-- .../Jackie's how to}/ignore notes.md | 0 .../Jackie's how to}/obsidian.md | 4 +- .../Jackie's how to}/preview changes.md | 4 +- .../{ => Jackie's how to}/private-note.md | 0 .../Jackie's how to}/search.md | 0 .../Jackie's how to}/setup.md | 4 +- .../Jackie's how to}/troubleshooting.md | 14 ++--- .../Jackie's how to}/updating.md | 0 content/templates/Frontmatter.md | 7 +++ data/config.yaml | 15 ++--- 21 files changed, 45 insertions(+), 176 deletions(-) delete mode 100644 content/notes/CJK + Latex Support (测试).md delete mode 100644 content/notes/docker.md delete mode 100644 content/notes/philosophy.md delete mode 100644 content/notes/showcase.md rename content/{notes => private/Jackie's how to}/callouts.md (100%) rename content/{notes => private/Jackie's how to}/config.md (99%) rename content/{notes => private/Jackie's how to}/custom Domain.md (100%) rename content/{notes => private/Jackie's how to}/editing.md (83%) rename content/{notes => private/Jackie's how to}/hosting.md (89%) rename content/{notes => private/Jackie's how to}/ignore notes.md (100%) rename content/{notes => private/Jackie's how to}/obsidian.md (89%) rename content/{notes => private/Jackie's how to}/preview changes.md (83%) rename content/private/{ => Jackie's how to}/private-note.md (100%) rename content/{notes => private/Jackie's how to}/search.md (100%) rename content/{notes => private/Jackie's how to}/setup.md (88%) rename content/{notes => private/Jackie's how to}/troubleshooting.md (82%) rename content/{notes => private/Jackie's how to}/updating.md (100%) create mode 100644 content/templates/Frontmatter.md diff --git a/config.toml b/config.toml index f662d6f38..5c3439d8e 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,6 @@ baseURL = "https://cjnanthony.github.io/" languageCode = "en-us" -title = "chris's site" +title = "chris.xyz" Copyright = "© Chris 2023" relativeURLs = false disablePathToLower = true diff --git a/content/_index.md b/content/_index.md index 15f3168ff..6fffa8592 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,30 +1,28 @@ --- -title: 🪴 Quartz 3.3 +title: "Home" enableToc: false --- -hellllllloooooooooo +Coming Soon....... Host your second brain and [digital garden](https://jzhao.xyz/posts/networked-thought) for free. Quartz features -1. Extremely fast natural-language [[notes/search]] +1. Extremely fast natural-language [[private/Jackie's how to/search]] 2. Customizable and hackable design based on [Hugo](https://gohugo.io/) 3. Automatically generated backlinks, link previews, and local graph -4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]] and [[notes/callouts | Admonition-style callouts]] +4. Built-in [[notes/CJK + Latex Support (测试) | CJK + Latex Support]] and [[private/Jackie's how to/callouts | Admonition-style callouts]] 5. Support for both Markdown Links and Wikilinks Check out some of the [amazing gardens that community members](notes/showcase.md) have published with Quartz or read about [why I made Quartz](notes/philosophy.md) to begin with. ## Get Started -> 📚 Step 1: [Setup your own digital garden using Quartz](notes/setup.md) +> 📚 Step 1: [Setup your own digital garden using Quartz](private/Jackie's%20how%20to/setup.md) -Returning user? Figure out how to [[notes/updating|update]] your existing Quartz garden. +Returning user? Figure out how to [[private/Jackie's how to/updating|update]] your existing Quartz garden. If you prefer browsing the contents of this site through a list instead of a graph, you see a list of all [setup-related notes](/tags/setup). ### Troubleshooting -- 🚧 [Troubleshooting and FAQ](notes/troubleshooting.md) +- 🚧 [Troubleshooting and FAQ](private/Jackie's%20how%20to/troubleshooting.md) - 🐛 [Submit an Issue](https://github.com/jackyzha0/quartz/issues) - 👀 [Discord Community](https://discord.gg/cRFFHYye7t) - -**IS THIS THING ON?** again! diff --git a/content/notes/CJK + Latex Support (测试).md b/content/notes/CJK + Latex Support (测试).md deleted file mode 100644 index 0f9afc273..000000000 --- a/content/notes/CJK + Latex Support (测试).md +++ /dev/null @@ -1,40 +0,0 @@ ---- -title: "CJK + Latex Support (测试)" ---- - -## Chinese, Japanese, Korean Support -几乎在我们意识到之前,我们已经离开了地面。 - -우리가 그것을 알기도 전에 우리는 땅을 떠났습니다. - -私たちがそれを知るほぼ前に、私たちは地面を離れていました。 - -## Latex - -Block math works with two dollar signs `$$...$$` - -$$f(x) = \int_{-\infty}^\infty - f\hat(\xi),e^{2 \pi i \xi x} - \,d\xi$$ - -Inline math also works with single dollar signs `$...$`. For example, Euler's identity but inline: $e^{i\pi} = -1$ - -Aligned equations work quite well: - -$$ -\begin{aligned} -a &= b + c \\ &= e + f \\ -\end{aligned} -$$ - -And matrices - -$$ -\begin{bmatrix} -1 & 2 & 3 \\ -a & b & c -\end{bmatrix} -$$ - -## RTL -More information on configuring RTL languages like Arabic in the [config](notes/config.md) page. diff --git a/content/notes/docker.md b/content/notes/docker.md deleted file mode 100644 index 4576b65f3..000000000 --- a/content/notes/docker.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -title: "Hosting with Docker" -tags: -- setup ---- - -If you want to host Quartz on a machine without using a webpage hosting service, it may be easier to [install Docker Compose](https://docs.docker.com/compose/install/) and follow the instructions below than to [install Quartz's dependencies manually](notes/preview%20changes.md). -## Hosting Quartz Locally -You can serve Quartz locally at `http://localhost:1313` with the following script, replacing `/path/to/quartz` with the -actual path to your Quartz folder. - -docker-compose.yml -``` -services: - quartz-hugo: - image: ghcr.io/jackyzha0/quartz:hugo - container_name: quartz-hugo - volumes: - - /path/to/quartz:/quartz - ports: - - 1313:1313 - - # optional - environment: - - HUGO_BIND=0.0.0.0 - - HUGO_BASEURL=http://localhost - - HUGO_PORT=1313 - - HUGO_APPENDPORT=true - - HUGO_LIVERELOADPORT=-1 -``` - -Then run with: `docker-compose up -d` in the same directory as your `docker-compose.yml` file. - -While the container is running, you can update the `quartz` fork with: `docker exec -it quartz-hugo make update`. - -## Exposing Your Container to the Internet - -### To Your Public IP Address with Port Forwarding (insecure) - -Assuming you are already familiar with [port forwarding](https://en.wikipedia.org/wiki/Port_forwarding) and [setting it up with your router model](https://portforward.com): - -1. You should set the environment variable `HUGO_BASEURL=http://your-public-ip` and then start your container. -2. Set up port forwarding on your router from port `p` to `your-local-ip:1313`. -3. You should now be able to access Quartz from outside your local network at `http://your-public-ip:p`. - -However, your HTTP connection will be unencrypted and **this method is not secure**. - -### To a Domain using Cloudflare Proxy - -1. Port forward 443 (HTTPS) from your machine. -2. Buy a custom domain (say, `your-domain.com`) from [Cloudflare](https://www.cloudflare.com/products/registrar/). Point a DNS A record from `your-domain.com` to your public IP address and enable the proxy. -3. Set the environment variables `HUGO_BASEURL=https://your-domain.com`, `HUGO_PORT=443`, and `HUGO_APPENDPORT=false`. Change `1313:1313` to `443:443` for the `ports` in `docker-compose.yml`. -4. Spin up your Quartz container and enjoy it at `https://your-domain.com`! - -### To a Domain using a Reverse Proxy - -If you want to serve more than just Quartz to the internet on this machine (or don't want to use the Cloudflare registrar and proxy), you should follow the steps in the section above (as appropriate) and also set up a reverse proxy, like [Traefik](https://doc.traefik.io/traefik). Be sure to configure your TLS certificates too! diff --git a/content/notes/philosophy.md b/content/notes/philosophy.md deleted file mode 100644 index bf04da3b1..000000000 --- a/content/notes/philosophy.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -title: "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.” — 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 [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. - -I've personally found that -1. It's nice to access notes from anywhere -2. Having a public digital garden invites open conversations -3. It makes keeping personal notes and knowledge *playful and fun* - -I 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. - -**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. diff --git a/content/notes/showcase.md b/content/notes/showcase.md deleted file mode 100644 index bd405af63..000000000 --- a/content/notes/showcase.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -title: "Showcase" ---- - -Want to see what Quartz can do? Here are some cool community gardens :) - -- [Quartz Documentation (this site!)](https://quartz.jzhao.xyz/) -- [Jacky Zhao's Garden](https://jzhao.xyz/) -- [Scaling Synthesis - A hypertext research notebook](https://scalingsynthesis.com/) -- [AWAGMI Intern Notes](https://notes.awagmi.xyz/) -- [Shihyu's PKM](https://shihyuho.github.io/pkm/) -- [SlRvb's Site](https://slrvb.github.io/Site/) -- [Course notes for Information Technology Advanced Theory](https://a2itnotes.github.io/quartz/) -- [Brandon Boswell's Garden](https://brandonkboswell.com) -- [Siyang's Courtyard](https://siyangsun.github.io/courtyard/) -- [Data Dictionary 🧠](https://glossary.airbyte.com/) -- [sspaeti.com's Second Brain](https://brain.sspaeti.com/) -- [oldwinterの数字花园](https://garden.oldwinter.top/) -- [SethMB Work](https://sethmb.xyz/) -- [Abhijeet's Math Wiki](https://abhmul.github.io/quartz/Math-Wiki/) -- [Mike's AI Garden 🤖🪴](https://mwalton.me/) - -If 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)! diff --git a/content/notes/callouts.md b/content/private/Jackie's how to/callouts.md similarity index 100% rename from content/notes/callouts.md rename to content/private/Jackie's how to/callouts.md diff --git a/content/notes/config.md b/content/private/Jackie's how to/config.md similarity index 99% rename from content/notes/config.md rename to content/private/Jackie's how to/config.md index f0e63e4d6..fbbaa29d6 100644 --- a/content/notes/config.md +++ b/content/private/Jackie's how to/config.md @@ -207,7 +207,7 @@ For example, the structure of the home page can be edited through `/layouts/inde More info about partials on [Hugo's website.](https://gohugo.io/templates/partials/) -Still having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). +Still having problems? Checkout our [FAQ and Troubleshooting guide](private/Jackie's%20how%20to/troubleshooting.md). ## Language Support [CJK + Latex Support (测试)](notes/CJK%20+%20Latex%20Support%20(测试).md) comes out of the box with Quartz. diff --git a/content/notes/custom Domain.md b/content/private/Jackie's how to/custom Domain.md similarity index 100% rename from content/notes/custom Domain.md rename to content/private/Jackie's how to/custom Domain.md diff --git a/content/notes/editing.md b/content/private/Jackie's how to/editing.md similarity index 83% rename from content/notes/editing.md rename to content/private/Jackie's how to/editing.md index 0bc495c94..5aaacc499 100644 --- a/content/notes/editing.md +++ b/content/private/Jackie's how to/editing.md @@ -35,18 +35,18 @@ I recommend using [Obsidian](http://obsidian.md/) as a way to edit and grow your This step is **highly recommended**. -> 🔗 Step 3: [How to setup your Obsidian Vault to work with Quartz](notes/obsidian.md) +> 🔗 Step 3: [How to setup your Obsidian Vault to work with Quartz](private/Jackie's%20how%20to/obsidian.md) ## Previewing Changes This step is purely optional and mostly for those who want to see the published version of their digital garden locally before opening it up to the internet. This is *highly recommended* but not required. -> 👀 Step 4: [Preview Quartz Changes](notes/preview%20changes.md) +> 👀 Step 4: [Preview Quartz Changes](private/Jackie's%20how%20to/preview%20changes.md) For those who like to live life more on the edge, viewing the garden through Obsidian gets you pretty close to the real thing. ## Publishing Changes Now that you know the basics of managing your digital garden using Quartz, you can publish it to the internet! -> 🌍 Step 5: [Hosting Quartz online!](notes/hosting.md) +> 🌍 Step 5: [Hosting Quartz online!](private/Jackie's%20how%20to/hosting.md) -Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). +Having problems? Checkout our [FAQ and Troubleshooting guide](private/Jackie's%20how%20to/troubleshooting.md). diff --git a/content/notes/hosting.md b/content/private/Jackie's how to/hosting.md similarity index 89% rename from content/notes/hosting.md rename to content/private/Jackie's how to/hosting.md index e29f44223..c58eff59a 100644 --- a/content/notes/hosting.md +++ b/content/private/Jackie's how to/hosting.md @@ -79,12 +79,12 @@ Please note that the `cname` field should *not* have any path `e.g. end with /qu cname: ``` -Have a custom domain? [Learn how to set it up with Quartz ](notes/custom%20Domain.md). +Have a custom domain? [Learn how to set it up with Quartz ](private/Jackie's%20how%20to/custom%20Domain.md). ### Ignoring Files Only want to publish a subset of all of your notes? Don't worry, Quartz makes this a simple two-step process. -❌ [Excluding pages from being published](notes/ignore%20notes.md) +❌ [Excluding pages from being published](private/Jackie's%20how%20to/ignore%20notes.md) ## Docker Support If you don't want to use a hosting service, you can host using [Docker](notes/docker.md) instead! @@ -94,6 +94,6 @@ I would *not use this method* unless you know what you are doing. Now that your Quartz is live, let's figure out how to make Quartz really *yours*! -> Step 6: 🎨 [Customizing Quartz](notes/config.md) +> Step 6: 🎨 [Customizing Quartz](private/Jackie's%20how%20to/config.md) -Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). +Having problems? Checkout our [FAQ and Troubleshooting guide](private/Jackie's%20how%20to/troubleshooting.md). diff --git a/content/notes/ignore notes.md b/content/private/Jackie's how to/ignore notes.md similarity index 100% rename from content/notes/ignore notes.md rename to content/private/Jackie's how to/ignore notes.md diff --git a/content/notes/obsidian.md b/content/private/Jackie's how to/obsidian.md similarity index 89% rename from content/notes/obsidian.md rename to content/private/Jackie's how to/obsidian.md index fb5f3d5bd..3ec641ea2 100644 --- a/content/notes/obsidian.md +++ b/content/private/Jackie's how to/obsidian.md @@ -9,7 +9,7 @@ weight: -3 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, [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. +If 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](private/Jackie's%20how%20to/setup.md) step. ### Linking an existing Vault The easiest way to use an existing Vault is to copy all of your files (directory and hierarchies intact) into the `/content` folder. @@ -34,4 +34,4 @@ Inserting front matter everytime you want to create a new Note gets annoying rea Head over to Options > Core Plugins and enable the Templates plugin. Then go to Options > Hotkeys and set a hotkey for 'Insert Template' (I recommend `[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! -> 👀 Step 4: [Preview Quartz Changes](notes/preview%20changes.md) +> 👀 Step 4: [Preview Quartz Changes](private/Jackie's%20how%20to/preview%20changes.md) diff --git a/content/notes/preview changes.md b/content/private/Jackie's how to/preview changes.md similarity index 83% rename from content/notes/preview changes.md rename to content/private/Jackie's how to/preview changes.md index 6ce7fc051..36745e859 100644 --- a/content/notes/preview changes.md +++ b/content/private/Jackie's how to/preview changes.md @@ -17,7 +17,7 @@ This step will generate the list of backlinks for Hugo to parse. Ensure you have go install github.com/jackyzha0/hugo-obsidian@latest ``` -If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly (see [[notes/troubleshooting#`command not found: hugo-obsidian`|the troubleshooting page]])! This will allow your terminal to correctly recognize hugo-obsidian as an executable. +If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly (see [[private/Jackie's how to/troubleshooting#`command not found: hugo-obsidian`|the troubleshooting page]])! This will allow your terminal to correctly recognize hugo-obsidian as an executable. ## Installing Hugo Hugo is the static site generator that powers Quartz. [Install Hugo with "extended" Sass/SCSS version](https://gohugo.io/getting-started/installing/) first. Then, @@ -38,4 +38,4 @@ make serve Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated! Now, let's get it hosted online. -> 🌍 Step 5: [Hosting Quartz online!](notes/hosting.md) +> 🌍 Step 5: [Hosting Quartz online!](private/Jackie's%20how%20to/hosting.md) diff --git a/content/private/private-note.md b/content/private/Jackie's how to/private-note.md similarity index 100% rename from content/private/private-note.md rename to content/private/Jackie's how to/private-note.md diff --git a/content/notes/search.md b/content/private/Jackie's how to/search.md similarity index 100% rename from content/notes/search.md rename to content/private/Jackie's how to/search.md diff --git a/content/notes/setup.md b/content/private/Jackie's how to/setup.md similarity index 88% rename from content/notes/setup.md rename to content/private/Jackie's how to/setup.md index 023013263..c1b044e29 100644 --- a/content/notes/setup.md +++ b/content/private/Jackie's how to/setup.md @@ -31,6 +31,6 @@ git clone https://github.com/YOUR-USERNAME/quartz ## Editing Great! 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. -> ✏️ Step 2: [Editing Notes in Quartz](notes/editing.md) +> ✏️ Step 2: [Editing Notes in Quartz](private/Jackie's%20how%20to/editing.md) -Having problems? Checkout our [FAQ and Troubleshooting guide](notes/troubleshooting.md). +Having problems? Checkout our [FAQ and Troubleshooting guide](private/Jackie's%20how%20to/troubleshooting.md). diff --git a/content/notes/troubleshooting.md b/content/private/Jackie's how to/troubleshooting.md similarity index 82% rename from content/notes/troubleshooting.md rename to content/private/Jackie's how to/troubleshooting.md index aa1d897a4..be4c1675f 100644 --- a/content/notes/troubleshooting.md +++ b/content/private/Jackie's how to/troubleshooting.md @@ -15,7 +15,7 @@ Unless it produces direct Markdown output in the file, no. There currently is no The easiest way would be to add your own HTML partial that supports the functionality you are looking for. ### My GitHub pages is just showing the README and not Quartz -Make sure you set the source to deploy from `master` (and not `hugo`) using `/ (root)`! See more in the [hosting](/notes/hosting) guide +Make sure you set the source to deploy from `master` (and not `hugo`) using `/ (root)`! See more in the [hosting](private/Jackie's%20how%20to/hosting.md) guide ### Some of my pages have 'January 1, 0001' as the last modified date This 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. @@ -29,10 +29,10 @@ git config --global core.ignorecase true ``` ### Can I publish only a subset of my pages? -Yes! Quartz makes selective publishing really easy. Heres a guide on [excluding pages from being published](notes/ignore%20notes.md). +Yes! Quartz makes selective publishing really easy. Heres a guide on [excluding pages from being published](private/Jackie's%20how%20to/ignore%20notes.md). ### Can I host this myself and not on GitHub Pages? -Yes! All built files can be found under `/public` in the `master` branch. More details under [hosting](notes/hosting.md). +Yes! All built files can be found under `/public` in the `master` branch. More details under [hosting](private/Jackie's%20how%20to/hosting.md). ### `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. @@ -47,10 +47,10 @@ source ~/.bash_profile # again, (~/.zshrc if you are on Mac) ``` ### How come my notes aren't being rendered? -You 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). +You probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](private/Jackie's%20how%20to/obsidian.md) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](private/Jackie's%20how%20to/editing.md). ### My custom domain isn't working! -Walk 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. +Walk through the steps in [the hosting guide](private/Jackie's%20how%20to/hosting.md) again. Make sure you wait 30 min to 1 hour for changes to take effect. ### How do I setup analytics? Quartz by default uses [Plausible](https://plausible.io/) for analytics. @@ -64,7 +64,7 @@ Alternatively, you can also import your Google Analytics data into Plausible by To edit the main home page, open `/content/_index.md`. ### How do I change the colours? -You 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). +You can change the theme by editing `assets/custom.scss`. More details on customization and themeing can be found in the [customization guide](private/Jackie's%20how%20to/config.md). ### How do I add images? You can put images anywhere in the `/content` folder. @@ -75,7 +75,7 @@ Example image (source is in content/notes/images/example.png) ``` ### My Interactive Graph and Backlinks aren't up to date -By 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) +By 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](private/Jackie's%20how%20to/editing.md) ### Can I use React/Vue/some other framework? Not 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. diff --git a/content/notes/updating.md b/content/private/Jackie's how to/updating.md similarity index 100% rename from content/notes/updating.md rename to content/private/Jackie's how to/updating.md diff --git a/content/templates/Frontmatter.md b/content/templates/Frontmatter.md new file mode 100644 index 000000000..be6cb49a8 --- /dev/null +++ b/content/templates/Frontmatter.md @@ -0,0 +1,7 @@ +--- +title: "Example Title" +tags: +- example-tag +--- + +added something \ No newline at end of file diff --git a/data/config.yaml b/data/config.yaml index 5ef8b6343..9bd6706ef 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,4 +1,4 @@ -name: Jacky Zhao +name: Chris Anthony enableToc: true openToc: false enableLinkPreview: true @@ -10,7 +10,7 @@ enableSPA: true enableFooter: true enableContextualBacklinks: true enableRecentNotes: false -enableGitHubEdit: true +enableGitHubEdit: false enableMermaid: true GitHubLink: https://github.com/jackyzha0/quartz/tree/hugo/content search: @@ -18,12 +18,13 @@ search: operandApiKey: "REPLACE-WITH-YOUR-OPERAND-API-KEY" operandIndexId: "REPLACE-WITH-YOUR-OPERAND-INDEX-ID" description: - Host your second brain and digital garden for free. Quartz features extremely fast full-text search, - Wikilink support, backlinks, local graph, tags, and link previews. + My portfolio page_title: - "🪴 Quartz 3.3" + "Chris Anthony" links: - link_name: Twitter - link: https://twitter.com/_jzhao + link: https://twitter.com/chris96696149 - link_name: GitHub - link: https://github.com/jackyzha0 + link: https://github.com/cjnanthony + - link_name: Linkedin + link: https://www.linkedin.com/in/christopherjanthony/