https://github.com/roneoorg/hugo-theme-hexandcube
https://github.com/roneoorg/hugo-theme-hexandcube
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/roneoorg/hugo-theme-hexandcube
- Owner: RoneoOrg
- License: mit
- Created: 2022-05-16T10:59:59.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-17T01:04:13.000Z (almost 4 years ago)
- Last Synced: 2025-02-27T23:46:49.224Z (over 1 year ago)
- Language: HTML
- Size: 5.92 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Hexandcube.eu.org
Hexandcube's Personal Website - Version 10.2
## Install Prerequisites
1. Install [Hugo Extended](https://gohugo.io/getting-started/installing/) (Make sure to install the **Extended** version of hugo!)
2. Install Dependencies using NPM
```bash
$ npm install
```
## Run local development version
Using `-D` is required to render draft entries.
```bash
$ hugo -D server
```
## Build Project
```bash
$ hugo
```