Skip to content

maliena/xHain-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

xHain hack+makespace Homepage

wercker status

https://www.x-hain.de

Getting started

Install Hugo

Mac OS

  • Install brew (for installing the rest): /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  • Install go: brew install go
  • Install hugo: brew install hugo

For Windows/Linux:

Pull Submodules (eg. Theme)

  • Initial pull submodule xhain-theme: git submodule update --init --recursive
  • Submodule update: git submodule foreach git pull origin master

Generate Site

  • Run hugo to generate HTML: hugo
  • Run hugo for local development: hugo server

Content Editing

New Post

  • create new post (using archetypes): hugo new post/title.de.md or hugo new post/title.en.md
  • just edit new post in the "content"-folder

Add Images

tbd.

Development

tbd.

Submodules Theme Version: 1.0.0

Releases

No releases published

Packages

No packages published