diff --git a/404.html b/404.html index 6de23f1eb..695dfafba 100644 --- a/404.html +++ b/404.html @@ -1,4 +1,4 @@ -404 Page not found
diff --git a/Test1/index.html b/Test1/index.html new file mode 100644 index 000000000..1e0741ecb --- /dev/null +++ b/Test1/index.html @@ -0,0 +1,12 @@ +Test1

Harshit' Notes

Search IconIcon to open search
+

Test1

Last updated January 15, 2022

    First note


    Interactive Graph

    \ No newline at end of file diff --git a/notes/images/github-actions.png b/assets/images/github-actions.png similarity index 100% rename from notes/images/github-actions.png rename to assets/images/github-actions.png diff --git a/notes/images/github-pages.png b/assets/images/github-pages.png similarity index 100% rename from notes/images/github-pages.png rename to assets/images/github-pages.png diff --git a/notes/images/google-domains.png b/assets/images/google-domains.png similarity index 100% rename from notes/images/google-domains.png rename to assets/images/google-domains.png diff --git a/notes/images/obsidian-settings.png b/assets/images/obsidian-settings.png similarity index 100% rename from notes/images/obsidian-settings.png rename to assets/images/obsidian-settings.png diff --git a/categories/index.html b/categories/index.html index 22b9ddecb..8b9dcec69 100644 --- a/categories/index.html +++ b/categories/index.html @@ -1,4 +1,4 @@ -Categories

    Harshit' Notes

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

      1 minute read. Last updated January 15, 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 January 15, 2022

    Home +

    All Categories

    \ No newline at end of file diff --git a/custom-Domain/index.html b/custom-Domain/index.html deleted file mode 100644 index f106e36f1..000000000 --- a/custom-Domain/index.html +++ /dev/null @@ -1,13 +0,0 @@ -Harshit' Notes

    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

      \ No newline at end of file diff --git a/index.html b/index.html index 998400930..6ff17e4cc 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ -Harshit's Notes

      Harshit' Notes

      Search IconIcon to open search
      -

      Configuration

      Last updated January 15, 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
      - 2
      - 3
      - 4
      - 5
      - 6
      - 7
      - 8
      - 9
      -10
      -11
      -12
      -13
      -
      name: Harshit # Shows in the footer
      -enableToc: true # Whether to show a Table of Contents
      -enableLinkPreview: true # whether to render card previews for links
      -description: My garden of notes!
      -page_title: Harshit Notes Garden # Default Page Title
      -
      -links: # Links to show in footer
      -  - link_name: Twitter
      -    link: https://twitter.com/harshitconnects
      -  - link_name: Linkedin
      -    link: https://www.linkedin.com/in/harshitconnects/
      -  - link_name: Mail
      -    link: mailto:contactingharshit@gmail.com
      -

      Graph View

      To customize the Interactive Graph view, you can poke around data/graphConfig.yaml.

      1
      -2
      -3
      -4
      -5
      -6
      -
      enableLegend: false # automatically generate a legend
      -enableDrag: true # allow dragging nodes in the graph
      -enableZoom: true # allow zooming and panning the graph
      -depth: -1 # how many neighbours of the current node to show (-1 is all nodes)
      -paths: # colour specific nodes path off of their path
      -  - /moc: "#4388cc"
      -

      Styling

      Want to go even more in-depth? You can add custom CSS styling and change existing colours through editing assets/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.

      Partials

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

      For 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

      More info about partials on -Hugo’s website.

      Still having problems? Checkout our -FAQ and Troubleshooting guide.


      Interactive Graph

      \ No newline at end of file diff --git a/notes/editing/index.html b/notes/editing/index.html deleted file mode 100644 index 3894de8d5..000000000 --- a/notes/editing/index.html +++ /dev/null @@ -1,43 +0,0 @@ -Editing Content in Quartz

      Harshit' Notes

      Search IconIcon to open search
      -

      Editing Content in Quartz

      Last updated January 15, 2022

      Editing Test

      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. It comes with a really nice editor and graphical interface to preview all of your local files.

      This step is highly recommended.

      šŸ”— -How to setup your Obsidian Vault to work with Quartz

      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

      Folder Structure

      Here’s a rough overview of what’s what.

      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.

      To edit the main home page, open /content/_index.md. This is the home page which is slightly special. You don’t need front matter here!

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

      1
      -2
      -
      For example, I want to link this current document to `notes/config.md`.
      -[A link to the config page](notes/config.md)
      -

      Similarly, you can put local images anywhere in the /content folder. The only caveat is that you should reference them in your Markdown by prefixing it with a /.

      1
      -2
      -
      Example image (source is in content/notes/images/example.png)
      -![Example Image](/content/notes/images/example.png)
      -

      Front Matter

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

      1
      -2
      -3
      -4
      -5
      -6
      -7
      -
      ---
      -title: "Example Title"
      -tags:
      -- example-tag
      ----
      -
      -Rest of your content here...
      -

      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.

      šŸ‘€ -Preview Quartz Changes

      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!

      šŸŒ -Hosting Quartz online!

      Having problems? Checkout our -FAQ and Troubleshooting guide.


      Interactive Graph

      \ No newline at end of file diff --git a/notes/hosting/index.html b/notes/hosting/index.html deleted file mode 100644 index 82bc637c9..000000000 --- a/notes/hosting/index.html +++ /dev/null @@ -1,51 +0,0 @@ -Deploying Quartz to the Web

      Harshit' Notes

      Search IconIcon to open search
      -

      Deploying Quartz to the Web

      Last updated January 15, 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 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 essentially a git repository so updating it is the same workflow as you would follow as normal.

      1
      -2
      -3
      -4
      -5
      -6
      -7
      -8
      -9
      -
      # Navigate to Quartz folder
      -cd <path-to-quartz>
      -
      -# Commit all changes
      -git add .
      -git commit -m "message describing changes"
      -
      -# Push to GitHub to update site
      -git push origin hugo
      -

      Note: 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.

      Setting up the Site

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

      Here, we take advantage of GitHub’s free page hosting to deploy our site. Change baseURL in /config.toml.

      Reference config.toml here

      1
      -
      baseURL = "https://<YOUR-DOMAIN>/"
      -

      If you are using this under a subdomain (e.g. <YOUR-GITHUB-USERNAME>.github.io/quartz), include the trailing path.

      1
      -
      baseURL = "https://<YOUR-GITHUB-USERNAME>.github.io/quartz/"
      -

      Change cname in /.github/workflows/deploy.yaml. Again, if you don’t have a custom domain to use, you can use <YOUR-USERNAME>.github.io.

      Reference deploy.yaml here

      1
      -2
      -3
      -4
      -5
      -6
      -7
      -
      - name: Deploy  
      -  uses: peaceiris/actions-gh-pages@v3  
      -  with:  
      -	github_token: ${{ secrets.GITHUB_TOKEN }} # this can stay as is, GitHub fills this in for us!
      -	publish_dir: ./public  
      -	publish_branch: master
      -	cname: <YOUR-DOMAIN>
      -

      Have a custom domain? -Learn how to set it up with Quartz .


      Now that your Quartz is live, let’s figure out how to make Quartz really yours!

      šŸŽØ -Customizing Quartz

      Having problems? Checkout our -FAQ and Troubleshooting guide.


      Interactive Graph

      \ No newline at end of file diff --git a/notes/ignore-notes/index.html b/notes/ignore-notes/index.html deleted file mode 100644 index de3b312d9..000000000 --- a/notes/ignore-notes/index.html +++ /dev/null @@ -1,37 +0,0 @@ -Ignoring Notes

      Harshit' Notes

      Search IconIcon to open search
      -

      Ignoring Notes

      Last updated January 15, 2022

        Quartz Ignore

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

        1
        -2
        -3
        -4
        -5
        -6
        -
        ...
        -ignoreFiles = [  
        -    "/content/templates/*",  
        -    "/content/private/*", 
        -    "<your path here>"
        -]
        -

        ignoreFiles supports the use of Regular Expressions (RegEx) so you can ignore patterns as well (e.g. ignoring all .pngs by doing \\.png$). -To ignore a specific file, you can also add the tag draft: true to the frontmatter of a note.

        1
        -2
        -3
        -4
        -5
        -
        ---
        -title: Some Private Note
        -draft: true
        ----
        -...
        -

        More details in -Hugo’s documentation.

        Global Ignore

        However, just adding to the ignoreFiles will only prevent the page from being access through Quartz. If you want to prevent the file from being pushed to GitHub (for example if you have a public repository), you need to also add the path to the .gitignore file at the root of the repository.


        Interactive Graph

        \ No newline at end of file diff --git a/notes/index.html b/notes/index.html deleted file mode 100644 index a44fc2688..000000000 --- a/notes/index.html +++ /dev/null @@ -1,15 +0,0 @@ -Notes

        Harshit' Notes

        Search IconIcon to open search
        -

        All Notes

        • Showcase

          Want to see what Quartz can do? Here are some cool community gardens :) -Quartz Documentation (this site!) Strengthening Online Social Bonds: Research Garden Jacky Zhao’s Garden Anson Yu’s Garden Shihyu’s PKM Chloe’s Garden SlRvb’s Site Course notes for Information Technology Advanced Theory If you want to see your own on here, submit a Pull Request adding yourself to this file!...

          1 minute read. Last updated January 15, 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!...

          1 minute read. Last updated January 15, 2022

        • 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 January 15, 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 January 15, 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 January 15, 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 January 15, 2022

        • Editing Content in Quartz

          Editing Test 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 January 15, 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 January 15, 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 January 15, 2022

        • 0 minute read. Last updated January 15, 2022

        \ No newline at end of file diff --git a/notes/index.xml b/notes/index.xml deleted file mode 100644 index c7cd8f1b1..000000000 --- a/notes/index.xml +++ /dev/null @@ -1,5 +0,0 @@ -Notes onhttps:/notes/Recent content in Notes onHugo -- gohugo.ioen-us<link>https:/notes/notes/preview-changes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https:/notes/notes/preview-changes/</guid><description/></item><item><title>Configurationhttps:/notes/config/Mon, 01 Jan 0001 00:00:00 +0000https:/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.Deploying Quartz to the Webhttps:/notes/hosting/Mon, 01 Jan 0001 00:00:00 +0000https:/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:/notes/editing/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/editing/Editing Test 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.Ignoring Noteshttps:/notes/ignore-notes/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/ignore-notes/Quartz Ignore Edit ignoreFiles in config.toml to include paths you&rsquo;d like to exclude from being rendered. -1 2 3 4 5 6 .Obsidian Vault Integrationhttps:/notes/obsidian/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/obsidian/Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have.Preview Changeshttps:/notes/preview-changes/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/preview-changes/If you&rsquo;d like to preview what your Quartz site looks like before deploying it to the internet, here&rsquo;s exactly how to do that!Quartz Philosophyhttps:/notes/philosophy/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/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.Setuphttps:/notes/setup/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/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!Showcasehttps:/notes/showcase/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/showcase/Want to see what Quartz can do? Here are some cool community gardens :) -Quartz Documentation (this site!) Strengthening Online Social Bonds: Research Garden Jacky Zhao&rsquo;s Garden Anson Yu&rsquo;s Garden Shihyu&rsquo;s PKM Chloe&rsquo;s Garden SlRvb&rsquo;s Site Course notes for Information Technology Advanced Theory If you want to see your own on here, submit a Pull Request adding yourself to this file!Troubleshooting and FAQhttps:/notes/troubleshooting/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/troubleshooting/Still having trouble? Here are a list of common questions and problems people encounter when installing Quartz. -While you&rsquo;re here, join our Discord :) \ No newline at end of file diff --git a/notes/notes/preview-changes/index.html b/notes/notes/preview-changes/index.html deleted file mode 100644 index 30631e020..000000000 --- a/notes/notes/preview-changes/index.html +++ /dev/null @@ -1,12 +0,0 @@ -Harshit' Notes

        Harshit' Notes

        Search IconIcon to open search
        -

        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 deleted file mode 100644 index acc139528..000000000 --- a/notes/obsidian/index.html +++ /dev/null @@ -1,14 +0,0 @@ -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

          \ No newline at end of file diff --git a/notes/page/1/index.html b/notes/page/1/index.html deleted file mode 100644 index dc212bc2c..000000000 --- a/notes/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https:/notes/ \ No newline at end of file diff --git a/notes/page/2/index.html b/notes/page/2/index.html deleted file mode 100644 index 0ef3e494d..000000000 --- a/notes/page/2/index.html +++ /dev/null @@ -1,13 +0,0 @@ -Notes

          Harshit' Notes

          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. -While you’re here, join our Discord :)...

            3 minute read. Last updated January 15, 2022

          \ No newline at end of file diff --git a/notes/philosophy/index.html b/notes/philosophy/index.html deleted file mode 100644 index 93b1f174e..000000000 --- a/notes/philosophy/index.html +++ /dev/null @@ -1,17 +0,0 @@ -Quartz Philosophy

          Harshit' Notes

          Search IconIcon to open search
          -

          Quartz Philosophy

          Last updated January 15, 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 -Notion, -Roam, and -Obsidian, 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 and -Joel’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.


            Interactive Graph

            \ No newline at end of file diff --git a/notes/preview-changes/index.html b/notes/preview-changes/index.html deleted file mode 100644 index ff39a393c..000000000 --- a/notes/preview-changes/index.html +++ /dev/null @@ -1,44 +0,0 @@ -Preview Changes

            Harshit' Notes

            Search IconIcon to open search
            -

            Preview Changes

            Last updated January 15, 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!

              Install hugo-obsidian

              This step will generate the list of backlinks for Hugo to parse. Ensure you have -Go (>= 1.16) installed.

              1
              -2
              -3
              -4
              -5
              -6
              -7
              -8
              -
              # Install and link `hugo-obsidian` locally
              -$ go install github.com/jackyzha0/hugo-obsidian@latest
              -
              -# Navigate to your local Quartz folder
              -$ cd <location-of-your-local-quartz>
              -
              -# Scrape all links in your Quartz folder and generate info for Quartz
              -$ hugo-obsidian -input=content -output=data -index -root=.
              -

              Afterwards, start the Hugo server as shown above and your local backlinks and interactive graph should be populated!

              Installing Hugo

              Hugo is the static site generator that powers Quartz. -Install Hugo first. Then,

              1
              -2
              -3
              -4
              -5
              -6
              -7
              -
              # Navigate to your local Quartz folder
              -$ cd <location-of-your-local-quartz>
              -
              -# Start local server
              -$ hugo server
              -
              -# View your site in a browser at http://localhost:1313/
              -

              Interactive Graph

              \ No newline at end of file diff --git a/notes/setup/index.html b/notes/setup/index.html deleted file mode 100644 index e1118803c..000000000 --- a/notes/setup/index.html +++ /dev/null @@ -1,20 +0,0 @@ -Setup

              Harshit' Notes

              Search IconIcon to open search
              -

              Setup

              Last updated January 15, 2022

              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!

              Forking

              A fork is a copy of a repository. Forking a repository allows you to freely experiment with changes without affecting the original project.

              Navigate to the GitHub repository for the Quartz project:

              šŸ“ -Quartz Repository

              Then, Fork the repository into your own GitHub account. If you don’t have an account, you can make on for free -here. More details about forking a repo can be found on -GitHub’s documentation.

              Cloning

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

              1
              -
              $ 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.

              āœļø -Editing Notes in Quartz

              Having problems? Checkout our -FAQ and Troubleshooting guide.


              Interactive Graph

              \ No newline at end of file diff --git a/notes/showcase/index.html b/notes/showcase/index.html deleted file mode 100644 index 3a0ab8b6c..000000000 --- a/notes/showcase/index.html +++ /dev/null @@ -1,14 +0,0 @@ -Showcase

              Harshit' Notes

              Search IconIcon to open search
              -

              Interactive Graph

              \ No newline at end of file diff --git a/notes/troubleshooting/index.html b/notes/troubleshooting/index.html deleted file mode 100644 index 9da07815b..000000000 --- a/notes/troubleshooting/index.html +++ /dev/null @@ -1,49 +0,0 @@ -Troubleshooting and FAQ

              Harshit' Notes

              Search IconIcon to open search
              -

              Troubleshooting and FAQ

              Last updated January 15, 2022

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

                While you’re here, join our -Discord :)

                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.

                1
                -2
                -3
                -4
                -5
                -
                # in the root of your Quartz (same folder as config.toml)
                -git config core.ignorecase true
                -
                -# or globally (not recommended)
                -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.

                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.

                Do I need a website already?

                No! Setting up Quartz means you set up a site too :)

                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.

                1
                -2
                -3
                -4
                -5
                -6
                -
                # Add the following 2 lines to your ~/.bash_profile
                -export GOPATH=/Users/$USER/go
                -export PATH=$GOPATH/bin:$PATH
                -
                -# In your current terminal, to reload the session
                -source ~/.bash_profile
                -

                How come my notes aren’t being rendered?

                You probably forgot to include front matter in your Markdown files. You can either setup -obsidian to do this for you or you need to manually define it. More details in -the ‘how to edit’ guide.

                My custom domain isn’t working!

                Walk through the steps in -the hosting guide again. Make sure you wait 30 min to 1 hour for changes to take effect.

                How do I setup Google Analytics?

                You can edit it in config.toml and either use a V3 (UA-) or V4 (G-) tag.

                How do I change the content on the home page?

                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.

                How do I add images?

                You can put images anywhere in the /content folder. The only caveat is that you should reference them in your Markdown by prefixing it with a /.

                1
                -2
                -
                Example image (source is in content/notes/images/example.png)
                -![Example Image](/content/notes/images/example.png)
                -

                By default, the linkIndex.yaml (which Quartz needs to generate the Interactive Graph and Backlinks) are not regenerated locally. To set that up, see the guide on -local editing

                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.

                Still Stuck?

                Quartz 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 and I’ll try to get back to you as soon as I can.

                šŸ› -Submit an Issue


                Interactive Graph

                \ No newline at end of file diff --git a/sitemap.xml b/sitemap.xml index 5ecf672db..08858726f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https:/custom-Domain/0https:/notes/notes/preview-changes/2022-01-15T20:51:30+05:30https:/categories/https:/notes/config/2022-01-15T20:51:30+05:30https:/notes/hosting/2022-01-15T20:51:30+05:30https:/notes/editing/2022-01-15T20:51:30+05:30https:/2022-01-15T20:51:30+05:30https:/notes/ignore-notes/2022-01-15T20:51:30+05:30https:/notes/2022-01-15T20:51:30+05:30https:/notes/obsidian/2022-01-15T20:51:30+05:30https:/notes/preview-changes/2022-01-15T20:51:30+05:30https:/notes/philosophy/2022-01-15T20:51:30+05:30https:/notes/setup/2022-01-15T20:51:30+05:30https:/tags/setup/2022-01-15T20:51:30+05:30https:/notes/showcase/2022-01-15T20:51:30+05:30https:/tags/2022-01-15T20:51:30+05:30https:/notes/troubleshooting/2022-01-15T20:51:30+05:30 \ No newline at end of file +https:/categories/https:/2022-01-15T21:56:00+05:30https:/tags/https:/Test1/2022-01-15T21:56:00+05:30 \ No newline at end of file diff --git a/tags/index.html b/tags/index.html index b32d0214e..787966c40 100644 --- a/tags/index.html +++ b/tags/index.html @@ -1,4 +1,4 @@ -Tags

                Harshit' Notes

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

                  1 minute read. Last updated January 15, 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 January 15, 2022

                Home +

                All Tags

                \ No newline at end of file diff --git a/tags/index.xml b/tags/index.xml index 0a44c7460..29bec0302 100644 --- a/tags/index.xml +++ b/tags/index.xml @@ -1 +1 @@ -Tags onhttps:/tags/Recent content in Tags onHugo -- gohugo.ioen-ussetuphttps:/tags/setup/Mon, 01 Jan 0001 00:00:00 +0000https:/tags/setup/ \ No newline at end of file +Tags onhttps:/tags/Recent content in Tags onHugo -- gohugo.ioen-us \ No newline at end of file diff --git a/tags/setup/index.html b/tags/setup/index.html deleted file mode 100644 index bdbb9e260..000000000 --- a/tags/setup/index.html +++ /dev/null @@ -1,13 +0,0 @@ -setup

                Harshit' Notes

                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 January 15, 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 January 15, 2022

                • Editing Content in Quartz

                  Editing Test 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 January 15, 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 January 15, 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!...

                  1 minute read. Last updated January 15, 2022

                \ No newline at end of file diff --git a/tags/setup/index.xml b/tags/setup/index.xml deleted file mode 100644 index 2ecc834f8..000000000 --- a/tags/setup/index.xml +++ /dev/null @@ -1,2 +0,0 @@ -setup onhttps:/tags/setup/Recent content in setup onHugo -- gohugo.ioen-usConfigurationhttps:/notes/config/Mon, 01 Jan 0001 00:00:00 +0000https:/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.Deploying Quartz to the Webhttps:/notes/hosting/Mon, 01 Jan 0001 00:00:00 +0000https:/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:/notes/editing/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/editing/Editing Test 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.Obsidian Vault Integrationhttps:/notes/obsidian/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/obsidian/Setup Obsidian is the preferred way to use Quartz. You can either create a new Obsidian Vault or link one that your already have.Setuphttps:/notes/setup/Mon, 01 Jan 0001 00:00:00 +0000https:/notes/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! \ No newline at end of file diff --git a/tags/setup/page/1/index.html b/tags/setup/page/1/index.html deleted file mode 100644 index 694102a44..000000000 --- a/tags/setup/page/1/index.html +++ /dev/null @@ -1 +0,0 @@ -https:/tags/setup/ \ No newline at end of file