An open API service indexing awesome lists of open source software.

https://github.com/roneoorg/hugo-theme-hexandcube


https://github.com/roneoorg/hugo-theme-hexandcube

Last synced: 3 months ago
JSON representation

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
```