https://github.com/dlr-amr/adaptex
Code of the ADAPTEX homepage
https://github.com/dlr-amr/adaptex
Last synced: 8 days ago
JSON representation
Code of the ADAPTEX homepage
- Host: GitHub
- URL: https://github.com/dlr-amr/adaptex
- Owner: DLR-AMR
- License: cc0-1.0
- Created: 2022-12-09T10:46:58.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-18T14:52:30.000Z (over 1 year ago)
- Last Synced: 2025-03-25T11:38:01.392Z (10 months ago)
- Language: JavaScript
- Homepage: https://dlr-amr.github.io/adaptex/
- Size: 109 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Website for ADAPTEX
Website and announcements for the ADAPTEX project.
Based on [Pelican](http://blog.getpelican.com/) and a modifed Polar theme by [CodePassenger](http://www.codepassenger.com/).
## Local Installation
* Clone ADAPTEX-website
git@github.com:DLR-AMR/adaptex-website.git
```
or
```
https://github.com/DLR-AMR/adaptex-website.git
```
* Change to
```
adaptex-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](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 ADAPTEX announcements are:
TODO