liujie3612 / raneto

用raneto来搭建文档

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Raneto

Raneto is a free, open, simple Markdown powered Knowledgebase for Nodejs. Find out more →

What's New?

Release v0.7.0 This is the first set of changes, mostly from submitted Pull Requests.
Cleanup will be ongoing, and here's how you can help:

  • Something Broken? Submit a new Issue and we'll help you out.
  • Something Missing? Submit a new Issue or a Pull Request to get the conversation started
  • Enjoying Raneto? Add your site to the Raneto Showcase.

2015.10.10 - version 0.7.0

  • [New] Added online editing of pages, contributed by @matthiassb
  • [New] Added HTTP Basic authentication, contributed by @eighteyes
  • [New] Added custom template layouts, contributed by @zulfajuniadi
  • [Fixed] Highlight.js language detection, contributed by @thurloat
  • [Fixed] Mobile design layout, contributed by @adimitrov
  • [Fixed] Added config.base_url in front of all assets, contributed by @valeriangalliat

Requirements

Install

  1. Download the latest version of Raneto from the releases page
  2. Create a new directory where you would like to run the app, and un-zip the package to that location
  3. Fire up a Terminal, the Node Command Prompt or shell and change directory to the root of the Raneto application (where app.js and config.js are)
  4. run npm install to install the node dependencies
  5. To start Raneto, run npm start
  6. Visit http://localhost:3000 in your web browser

Note: When running on a live site you'll want to set the PORT env variable to 80 so you don't need to add :3000 to the URL.

Demo & Docs

See http://docs.raneto.com

Contribute

See http://docs.raneto.com/contributing

Showcase

Using Raneto in the wild? We'd love to see it. Add your site to the Raneto Showcase.

Credits

Raneto was created by Gilbert Pellegrom from Dev7studios. Released under the MIT license.

About

用raneto来搭建文档

License:MIT License


Languages

Language:JavaScript 86.3%Language:CSS 10.6%Language:HTML 3.1%