feat: image scaling (closes #131)
This commit is contained in:
@ -3,9 +3,11 @@ title: "Deploying Quartz to the Web"
|
||||
tags:
|
||||
- setup
|
||||
weight: -1
|
||||
aliases:
|
||||
- hosting
|
||||
---
|
||||
|
||||
## GitHub Pages
|
||||
## Hosting on GitHub Pages
|
||||
Quartz is designed to be effortless to deploy. If you forked and cloned Quartz directly from the repository, everything should already be good to go! Follow the steps below.
|
||||
|
||||
### Enable GitHub Actions
|
||||
@ -13,6 +15,8 @@ By default, GitHub disables workflows from running automatically on Forked Repos
|
||||
|
||||
*Enable GitHub Actions*
|
||||
|
||||
![[notes/images/github-actions.png|200]]
|
||||
|
||||
### Enable GitHub Pages
|
||||
|
||||
Head to the 'Settings' tab of your forked repository and go to the 'Pages' tab.
|
||||
|
Reference in New Issue
Block a user