diff --git a/config.toml b/config.toml index 5c4dfcb40..c06dab16e 100644 --- a/config.toml +++ b/config.toml @@ -28,3 +28,6 @@ enableGitInfo = true lineNumbersInTable = true style = "dracula" tabWidth = 4 + [markup.goldmark.renderer] + unsafe= true + diff --git a/content/_index.md b/content/_index.md index c3954a509..841bd2856 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,11 +1,11 @@ --- -layout: page title: Fleeting Notes id: home --- # Notes that extend your brain Fleeting Notes provides a quick platform to use a unique note organization method that functions in a similar vein to a brain—through the [[notes/connecting ideas is powerful|connection of ideas]]. This organization technique is [[notes/connecting ideas improves learning|proven to promote learning]] and isn’t restricted by any hierarchical structure. As a result, note discovery is as simple as “[[notes/following a train of thought|following a train of thought]]”. - + + ## Features - Links and backlinks diff --git a/data/config.yaml b/data/config.yaml index e33c32939..c4d6c554e 100644 --- a/data/config.yaml +++ b/data/config.yaml @@ -1,4 +1,4 @@ -name: Jacky Zhao +name: Matthew Wong enableToc: true openToc: false enableLinkPreview: true @@ -7,9 +7,9 @@ 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. page_title: - "🪴 Quartz 3.2" + "Fleeting Notes" links: - - link_name: Twitter - link: https://twitter.com/_jzhao - - link_name: Github - link: https://github.com/jackyzha0 + - link_name: Privacy Policy + link: /privacy-policy + - link_name: Terms and Conditions + link: /terms-and-conditions diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 7fb991e9d..11a77f892 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -1,11 +1,7 @@