rango

A web frontend for hugo.

  • 所有者: stayradiated/rango
  • 平台:
  • 许可证: MIT License
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

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]

主要指标

概览
名称与所有者stayradiated/rango
主编程语言Go
编程语言JavaScript (语言数: 4)
平台
许可证MIT License
所有者活动
创建于2014-08-31 03:41:43
推送于2019-02-19 03:44:23
最后一次提交2015-03-04 22:49:13
发布数0
用户参与
星数285
关注者数10
派生数18
提交数56
已启用问题?
问题数6
打开的问题数5
拉请求数1
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?