Skip to content

ro14nd/syndesis.io

 
 

Repository files navigation

syndesis.io website

Building

Prerequisites

  • Install NodeJS
  • Install yarn: curl -o- -L https://yarnpkg.com/install.sh | bash
  • Install gulp globally: yarn global add gulp-cli
  • Install hugo (see http://gohugo.io/overview/installing/)
  • Run yarn

Previewing

Run gulp and open your browser at http://localhost:1313.

Building

Run gulp build to build site into docs directory, which GitHub will serve from.

Publishing

gulp build && git add -A . && git push

About

The syndesis.io Website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 63.6%
  • JavaScript 19.5%
  • CSS 13.6%
  • Shell 3.3%