mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 05:14:06 -06:00
add logo to website and add demo video and update title / footer
This commit is contained in:
parent
6cde2c6014
commit
9af6707f91
@ -28,3 +28,6 @@ enableGitInfo = true
|
|||||||
lineNumbersInTable = true
|
lineNumbersInTable = true
|
||||||
style = "dracula"
|
style = "dracula"
|
||||||
tabWidth = 4
|
tabWidth = 4
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe= true
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,11 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
|
||||||
title: Fleeting Notes
|
title: Fleeting Notes
|
||||||
id: home
|
id: home
|
||||||
---
|
---
|
||||||
# Notes that extend your brain
|
# 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]]”.
|
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]]”.
|
||||||
<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
|
## Features
|
||||||
- Links and backlinks
|
- Links and backlinks
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
name: Jacky Zhao
|
name: Matthew Wong
|
||||||
enableToc: true
|
enableToc: true
|
||||||
openToc: false
|
openToc: false
|
||||||
enableLinkPreview: true
|
enableLinkPreview: true
|
||||||
@ -7,9 +7,9 @@ description:
|
|||||||
Host your second brain and digital garden for free. Quartz features extremely fast full-text search,
|
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.
|
Wikilink support, backlinks, local graph, tags, and link previews.
|
||||||
page_title:
|
page_title:
|
||||||
"🪴 Quartz 3.2"
|
"Fleeting Notes"
|
||||||
links:
|
links:
|
||||||
- link_name: Twitter
|
- link_name: Privacy Policy
|
||||||
link: https://twitter.com/_jzhao
|
link: /privacy-policy
|
||||||
- link_name: Github
|
- link_name: Terms and Conditions
|
||||||
link: https://github.com/jackyzha0
|
link: /terms-and-conditions
|
||||||
|
|||||||
@ -1,11 +1,7 @@
|
|||||||
<!-- Contact Info -->
|
<!-- Contact Info -->
|
||||||
<div id="contact_buttons">
|
<div id="contact_buttons">
|
||||||
<footer>
|
<footer>
|
||||||
<p>Made by {{ $.Site.Data.config.name }} using <a href="https://github.com/jackyzha0/quartz">Quartz</a>, © {{ dateFormat "2006" now }}</p>
|
|
||||||
<ul>
|
<ul>
|
||||||
{{ if not .IsHome }}
|
|
||||||
<li><a href="/">Home</a></li>
|
|
||||||
{{end}}
|
|
||||||
{{- range $.Site.Data.config.links -}}
|
{{- range $.Site.Data.config.links -}}
|
||||||
<li><a href="{{.link}}">{{.link_name}}</a></li>
|
<li><a href="{{.link}}">{{.link_name}}</a></li>
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|||||||
BIN
static/fleeting-notes-demo.mp4
Normal file
BIN
static/fleeting-notes-demo.mp4
Normal file
Binary file not shown.
BIN
static/icon.png
BIN
static/icon.png
Binary file not shown.
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in New Issue
Block a user