feat: css refactor for easy font change

This commit is contained in:
Jacky Zhao 2022-07-13 23:37:54 -07:00
parent 8b2a82a96a
commit 22c8981bb9
8 changed files with 93 additions and 98 deletions

View file

@ -14,7 +14,7 @@ This step will generate the list of backlinks for Hugo to parse. Ensure you have
```shell
# Install and link `hugo-obsidian` locally
$ go install github.com/jackyzha0/hugo-obsidian@latest
go install github.com/jackyzha0/hugo-obsidian@latest
```
If you are running into an error saying that `command not found: hugo-obsidian`, make sure you set your `GOPATH` correctly! This will allow your terminal to correctly recognize hugo-obsidian as an executable.
@ -26,10 +26,10 @@ Hugo is the static site generator that powers Quartz. [Install Hugo with "extend
```
# Navigate to your local Quartz folder
$ cd <location-of-your-local-quartz>
cd <location-of-your-local-quartz>
# Start local server
$ make serve
make serve
# View your site in a browser at http://localhost:1313/
```

View file

@ -21,7 +21,7 @@ Then, Fork the repository into your own GitHub account. If you don't have an acc
After you've made a fork of the repository, you need to download the files locally onto your machine. Ensure you have `git`, then type the following command replacing `YOUR-USERNAME` with your GitHub username.
```shell
$ git clone https://github.com/YOUR-USERNAME/quartz
git clone https://github.com/YOUR-USERNAME/quartz
```
## Editing