Skip to content

occ-data/edc.occ-data.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Repositiory for edc.occ-data.org

About

Website Powered by Hugo with generous support from the Kube theme.

Usage

For more information read the official setup guide for Hugo.

Installation

Inside the folder of your Hugo site run:

$ mkdir themes
$ cd themes
$ git clone https://github.com/jeblister/kube.git

Copy custom archetypes to your site:

cp themes/kube/archetypes/* archetypes

Next, take a look in the exampleSite folder at. This directory contains an example config file and the content for the demo. It serves as an example setup for your blog.

Copy at least the config.toml in the root directory of your website. Overwrite the existing config file if necessary.

Hugo includes a development server, so you can view your changes as you go :

hugo server -w

Now you can go to localhost:1313 and the kube theme should be visible.

Updating edc.occ-data.org

rm -rf public
./hugo
aws s3 sync public/ s3://edc.occ-data.org --acl public-read

License

MIT

Credit