add logo to website and add demo video and update title / footer

This commit is contained in:
Matthew Wong 2022-04-12 12:06:24 -04:00
parent 6cde2c6014
commit 9af6707f91
6 changed files with 11 additions and 12 deletions

View File

@ -28,3 +28,6 @@ enableGitInfo = true
lineNumbersInTable = true
style = "dracula"
tabWidth = 4
[markup.goldmark.renderer]
unsafe= true

View File

@ -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 isnt 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]]”.
<video src="assets/fleeting-notes-demo.mp4" type="video/mp4" width="100%" height="100%" display="flex" controls=""></video>
<video src="/fleeting-notes-demo.mp4" type="video/mp4" width="100%" height="100%" display="flex" controls=""></video>
## Features
- Links and backlinks

View File

@ -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

View File

@ -1,11 +1,7 @@
<!-- Contact Info -->
<div id="contact_buttons">
<footer>
<p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
<ul>
{{ if not .IsHome }}
<li><a href="/">Home</a></li>
{{end}}
{{- range $.Site.Data.config.links -}}
<li><a href="{{.link}}">{{.link_name}}</a></li>
{{- end -}}

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 12 KiB