rango

A web frontend for hugo.

  • Owner: stayradiated/rango
  • Platform:
  • License:: MIT License
  • Category::
  • Topic:
  • Like:
    0
      Compare:

Github stars Tracking Chart

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.

File Browser

Text Editor

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
.

  1. Create a folder named admin or rango or whatever.
  2. Create a .htaccess inside that folder with the following content:
  3. Enable apache modules: proxy, proxy_http, rewrite
RewriteEngine on
RewriteRule ^(.*)$ http://localhost:8080/$1 [P,L]

Main metrics

Overview
Name With Ownerstayradiated/rango
Primary LanguageGo
Program languageJavaScript (Language Count: 4)
Platform
License:MIT License
所有者活动
Created At2014-08-31 03:41:43
Pushed At2019-02-19 03:44:23
Last Commit At2015-03-04 22:49:13
Release Count0
用户参与
Stargazers Count285
Watchers Count10
Fork Count18
Commits Count56
Has Issues Enabled
Issues Count6
Issue Open Count5
Pull Requests Count1
Pull Requests Open Count1
Pull Requests Close Count0
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private