Skip to content

sre-summercamp/summercamp-2023

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SRE SummerCamp 2023 Website

Contribute

1. Install Hugo

This site is generated using the static site generator Hugo.

Follow these instructions to install it on your computer.

2. Clone this repo

Clone this repo using:

git clone git@github.com:sre-summercamp/summercamp-2023.git

3. Start the Hugo server

Run the server:

hugo server -D

Navigate to the site at http://localhost:1313/.

4. Deploy changes

Changes are deployed using Github Actions this workflow, so you just need to open and merge a pull request to publish new changes.