https://github.com/robinv8/ospo-events
https://github.com/robinv8/ospo-events
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/robinv8/ospo-events
- Owner: robinv8
- Created: 2025-02-25T08:03:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T10:16:01.000Z (over 1 year ago)
- Last Synced: 2025-02-25T10:20:29.951Z (over 1 year ago)
- Language: HTML
- Size: 105 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OSPO Summit hugo site
This repository contains a Hugo based site for OSPO Summit.
NOTE: Please use hugo v0.92.2 to avoid the website build error.
To install Hugo :
```
brew install hugo
# or
port install hugo
```
Please chose hugo below v0.93, otherwise the build will failed.
To test it locally, run:
```
hugo server -b http://localhost:1313 -F
```
To generate final site, use:
```
hugo -b https://apachecon.com/ -d -F
```