makesite icon indicating copy to clipboard operation
makesite copied to clipboard

Simple, lightweight, and magic-free static site/blog generator for Python coders

Results 8 makesite issues
Sort by recently updated
recently updated
newest added

I am not seeing any support for tags. Is that the case? https://gohugo.io/content-management/taxonomies

i run your code on debian with python 2.7. And it throw an error : socket.error: [Errno 98] Address already in use i change the ip:port to my server ip+new...

Hello - great work, thanks for sharing. I was wondering whether you are interested in expanding your site generator, or leaving is as it? I am asking as I will...

[Classless](https://classless.alhur.es/) is a default HTML template that supports basically _article pages_ and _list pages_, plus a global header, a navigation menu, a global footer, everything you need to build a...

I think this would be great to have as a docker "run" with two volumes - the input and the output. No dorking around with python packages and the like....

Greetings! In XMPP, using PubSub(1) (XEP-0060), it is possible to store posts as Atom Syndication(2) entries into XMPP(3). There are several XMPP extensions that apply it, namely XEP-0227 (4) and...

For html files, I can see that Makefile will take params.json and replace {{ base_path }} with the parameter, like "{{ base_path }}/css/style.css". However, the same doesn't seem to be...