From 35fa8d882310bbef4e3d6a482b1c092044a16144 Mon Sep 17 00:00:00 2001
From: jackyzha0 <j.zhao2k19@gmail.com>
Date: Mon, 19 Jul 2021 02:10:37 +0000
Subject: [PATCH] better mobile support
---
content/notes/hosting.md | 3 +++
assets/base.scss | 4 ++++
content/notes/troubleshooting.md | 3 +++
content/_index.md | 2 +-
4 files changed, 11 insertions(+), 1 deletions(-)
diff --git a/assets/base.scss b/assets/base.scss
index 8d84a9f..f547e78 100644
--- a/assets/base.scss
+++ b/assets/base.scss
@@ -204,6 +204,10 @@
display: flex;
flex-direction: row;
+ @media all and (max-width: 780px) {
+ flex-direction: column;
+ }
+
& > * {
flex: 1 0 0;
}
diff --git a/content/_index.md b/content/_index.md
index c46b25a..4b44062 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -11,7 +11,7 @@
> βHe who works with the door open gets all kinds of interruptions, but he also occasionally gets clues as to what the world is and what might be important.β β Richard Hamming
-**The goal of Quartz is to make hosting your own public digital garden free and simple.**
+**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.
## Get Started
The entire Quartz documentation is fully hosted using Quartz! You can navigate it using the interactive Graph view below.
diff --git a/content/notes/hosting.md b/content/notes/hosting.md
index 8ddaf1c..00e9aef 100644
--- a/content/notes/hosting.md
+++ b/content/notes/hosting.md
@@ -8,6 +8,9 @@
By default, Github Actions will run on forks of repos. You should not need to do any more config to see it up to date.
+### Pushing Changes
+[TODO]
+
### Custom subdomain
Have a fancy custom domain or want to subdomain your Quartz? That's easy too.
diff --git a/content/notes/troubleshooting.md b/content/notes/troubleshooting.md
index db3da72..fe0c972 100644
--- a/content/notes/troubleshooting.md
+++ b/content/notes/troubleshooting.md
@@ -3,6 +3,9 @@
---
## Common Pitfalls
+### Do I need a website already?
+No! Setting up Quartz means you set up a site too :)
+
### How come my notes aren't being rendered?
You probably forgot to include front matter in your Markdown files. You can either setup [Obsidian](notes/obsidian) to do this for you or you need to manually define it. More details in [the 'how to edit' guide](notes/editing.md).
--
Gitblit v1.10.0