nesta
nesta copied to clipboard
A file-based CMS and Static Site Generator
On earlier versions of Haml (I suspect it was anything < 5.0) the `:textile` filter was available in `.haml` files. It's no longer working, and has been removed (maybe temporarily,...
Target the system fonts of individual OS to remove the reliance on google fonts. The motivation is captured neatly in commit 641e1688 in the NWRUG web site repo, with: >...
See https://edwardtufte.github.io/tufte-css/ How good would that look?
I've extracted this task from #32, but it didn't say why. It seems fairly obvious why, but check where `#link_text` is used before just implementing this blindly…
It's no longer in HTML5…
It was long since superseded by `Menu.top_level`, and can now be removed.
It was a daft thing to do in the first place, and since Glenn pointed out that the config file can be parsed with Erb (i.e. you can put ``...
Nesta used to be able to load plugins within a `./plugins` folder within a site's folder. Since plugins became gems this is no longer required, and can now be removed.
I suspect it'll simplify some code. https://github.com/bhb/test_construct
Hi there, As I love Sinatra, I was looking for a simple cms based on ruby/sinatra. I found nesta :-) Before that I did have a longer look into Kirby,...