Lektor
Pelican
Our great sponsors
Lektor | Pelican | |
---|---|---|
11 | 15 | |
3,649 | 11,360 | |
0.6% | 0.7% | |
9.0 | 7.5 | |
about 2 months ago | 4 days ago | |
Python | HTML | |
BSD 3-clause "New" or "Revised" License | GNU Affero General Public License v3.0 |
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.
Lektor
- 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 is the best Python static site generator?
Sphinx is great, lektor is amazing.
-
Show HN: Kit55, a Desktop Web Builder GUI – Jekyll, Next, Wordpress Alternative
This somewhat reminds me of Lektor[0], which is a sort of front-end GUI application (really just website/page in front of a locally-run web server) that allows for folks to edit and post content as a static site generator and without needing a CLI. Lektor happens to be open source and based on python. This also reminds me of MovableType! Either way, I think we need more of these types of tools; both for techs and non-techs alike! Best of luck to the Kit55 folks!
- Static site generators to watch in 2021
-
Creating a minimalist blog with Jekyll Now
https://www.getlektor.com/
lektor offers some of this functionality. editing is done locally through a browser UI, but there may be a way to host the interface. deployments are easy.
-
TinaCMS: Tina is a toolkit for building visual editing into your site
Shameless plug: If you want a static site generator with an admin UI I can recommend Lektor (https://www.getlektor.com/). You declare your data model and templates and Lektor serves an editing UI for you. There is a good video introduction by Armin Ronacher (original author) if you prefer to digest video content: https://www.youtube.com/watch?v=lTWTCwuPdrU
Disclaimer: Occasionally I moonlight as a maintainer of Lektor.
Pelican
-
Trying to work around a Jekyll site-building tutorial without using Jekyll
You can - you'd basically just create a python script that parses your HTML/CSS files and replaces strings with values from your YAML. However I wouldn't recommend that unless you're just using this as an opportunity to learn Python. If you want to standup a real site and you want to use python, I'd recommend a Python static site generator like Pelican or Nikola.
-
Help me find a suitable static site generator
As you're familiar with Python, how about https://getpelican.com?
-
Over 280,000 WordPress Sites Attacked Using WPGateway Plugin Zero-Day Vulnerability
My own blog and portfolio site is hosted on github pages. Since I'm knowledgeable with web development, I use a static site generator, it's a software which generates your site pages for you on the fly based on pre-determined html/css structure and markdown posts. The setup exists in a single folder and all you have to do is push the generated html files to a github repo and the content becomes live on site! It's 100% static and hence 100% free, no PHP scripting or apache or whatsoever. Jekyll and Pelican are the most popular static site generators if you wish to go that route.
-
The flying start of your blog with Pelican and Github Pages
Pelican (anagram of the word calepin which means notebook in French) is what is called a Static Site Generator (SSG).
-
CLIpedia - Enhanced awesome list of CLI/TUI programs
I know exactly what you mean by the part to have all the files locally and rsync them on the server. I use Pelican as a static site generator and my blog articles are markdown files in a git repository.
-
Mau: a lightweight markup language based on Jinja
Markdown is a great format, and I used it for all my blog posts since I started writing. Pelican, which is the static site generator that I use, supports Markdown out of the box, so it was extremely easy to start using it, and overall I had an enjoyable experience.
-
Static website builder for a completely non technical person
https://getpelican.com/, can't get easier than that.
-
Should I use Ghost or Hugo for a blog ?
I just switched from Ghost to Pelican (a static site generator) to create my own website. Among the elements that convinced me to change is the portability of the data that gives you to use a static site generator and write everything in Markdown. They are simple text files and I can edit them as I please (also offline). Another great thing is that Pelican adapts according to the tags and categories I use.
-
Comparing Static and Dynamic Websites
Pelican
-
who is self-hosting a static website and what are you using to build it?
I do (The Wombelix Post) and use Pelican with a customized Theme and a few Plugins. Took me initially some time to setup and adjust based on my needs but works great since then :)
What are some alternatives?
Nikola - A static website and blog generator
Hugo - The world’s fastest framework for building websites.
Hyde - A Python Static Website Generator
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.