This repository contains a template website for setting up your own Coding Cafe website. View the appearance of the website here. The website uses Quarto, which is an open source publishing system that makes it possible to generate html websites from markdown documents. This repository comes with a GitHub actions workflow to automate the rendering of markdown to html, so to update the website you only need to edit markdown files.
- In the top right, click 'Use this template'
- Create a repository from this template under your organization or your own user account
- Change the setting for GitHub Pages: Open the repository 'settings', click 'Pages'. For the 'Build and deployment' source select 'GitHub Actions'.
- Now start working on your website!
Tip
Clone the repository to your PC and edit files using your favorite code editor, VSCodium, Rstudio, etc. They typically have a 'preview' button that will open the website in a browser to see how your changes will look like.