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?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?