better mobile support

hugo
jackyzha0 3 years ago
parent df425a8ab4
commit 35fa8d8823

@ -204,6 +204,10 @@ a[href^="/"] {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@media all and (max-width: 780px) {
flex-direction: column;
}
& > * { & > * {
flex: 1 0 0; flex: 1 0 0;
} }

@ -11,7 +11,7 @@ I've personally found that
> “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 > “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 ## Get Started
The entire Quartz documentation is fully hosted using Quartz! You can navigate it using the interactive Graph view below. The entire Quartz documentation is fully hosted using Quartz! You can navigate it using the interactive Graph view below.

@ -8,6 +8,9 @@ Quartz is designed to be effortless to deploy. If you forked and cloned Quartz d
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. 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 ### Custom subdomain
Have a fancy custom domain or want to subdomain your Quartz? That's easy too. Have a fancy custom domain or want to subdomain your Quartz? That's easy too.

@ -3,6 +3,9 @@ title: "Troubleshooting and FAQ"
--- ---
## Common Pitfalls ## 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? ### 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). 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).

Loading…
Cancel
Save