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
|
||||
style = "dracula"
|
||||
tabWidth = 4
|
||||
[markup.goldmark.renderer]
|
||||
unsafe= true
|
||||
|
||||
|
||||
@ -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]]”.
|
||||
<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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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 -}}
|
||||
|
||||
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