Hyde
Lektor
Our great sponsors
Hyde | Lektor | |
---|---|---|
0 | 16 | |
1,611 | 3,697 | |
0.0% | 0.3% | |
0.0 | 3.6 | |
almost 2 years ago | 5 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.
Hyde
We haven't tracked posts mentioning Hyde yet.
Tracking mentions began in Dec 2020.
Lektor
-
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.
-
State of the Web: Static Site Generators
Lektor might be worth a look: https://www.getlektor.com/
After creating a site you start a local server by executing "lektor run" in the local folder, then preview the site in your webbrowser. There you get a edit-button whivh opens a backend with which you can edit the website. From that backend you can hit an upload button which allows you to push the static site directly to a remote (e.g. via scp)
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
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.
makesite - Simple, lightweight, and magic-free static site/blog generator for Python coders