Skip to content

un-modelling/website-development

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website-development

Requirements

  • basic unix tools: sed, bash, curl, rsync
  • git
  • golang

Setup

Install the current version of the production website under /dist with:

$ git clone github.com/un-modelling.github.io dist

Once golang is installed on your system, run:

$ go get github.com/hoisie/web
$ go get github.com/hoisie/mustache

Running, Building and Unbuilding

Read the makefile and the scripts that it calls.

Then you can spawn a templating webserver running:

$ make start

Once the changes are final run:

$ make build

You will have to git-commit the changes under the /dist directory since it is a different project.

If you know there are changes on the un-modelling.github.io html files you can run the following to patch the template files one-by-one:

$ make unbuild

About

un-modelling.github.io's development environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages