Skip to content

Commit db56303

Browse files
srericksonjosenino95
authored andcommitted
update README
1 parent 6476dac commit db56303

1 file changed

Lines changed: 24 additions & 2 deletions

File tree

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
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.

0 commit comments

Comments
 (0)