This repository contains the source code for the BigPicture Sweden website. The website is built with Quarto.
-
Clone this repository to your local machine.
-
To preview the website,
cd
to the repo's top-level folder and type the following on the command line:quarto preview
-
Create a new branch and commit your changes to it.
-
You may want to render the project locally to make sure the website looks ok:
quarto render
The rendered output will be stored in the
/docs
folder. -
Create a pull request to merge your changes into the main branch.
General settings are stored in the file _quarto.yml
, global variables in
the file _variables.yml
, and variables that might need to be changed using
environment variables in _environment
.
Settings that are specific to the deployed version are set in github
environment.
The local configuration of these variables should be set in the file
_environment.local
, which will not be tracked by git:
CAPTHAKEY=recaptchasitekey
SKULD=url_to_skuld