Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 629 Bytes

README.MD

File metadata and controls

25 lines (15 loc) · 629 Bytes

Modelix Website Sources

This repository contains the source code for the modelix website. The website is generated with hugo.

Editing the website

To be able to edit the website and deploy it you need to have two things installed:

  • hugo 0.128.2
  • Go (required for the build with hugo)
  • NPM for installing the dependencies

Install dependencies

After cloning the sources code run:

npm install

to install the required CSS tools.

Edit

Edit the sources with your favorite editor. You can run hugo server in the background to get a live preview of your changes in the browser.