Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revel/revel.github.io
Revel manual and docs
https://github.com/revel/revel.github.io
docs golang manual revel
Last synced: about 2 months ago
JSON representation
Revel manual and docs
- Host: GitHub
- URL: https://github.com/revel/revel.github.io
- Owner: revel
- Created: 2014-02-26T02:36:34.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T12:49:54.000Z (almost 2 years ago)
- Last Synced: 2024-03-25T22:16:44.636Z (9 months ago)
- Topics: docs, golang, manual, revel
- Language: HTML
- Homepage: https://revel.github.io
- Size: 5.81 MB
- Stars: 46
- Watchers: 11
- Forks: 157
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
revel.github.io
===============[![Build Status](https://travis-ci.org/revel/revel.github.io.svg?branch=master)](https://travis-ci.org/revel/revel.github.io)
Documentation for the [Revel framework](https://github.com/revel/revel)
This [jekyll](http://jekyllrb.com/) powered site is located at [revel.github.io](http://revel.github.io).
To compile and view the site locally:
```
$ gem install jekyll kramdown jekyll-redirect-from octopress-escape-code
$ git clone [email protected]:revel/revel.github.io.git
$ cd revel.github.io
$ jekyll serve
```**Important**
Due to a bug in some versions of jekyll, you may get a lot of console output such as
```
Regenerating: 97 files at 2015-01-17 22:46:09 ...done.
Regenerating: 97 files at 2015-01-17 22:46:28 ...done.
... snipped ...
Regenerating: 97 files at 2015-01-17 22:47:44 ...done.
Regenerating: 97 files at 2015-01-17 22:48:03 ...done.
```In this case start jekyll with the 'destination' directory outside the tree, eg
```
$ jekyll serve -d ../revel_site_build
```