Skip to content

OpenSystemsLab/homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Systems Lab

Install Hugo static site generator

Getting Started w/ Hugo, and follow instruction here to have Hugo installed on your workstation

Clone this project

$ git clone git@github.com:OpenSystemsLab/homepage.git oslab
$ cd oslab
$ git submodule update --init

Run the site localy

The command bellow will start a web server that serve the site on http://localhost:1313, and watchs for changes to reload the site automatic.

$ hugo server -D

Customize the site

Open config.toml in your text editor, modify as your need

Simply execute hugo command in current directory, it will generates the website to the public/ directory