hugocms

command module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2020 License: MIT Imports: 17 Imported by: 0

README

HugoCMS

CMS for Hugo

About

HugoCMS is Simple CMS for Self-Hosted Hugo Website.

Features

Build

  1. git clone https://github.com/dfkdream/hugocms.git
  2. docker build --tag hugo-cms .

Usage

docker run -d --restart always \
    -v /your/website/directory:/website \
    -v /your/data/directory:/data \
    -e "DIR=/website" \
    -e "BOLT=/data/bolt.db" \
    -p 8080:80 \
    hugo-cms

Your website will be available on http://localhost:8080.

If you're running HugoCMS for first time, access http://localhost:8080/admin to setup root account.

On first run, your website may return 404 Not Found Error. Click Rebuild button on admin page to build website.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL