drupan icon indicating copy to clipboard operation
drupan copied to clipboard

Drupan is a flexible static site generator helping you to create blogs, single page applications or traditional websites

Results 5 drupan issues
Sort by recently updated
recently updated
newest added

Add option to minify HTML (on by default).

- [ ] moving config to `~/.drupan` and allowing drupan to run with `drupan configname` - [x] textile support - [x] AWS S3 / CF invalidation using etag / boto...

Feature

automatically compile CoffeeScript / Sass / ... and regenerate site. --development?

Feature
Beginner Friendly

Follow up for #14 Since every tag has his own feed it should be easy to add a mix and merge with some JavaScript. Generating every possible combination and writing...

Feature

yaml.load() doesn't work (in config.py) `drupan config.yaml --serve Traceback (most recent call last): File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\Scripts\drupan-script.py", line 33, in sys.exit(load_entry_point('drupan==3.0.2', 'console_scripts', 'drupan')()) File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\lib\site-packages\drupan\cmd.py", line 64, in cmd engine.config.from_file(args.config) File "C:\Users\reedj\AppData\Local\Programs\Python\Python310\lib\site-packages\drupan\config.py",...