https://github.com/agustinsrg/pmv-site
Static informational website for PersonalMediaVault
https://github.com/agustinsrg/pmv-site
docsy hugo personal-media-vault website
Last synced: 3 months ago
JSON representation
Static informational website for PersonalMediaVault
- Host: GitHub
- URL: https://github.com/agustinsrg/pmv-site
- Owner: AgustinSRG
- License: apache-2.0
- Created: 2023-09-27T15:24:46.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2026-04-05T13:14:35.000Z (3 months ago)
- Last Synced: 2026-04-05T15:14:30.293Z (3 months ago)
- Topics: docsy, hugo, personal-media-vault, website
- Language: SCSS
- Homepage: https://agustinsrg.github.io/pmv-site/
- Size: 9.82 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PersonalMediaVault website
This is a product and documentation website made for [PersonalMediaVault](https://github.com/AgustinSRG/PersonalMediaVault).
Powered by [Hugo](https://gohugo.io/) and [Docsy](https://www.docsy.dev/).
## Requirements
- [Golang](https://go.dev/), latest stable version
- [NodeJS](https://nodejs.org/en), latest stable version
## Installation
In order to install dependencies, type:
```sh
npm install
```
## Running development server
In order to run a development server, run the following command:
```sh
npm run serve
```
## Changing content
The content is placed into the [content folder](./content/), each language inside its own sub-folder.
Read the [Docsy documentation](https://www.docsy.dev/docs/) 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:
```sh
npm run build:production
```
The website will be placed in the `public` folder.