Skip to content

Joschbosch/rce-website

 
 

Repository files navigation

Website for RCE

Homepage (landing page) and announcements for RCE (http://rcenvironment.de).

Based on Pelican and a modifed Polar theme by CodePassenger.

Local Installation

  • Install Python (Anaconda works perfectly)

  • Install Pelican and supporting libraries

pip install pelican pip install markdown pip install fabric pip install ghp-import


 * Clone rce-website

git clone https://github.com/onyame/rce-website.git


### Configuration

 * Set proper port for local testing, which works on your machine in `fabfile.py`

Port for serve

PORT = 8001


## Build 

 * Generate website 

fab build


 * Start local server for testing

fab serve


 * Convenience target for rebuild and starting local server

fab reserve



## Output

See the website by entering "localhost:8001 in" your web browser.

## Deployment



## Writing Content

Use either [Markdown](http://daringfireball.net/projects/markdown/) or HTML for new articles, as described in [Writing content](http://docs.getpelican.com/en/3.6.3/content.html).

Add new articles to `content`.

### Metadata

The required meta data for RCE release announcements are:

Title: Release 6.3.0 Date: 2015-07-29 10:20 Category: Releases Author: RCE




### Image sizes

 * Article image: 870x440 px (not for the image at the top)
 * Thumbnail large: 100x108
 * Thumbnail small: 67x73


About

Website for RCE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 37.3%
  • JavaScript 37.0%
  • HTML 20.7%
  • Python 2.1%
  • Makefile 1.9%
  • Shell 0.9%
  • Ruby 0.1%