File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This repository is the source for the github pages site found at:
1+ # UCSB Library Carpentry Workshops
2+
3+ This repository is the source for the GitHub Pages site:
24
35[ https://ucsbcarpentry.github.io ] ( https://ucsbcarpentry.github.io )
46
5- The source code here is published using the [ Jekyll] ( https://jekyllrb.com/ ) static site generator system.
7+ ## Built with Hugo
8+
9+ This site is built using the [ Hugo] ( https://gohugo.io/ ) static site generator.
10+
11+ ### Local Development
12+
13+ 1 . [ Install Hugo] ( https://gohugo.io/installation/ )
14+ 2 . Run the development server:
15+ ``` bash
16+ hugo server
17+ ```
18+ 3 . Visit http://localhost:1313
19+
20+ ### Adding Content
21+
22+ - ** Workshops** : Add markdown files to ` content/workshop/ `
23+ - ** Meetings** : Add markdown files to ` content/meeting/ `
24+ - ** Static pages** : Add to ` content/ ` or ` content/community/ `
25+
26+ ### Deployment
627
28+ The site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the ` main ` branch.
You can’t perform that action at this time.
0 commit comments