CHICHI Public Site

This is the development environment and repository for the website of CHICHI - the bicycle store in the heart of Berlin Neukölln. The site can be found under chichi.berlin

Editor

  • To disable some contents set draft: true in
    • _index.md for a section
    • page-name.md for a page

Developer

How to get started?

Prerequisites:

  • Node/NPM
  • Hugo

Installation

$   npm install

Development

$   npm start

Build and Deploy

$   npm build[:prod]