This repository is used to develop, maintain a blog for the DCC (Digital Competence Center) of the library.
There are 2 branches: main and gh-pages (standing for GitHub pages)
To develop and publish a new version:
- Create/update a fork of this repository.
- In your main branch, update the content, style or anything else you want to change.
- Create a PR to the main branch of this repository.
- Locally build your website using "quarto preview" on the command line in the root folder of your repository. This will create/update the "_site" folder.
- Save the contents of the "_site" folder somewhere.
- Checkout the gh-pages branch in your fork.
- Replace the content there with the contents of your newly created _site folder.
- Create a PR to the main repository gh-pages branch.
- Done!
As soon as the PR is merged and gh-pages is updated, the blog will automatically be published again.