An open API service indexing awesome lists of open source software.

https://github.com/robinv8/ospo-events


https://github.com/robinv8/ospo-events

Last synced: 5 months ago
JSON representation

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
```