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

https://github.com/grycap/oscar-landing

Landing page for OSCAR
https://github.com/grycap/oscar-landing

Last synced: 5 months ago
JSON representation

Landing page for OSCAR

Awesome Lists containing this project

README

          

# Landing page for [OSCAR](https://github.com/grycap/oscar)

## Development
1. Install [Hugo](https://gohugo.io/)
2. Clone this repo:
```
git clone https://github.com/grycap/oscar-landing
```
3. Start Hugo's internal server:
```
hugo server
```
4. Browse the web at `https://localhost:1313`

5. (Optionally) Create the entire web (in the `public` folder):
```
hugo -D
```

## Adding a new post

1. Add a new entry in `content/english/blog`
2. Add images in the `static/images`folder

## Acknowledgement

The theme is [Bigspring](https://github.com/themefisher/bigspring-hugo-startup-theme) under the [MIT License](https://github.com/themefisher/bigspring-hugo-startup-theme/blob/master/LICENSE)