Discover Packages
github.com/boss930129/hugo-frontend
command
module
Version:
v0.0.0-...-4afc375
Opens a new window with list of versions in this module.
Published: Mar 4, 2015
License: MIT
Opens a new window with license information.
Imports: 15
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
README
¶
rango
A web frontend for hugo .
It's designed to make it easy to manage a small site, even for people with
little computer experience.
Installation
$ go get -u -v github.com/stayradiated/rango
$ cd $GOPATH/src/github.com/stayradiated/rango
$ cd admin
$ npm install
$ gulp
$ cd ..
$ go build
$ ./rango
Using with Apache
Based on this
tutorial .
Create a folder named admin
or rango
or whatever.
Create a .htaccess
inside that folder with the following content:
Enable apache modules: proxy
, proxy_http
, rewrite
RewriteEngine on
RewriteRule ^(.*)$ http://localhost:8080/$1 [P,L]
Expand ▾
Collapse ▴
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.