Skip to content

KerstinHartung/adaptex-website

 
 

Repository files navigation

CircleCI

Website for PADME-AM

Website and announcements for the PADME-AM project.

Based on Pelican and a modifed Polar theme by CodePassenger.

Local Installation

  • Clone PADME-AM-website

    git clone git@github.com:sandro-elsweijer/padme-am-website.git
    

    or

    git clone https://github.com/sandro-elsweijer/padme-am-website.git
    
  • Change to

    padme-am-website/
    
  • Install pelican, fabric3 and some other dependencies

    pip install -r requirements.txt
    

Build

  • Run

    pelican -s pelicanconf.py
    

    to generate the site locally in output.

    For a publication-ready version run

    pelican -s publishconf.py
    

    The generated site will be in published.

Writing Content

Use either Markdown or HTML for new articles, as described in Writing content.

Add new articles to content.

Metadata

The required meta data for PADME-AM announcements are:

Title: Release 3.0.0
Date: 2019-01-01 00:00
Category: Releases
Author: xxx

Image sizes

  • Article image: 870x440 px (doesn't apply for the overview image of the article)
  • Thumbnail large: 100x108
  • Thumbnail small: 67x73

About

Code of the ADAPTEX homepage

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 34.0%
  • JavaScript 28.0%
  • CSS 27.8%
  • Python 6.0%
  • SCSS 2.0%
  • Makefile 1.4%
  • Other 0.8%