Skip to content

AgustinSRG/pmv-site

Repository files navigation

PersonalMediaVault website

This is a product and documentation website made for PersonalMediaVault.

Powered by Hugo and Docsy.

Requirements

  • Golang, latest stable version
  • NodeJS, latest stable version

Installation

In order to install dependencies, type:

npm install

Running development server

In order to run a development server, run the following command:

npm run serve

Changing content

The content is placed into the content folder, each language inside its own sub-folder.

Read the Docsy documentation for more information on how the content is interpreted to make the website.

Building website

In order to build the website, run the following command:

npm run build:production

The website will be placed in the public folder.