rhyst / olm

Olm is a Python based static site generator with a focus on simplicity, speed, and extensibility.
GNU Affero General Public License v3.0
1 stars 1 forks source link

Adding a blank settings.py #2

Closed Bridouz closed 6 years ago

Bridouz commented 6 years ago

Hi,

I've just discovered olm and it sounds really great :+1:

I'm not a dev but really want to learn a programming language and I settle on Python.

Olm seems really simple, without fuss and I will follow the development and convert my Hugo blog to it.

However after a pip install olm it could be nice to have a quickstart command that generate directories and settings.py. What do you think about that ?

rhyst commented 6 years ago

Hey Bridouz,

It's really cool to have someone find this! I have a todo list here and I have added your quickstart command suggestion.

I think it should generate a site that builds with example an article, page, theme and plugin. Something quite basic and easy to modify.

I will try to implement this soon, so thank you for suggestion.

rhyst commented 6 years ago

Added --init command to create basic example site 2f9ac141