makesite
Lektor
Our great sponsors
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- Onboard AI - Learn any GitHub repo in 59 seconds
- SaaSHub - Software Alternatives and Reviews
makesite | Lektor | |
---|---|---|
9 | 17 | |
1,740 | 3,723 | |
- | 0.3% | |
0.0 | 0.0 | |
9 months ago | 24 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
makesite
- Basic blog based on static markdown files?
-
Simplicity of IRC
Thank you for sharing the link to the source code. My simple site generator is based on my wife's project makesite.py[1]. In fact, I used her site generator for a few years before I went all in on Common Lisp for my personal projects. Then I reimplemented makesite.py in Common Lisp.
-
A good replacement for Drupal that is docker friendly?
I ended up using the developer-focused https://github.com/sunainapai/makesite , but I heard Hugo and Jekyll have plenty of themes that I assume can be dropped in. Good luck!
- Ask HN: What novel tools are you using to write web sites/apps?
- Looking for a Ghost alternative
Lektor
-
5 Best Static Site Generators in Python
Lektor is a modern and flexible static content management system that utilizes Python as its core language. It comes with an intuitive web-based admin interface, making it easy for content creators to manage and update the site. Lektor supports a variety of content types and has an active community that contributes to its continuous improvement.
-
The theory versus the practice of “static websites”
Lektor CMS is sort of a prototype-ish thing doing this: https://www.getlektor.com/
It has (used to have? Can't find them on the site now) pre-packaged binaries that you would drop into a folder structure generated by the technically-minded person, and the content editor can simply click on that binary, which opens the backend of the CMS in the web browser, make changes and click deploy.
-
Flask CMS - Wordpress alike
There have been several Flask-based CMS's but I don't remember most of them. IIRC Lektor is based on Flask.
- Why isn’t there a python version of Jekyll / Hugo
-
A SvelteKit template for building CMS-free editable websites
Static hosting could be enough for many sites and one could combine the technical and UX advantages of your dynamic interface with the advantages of static sites for security and distribution.
I found that useful when i worked with https://www.getlektor.com/ years ago. In lektor the dynamic part runs on a users desktop machine, but it of course wouldn't need to.
-
Minimum Viable Hugo – No CSS, no JavaScript, 1 static HTML page to start you off
Lektor is Python based and Just Works, but it is far off the beaten track… https://www.getlektor.com/
- Static Site Generator Request
-
Publii: Open-source local WYSIWYG static site CMS
There is a somewhat similar system called Lektor, written by Armin Ronacher (of Flask/Jinja fame): https://www.getlektor.com/ You define your models, then start the local devserver to add entries for the models. In the end, it stores the data in the filesystem and outputs static HTML.
- Ask HN: What's your favorite flat file blog?
-
Why I built another static site generator: A love story
I have used a few static site generators over the years including Hugo, Jekyll, and Pelican to host my personal blog. And I have experimented with a few others including Lektor and Gatsby.
What are some alternatives?
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Nikola - A static website and blog generator
Hugo - The world’s fastest framework for building websites.
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
Hyde - A Python Static Website Generator
Cactus - Static site generator for designers. Uses Python and Django templates.
Tinkerer - Python blogging engine
Hexo - A fast, simple & powerful blog framework, powered by Node.js.