expilo

expilo

Static site generator suggestions, please

I was checking on the current status of Elixir static sites generators and it seems that they are all more or less abandoned as of today, maybe with the exception of Fryse. Correct me if I’m wrong. I am looking for a static site generator for a rather big project ( +100k html pages) and would love to use an Elixir app. I need the ability to dynamically generate webpages from datafiles. As far as I know none of the existing Elixir static site generators supports this. That’s OK. I would be happy to create such module and donate it. I just need to know if any of these projects has a future and an active maintainer who would be willing to cooperate and give some advice. Many thanks for any suggestions in advance!

Most Liked

OvermindDL1

OvermindDL1

I’ve been intending to remake my python static site generator (with maven support!) into Elixir but just not got around to it yet because ‘it works well enough’. It processes thousands of directories and files in about 16 seconds currently though (for a full rebuild), updates on the fly with data pushed to it, etc… I really should port it sometime… >.>

I use nikola (also python but not made by me) for my blog.

gpb

gpb

A quick hack I did awhile back to create a static version of a Phoenix app
was to use a small npm script, like so:
“httrack”: “httrack ‘http://0.0.0.0:4000/’ -O ‘./UPLOAD-SITE’ --connection-per-second=3000 --sockets=80 --keep-alive --display --verbose --advanced-progressinfo --disable-security-limits -n -s0 -m -c1000 -A0 --footer ‘’”,

Lately, I have been using VuePress a lot for static site generation:

Phillipp

Phillipp

Hey, great that you mention Fryse, I am the creator :smiley:

Fryse has support for datafiles and with some upcoming features (mainly the extension system) you can use those datafiles to dynamically create pages.

I hope to be able to work on Fryse during the christmas time again. I have some things in the pipeline to make it work properly with github pages, then the extension system and then support for pagination. Those things are all planned out already.

Last Post!

expilo

expilo

OK, so will keep an eye on Fryse :wink: Best

Where Next?

Popular in Questions Top

vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
Lily
In templates/appointment/index.html.eex: <%= for appointment <- @appointments do %> <tr> <td><%= appoi...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
jerry
Good day to you all. I have been struggling to get a query involving like and ilike to work. Can anyone assist me on this, please? pro...
New
stefanluptak
Hello everybody, usually, I use a 29" ultra-wide monitor for VSCode which can easily accomodate explorer (files panel) + file with code ...
New

Other popular topics Top

electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
vertexbuffer
Hello, can anybody help here..? I have a list of players and I what to delete an element, but every for loop the list is reverting to ori...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
sen
Hi All, I set a environment variables in dev.exs , like below code. when i start server, how can i set the ${enable} value? thanks. d...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
albydarned
Hello all! I am typing this post from my new MacBook Pro with the M1 chip. I’m loving it so far, and will probably use it as my daily dr...
New

We're in Beta

About us Mission Statement