https://github.com/ogstudio/static-site-generation-research
[DONE] The first attempt to use AMLEO to create custom static site generator
https://github.com/ogstudio/static-site-generation-research
amleo done static-site-generator
Last synced: 2 months ago
JSON representation
[DONE] The first attempt to use AMLEO to create custom static site generator
- Host: GitHub
- URL: https://github.com/ogstudio/static-site-generation-research
- Owner: OGStudio
- Created: 2019-03-19T08:23:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-29T09:49:20.000Z (about 7 years ago)
- Last Synced: 2025-01-05T13:40:10.638Z (over 1 year ago)
- Topics: amleo, done, static-site-generator
- Language: HTML
- Homepage: https://ogstudio.github.io/static-site-generation-research/
- Size: 16.3 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: news.excerpt.template-ru.html
Awesome Lists containing this project
README
# Overview
This is a static Opensource Game Studio site generator created with AMLEO.
This was the first attempt to verify AMLEO can serve as a tool to create
a small system to manage static site content. AMLEO performed very well.
However, since this was the first attempt the approach to AMLEO usage taken
is now seen as suboptimal. That's why this repository is now obsolete
and only kept for historical reasons.
# Site generation prerequisites
* AMLEO
* Pandoc
* pypandoc Python module
```pip install pypandoc```
# Site generation
* Place news in markdown format into news/
* Run `generate-news.py` to generate html files and index files
# Restrictions
* Pages (from markdown) are not yet supported