statik icon indicating copy to clipboard operation
statik copied to clipboard

Multi-purpose static web site generator aimed at developers.

Results 39 statik issues
Sort by recently updated
recently updated
newest added

Bumps [paramiko](https://github.com/paramiko/paramiko) from 2.6.0 to 2.10.1. Commits 286bd9f Cut 2.10.1 4c491e2 Fix CVE re: PKey.write_private_key chmod race aa3cc6f Cut 2.10.0 e50e19f Fix up changelog entry with real links 02ad67e Helps...

dependencies

I forgot the key in a view's dynamic context. The resulting errors: ``` 2020-05-26 08:35:14,078 statik.project ERROR Error: Failed to build project. Run Statik in verbose mode (-v) to see...

Use jinja2schema to validate templates when `--validate-templates` is passed in. Closes https://github.com/thanethomson/statik/issues/99

There is a chance that models will be sorted wrong if self-referencing model coexists with foreign models. How to reproduce: 1. Open project [test.tar.gz](https://github.com/thanethomson/statik/files/3916931/test.tar.gz) 2. Run `statik --watch --no-browser -v`...

Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.3 to 2.11.3. Release notes Sourced from jinja2's releases. 2.11.3 This contains a fix for a speed issue with the urlize filter. urlize is likely to be...

dependencies

Sometimes it could be interesting to have a "_all.yml" files for many little pages and some file for big pages. I propose to load all the files, plain and simple....

Would it be possible to specify dependencies using ranges, it would ease up integration in system packages and cohabitatiopn with other python softwares. Another benefit would be that bugfixes from...

I'm trying to create a nav with an element that signifies which is the current page, but I can't work it out. It would be easier if there was a...

It's all good and well to be able to include [custom template tags and filters](https://github.com/thanethomson/statik/wiki/Custom-template-tags-and-filters), but there's some functionality (e.g. the [Netlify deployment](https://github.com/thanethomson/statik/issues/82)) that really should be provided by some...

enhancement
breaking-change

Add an example to the `examples/` folder showing how Statik can be used to create a "readthedocs"-style documentation web site for a technical project.

documentation