Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-10T19:10:11.000Z (3 months ago)
- Last Synced: 2024-09-10T21:43:11.298Z (3 months ago)
- Topics: docsy, hugo, personal-media-vault, website
- Language: SCSS
- Homepage: https://agustinsrg.github.io/pmv-site/
- Size: 7.06 MB
- Stars: 1
- Watchers: 2
- 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.