still
still copied to clipboard
A composable Elixir static site generator
First of all, thanks for this great project. I'm new to the Elixir ecosystem and Still was one of the first tools I played with. I've implemented [a pre-processor to...
Hello, I get the following error when running `mix deps.get` Getting tzdata (Hex package) Request failed (:timeout) If this happens consistently, adjust your concurrency and timeout settings: HEX_HTTP_CONCURRENCY=1 HEX_HTTP_TIMEOUT=120 mix...
We need to decide what to recommend to folks that need syntax highlight in code blocks. At the moment, I can think of three solutions: 1. The simplest solution is...
I wonder if it might be possible to generate pages dynamically using datafiles with Still?
[Temple](https://github.com/mhanberg/temple) is a fine DSL for our purposes. We're not currently supporting it but it make be a fine addition to our repertoire.
I'm trying to add a preprocessor in for my .html-files since they contain front matter, but they are ignored on compilation. ``` preprocessors: %{ ".html" => [AddContent, EEx, Frontmatter, OutputPath,...
It's time to think about how we will integrate with something like Webpack, Parcel, Snowpack, or something else. I only have experience with Webpack and Parcel, but I'm open to...
We need to run tests with `mix test --timeout 120000` on the CI because they are taking too long to finish. I believe this is related to our change to...
Right now the behaviour for `mix still.compile` and `mix still.dev` is bound to those same mix tasks. However, when running Still inside a different application, this isn't possible to do....