diff --git a/404.html b/404.html index 7da6b2d9e..e91dfe5cd 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -404 Page not found
diff --git a/categories/index.html b/categories/index.html index 7e30f774f..4ce45e899 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,4 +1,4 @@ -Categories

Harshit' Notes

Search IconIcon to open search

Last updated Unknown

    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 -documentation on this, but the tldr; is to

    1. Go to your forked repository (github.com/<YOUR-GITHUB-USERNAME>/quartz) settings page and go to the Pages tab. Under “Custom domain”, type your custom domain, then click Save.

    2. Go to your DNS Provider and create a CNAME record that points from your domain to <YOUR-GITHUB-USERNAME.github.io. (yes, with the trailing period).

      Example Configuration for QuartzExample Configuration for Quartz

    3. Wait 30 minutes to an hour for the network changes to kick in.

    4. Done!


    Interactive Graph

    Home +documentation on this, but the tldr; is to

    1. Go to your forked repository (github.com/<YOUR-GITHUB-USERNAME>/quartz) settings page and go to the Pages tab. Under “Custom domain”, type your custom domain, then click Save.

    2. Go to your DNS Provider and create a CNAME record that points from your domain to <YOUR-GITHUB-USERNAME.github.io. (yes, with the trailing period).

      Example Configuration for QuartzExample Configuration for Quartz

    3. Wait 30 minutes to an hour for the network changes to kick in.

    4. Done!


    Interactive Graph

    \ No newline at end of file diff --git a/index.html b/index.html index 965cf4623..52a8edecd 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -Harshit's Notes

    Interactive Graph

    \ No newline at end of file +here!.

    Differentiating features:

    1. Swift full-text search by pressing /
    2. Display for backlinks of each note
    3. Playable local graph view and tags

    Interactive Graph

    \ No newline at end of file diff --git a/notes/config/index.html b/notes/config/index.html index 5f23a9d62..d9eaee4d7 100644 --- a/notes/config/index.html +++ b/notes/config/index.html @@ -1,4 +1,4 @@ -Configuration

    Interactive Graph

    \ No newline at end of file diff --git a/notes/editing/index.html b/notes/editing/index.html index 2454f03a5..cb1be8ab0 100644 --- a/notes/editing/index.html +++ b/notes/editing/index.html @@ -1,5 +1,5 @@ Editing Content in Quartz

    Interactive Graph

    \ No newline at end of file diff --git a/notes/hosting/index.html b/notes/hosting/index.html index 96efa2729..6ae02fd50 100644 --- a/notes/hosting/index.html +++ b/notes/hosting/index.html @@ -1,4 +1,4 @@ -Deploying Quartz to the Web

    Interactive Graph

    \ No newline at end of file diff --git a/notes/ignore-notes/index.html b/notes/ignore-notes/index.html index 0740baeec..b18f57dcf 100644 --- a/notes/ignore-notes/index.html +++ b/notes/ignore-notes/index.html @@ -1,5 +1,5 @@ Ignoring Notes

    Interactive Graph

    \ No newline at end of file diff --git a/notes/index.html b/notes/index.html index 32a98c863..5cb8d3eff 100644 --- a/notes/index.html +++ b/notes/index.html @@ -1,4 +1,4 @@ -Notes

    Harshit' Notes

    Search IconIcon to open search
    -

    Last updated January 15, 2022


    Interactive Graph

    Home +

    Last updated January 15, 2022


    Interactive Graph

    \ No newline at end of file diff --git a/notes/obsidian/index.html b/notes/obsidian/index.html index 9ee421583..21e824431 100644 --- a/notes/obsidian/index.html +++ b/notes/obsidian/index.html @@ -1,4 +1,4 @@ -Obsidian Vault Integration

    Harshit' Notes

    Search IconIcon to open search

    Obsidian Vault Integration

    Last updated January 15, 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, download Obsidian and create a new Vault in the /content folder that you created and cloned during the -setup 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.

    Settings

    Great, now that you have your Obsidian linked to your Quartz, let’s fix some settings so that they play well.

    1. Under Options > Files and Links, set the New link format to always be Absolute Path in Vault and disabled WikiLinks so Obsidian generates regular Markdown links.
    2. Go to Settings > Files & Links > Turn “on” automatically update internal links.
    3. Use [[Wikilinks]] should be off (Wikilinks are not officially supported yet)

    Obsidian SettingsObsidian Settings

    Templates

    Inserting 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.

    If you decide to overwrite the /content folder completely, don’t remove the /content/templates folder!

    Head over to Options > Core Plugins and enable the Templates plugin. Then go to Options > 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!


    Interactive Graph

    Home +setup 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.

    Settings

    Great, now that you have your Obsidian linked to your Quartz, let’s fix some settings so that they play well.

    1. Under Options > Files and Links, set the New link format to always be Absolute Path in Vault and disabled WikiLinks so Obsidian generates regular Markdown links.
    2. Go to Settings > Files & Links > Turn “on” automatically update internal links.
    3. Use [[Wikilinks]] should be off (Wikilinks are not officially supported yet)

    Obsidian SettingsObsidian Settings

    Templates

    Inserting 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.

    If you decide to overwrite the /content folder completely, don’t remove the /content/templates folder!

    Head over to Options > Core Plugins and enable the Templates plugin. Then go to Options > 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!


    Interactive Graph

    \ No newline at end of file diff --git a/notes/page/2/index.html b/notes/page/2/index.html index fce83ec58..00b69451a 100644 --- a/notes/page/2/index.html +++ b/notes/page/2/index.html @@ -1,4 +1,4 @@ -Notes

    Interactive Graph

    \ No newline at end of file diff --git a/notes/preview-changes/index.html b/notes/preview-changes/index.html index 8bb9b21eb..37838b8ba 100644 --- a/notes/preview-changes/index.html +++ b/notes/preview-changes/index.html @@ -1,4 +1,4 @@ -Preview Changes

    Interactive Graph


    Interactive Graph

    \ No newline at end of file diff --git a/notes/setup/index.html b/notes/setup/index.html index c24bcd1f9..2ac103617 100644 --- a/notes/setup/index.html +++ b/notes/setup/index.html @@ -1,4 +1,4 @@ -Setup

    Interactive Graph

    \ No newline at end of file diff --git a/notes/showcase/index.html b/notes/showcase/index.html index 9d7f28c81..23a5aeade 100644 --- a/notes/showcase/index.html +++ b/notes/showcase/index.html @@ -1,5 +1,5 @@ Showcase

    Harshit' Notes

    Search IconIcon to open search

    Showcase

    Last updated January 15, 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 -Pull Request adding yourself to this file!


    Interactive Graph

    Home +Pull Request adding yourself to this file!


    Interactive Graph

    \ No newline at end of file diff --git a/notes/troubleshooting/index.html b/notes/troubleshooting/index.html index 72e6e1bbc..61e1ceef0 100644 --- a/notes/troubleshooting/index.html +++ b/notes/troubleshooting/index.html @@ -1,5 +1,5 @@ Troubleshooting and FAQ

    Interactive Graph

    \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index c1dbe41b3..efa20ecf7 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https:/custom-Domain/0https:/notes/notes/preview-changes/2022-01-15T19:36:09+05:30https:/categories/https:/notes/config/2022-01-15T19:36:09+05:30https:/notes/hosting/2022-01-15T19:36:09+05:30https:/notes/editing/2022-01-15T19:36:09+05:30https:/2022-01-15T19:36:09+05:30https:/notes/ignore-notes/2022-01-15T19:36:09+05:30https:/notes/2022-01-15T19:36:09+05:30https:/notes/obsidian/2022-01-15T19:36:09+05:30https:/notes/preview-changes/2022-01-15T19:36:09+05:30https:/notes/philosophy/2022-01-15T19:36:09+05:30https:/notes/setup/2022-01-15T19:36:09+05:30https:/tags/setup/2022-01-15T19:36:09+05:30https:/notes/showcase/2022-01-15T19:36:09+05:30https:/tags/2022-01-15T19:36:09+05:30https:/notes/troubleshooting/2022-01-15T19:36:09+05:30 \ No newline at end of file +https:/custom-Domain/0https:/notes/notes/preview-changes/2022-01-15T19:47:52+05:30https:/categories/https:/notes/config/2022-01-15T19:47:52+05:30https:/notes/hosting/2022-01-15T19:47:52+05:30https:/notes/editing/2022-01-15T19:47:52+05:30https:/2022-01-15T19:47:52+05:30https:/notes/ignore-notes/2022-01-15T19:47:52+05:30https:/notes/2022-01-15T19:47:52+05:30https:/notes/obsidian/2022-01-15T19:47:52+05:30https:/notes/preview-changes/2022-01-15T19:47:52+05:30https:/notes/philosophy/2022-01-15T19:47:52+05:30https:/notes/setup/2022-01-15T19:47:52+05:30https:/tags/setup/2022-01-15T19:47:52+05:30https:/notes/showcase/2022-01-15T19:47:52+05:30https:/tags/2022-01-15T19:47:52+05:30https:/notes/troubleshooting/2022-01-15T19:47:52+05:30 \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index 1ca2ca4b3..1b0682df5 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,4 +1,4 @@ -Tags