Skip to content

grycap/oscar-landing

Repository files navigation

Landing page for OSCAR

Development

  1. Install Hugo
  2. Clone this repo:
git clone https://github.com/grycap/oscar-landing
  1. Start Hugo's internal server:
hugo server
  1. Browse the web at https://localhost:1313

  2. (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/imagesfolder

Acknowledgement

The theme is Bigspring under the MIT License