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
- Host: GitHub
- URL: https://github.com/grycap/oscar-landing
- Owner: grycap
- License: mit
- Created: 2021-06-08T14:33:02.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-13T14:38:26.000Z (5 months ago)
- Last Synced: 2026-01-13T17:09:30.970Z (5 months ago)
- Language: HTML
- Homepage: https://oscar.grycap.net
- Size: 48.2 MB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)