Pelican
winter
Pelican | winter | |
---|---|---|
29 | 17 | |
12,866 | 1,418 | |
0.7% | 0.5% | |
8.2 | 9.2 | |
6 days ago | 6 days ago | |
Python | PHP | |
GNU Affero General Public License v3.0 | MIT 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.
Pelican
-
Ask HN: Best Minimal Blog Site?
https://gohugo.io/
It's written in go but what's great about it, unlike many competitors written in Javascript or Python, is that it is just a simple binary you download and run, you do not need to get a PhD in the go build system to start a web site also it is crazy fast. It can publish a site to something like S3 or Azure Storage behind a CDN and you do not have to worry about anything other than paying the storage and bandwidth bills.
Myself I've been procrastinating on getting myself a blog and my take is Hugo is not customizable enough for me without learning a lot of Go, so I have looked at are either Python-based or oriented towards scientific publishing oriented systems such as
https://getpelican.com/
https://www.sphinx-doc.org/en/master/
https://quarto.org/
(I want to write stuff like https://ontology2.com/essays/PropertiesColorsAndThumbnails.h...)
I've given this list to people in your shoes and they usually react with information overload
https://jamstack.org/generators/
part of that is that there are 355 generators (there have to be some good ones in there somewhere) but it also uses the kind of miscommunication patterns we're used to in webtech where, for instance, you'd think they are pushing Javascript down your throat (the "J" stands for Javascript but the generators I've mentioned generate mostly HTML with just a little Javascript.)
Pick something simple and run with it, if I did that 2 years ago I'd be blogging now.
-
Qwen2.5-Coder-32B is an LLM that can code well that runs on my Mac
Not really tried the Claude 3.5, later tried o1-preview on github models and recently Qwen2.5 32B for a prompt to generate a litestar[0] app to manage a wysiwyg content using grapesjs[1] and use pelican[2] to generate static site. It generated very bad code and invented many libraries in import which didn't exist. Cluade was one of the worst code generator, later tried sieve of atkin to generate primes to N and then use miller-rabin test to test each generated prime both using all the cpu core available. Claude completely failed and could never get a correct code without some or the other errors especially using multiprocess, o1-preview got it right in first attempt, Qwen 2.5 32B got it right in 3'rd error fix. In general for some very simple code Claude is correct but when using something new it completely fails, o1-preview performs much better. Give a try to generate some manim community edition visualization using Claude, it generates something not working correct or with errors, o1-preview much better job.
In most of my test o1-preview performed way better than Claude and Qwen was not that bad either.
[0] https://github.com/litestar-org/litestar
[1] https://grapesjs.com/
[3] https://getpelican.com/
-
Ask HN: What do you use for your personal blog?
I swapped away from Wordpress to Pelican, a static site generator written in Python. The theme is a heavily customized version of Octapress - and its really performant with zero third-party dependencies / network requests.
Plus I like that I can literally click a button in Obsidian which formats a note, compresses/optimizes the media, and pushes it up to my website. Frictionless blog posting FTW.
https://github.com/getpelican/pelican
https://mordenstar.com
Though... recently I've been thinking about swapping over to Astro because the grass is always greener.
-
Using GitHub as a (bad) blog platform
That's why I use Pelican as a static site generator.
https://github.com/getpelican/pelican
-
Writing HTML by hand is easier than debugging your static site generator
As the maintainer of the Python-based Pelican static site generator for over a decade, I can say with confidence that my experience has been nothing like what is described in this article.
Most of Pelican’s code was written by other people, and yet I have spent almost zero time debugging that code, much less my own. After taking advantage of Pelican’s rich plugin ecosystem and adding a handful of useful plugins, I continue to be amazed by how much time this publishing system saves me, and how little time I must spend to keep everything running smoothly.
What it would take to accomplish this by writing HTML by hand instead… I simply can’t fathom it. But once again, that’s just one person’s experience, and YMMV.
[0]: https://getpelican.com
-
Ask HN: Best way for a Markdown based blog and eBook?
Most static site generators will work to create a blog. I use pelican [1], which serves my needs.
You will likely need to edit your blogposts a little bit before putting them in the book. So I recommend a separate program for that altogether.
[1] https://getpelican.com/
-
Patterns for Personal Web Sites
In my experience, [Pelican](https://getpelican.com/) does a good job of allowing you to edit themes on all pages at once with its static page generator.
There are a lot of built in features designed more for blog-like websites, but I’ve found it pretty easy to make my personal website with it.
-
How To Choose the Best Static Site Generator and Deploy it to Kinsta for Free
Pelican is a preferred option for Python developers.
- Pelican: Static site generator written in Python. Requires no database
- Why isn’t there a python version of Jekyll / Hugo
winter
-
best php-based cms/tech choice
Beside Symfony there is Laravel Framework , I will not go into deep difference between this frameworks as it really is just taste of what your team likes more (active record vs datamapper, facade/helpers vs dependency injection, blade vs twig, ...), as already mention above this kind of CMS make sense if Website is just one part of your application and you have to build more then just a simple digital business card / website. In Laravel world there are CMS like October CMS / Winter CMS, which target the same providing a CMS based on the Full Stack Larave framework and give you all features of that framework. Another already mention CMS in Laravel world is Statmatic.
-
Do you make your own CMS?
Chances are a lightweight CMS already exists. Winter CMS is one such option.
-
Would my site run faster if I abandoned Wordpress and 'rewrote it from scratch'?
Or Winter CMS (https://wintercms.com/) ;)
-
Ask HN: What CMS are you using in 2022?
As someone who dabbled in PHP but is mostly a self-taught JS hobbyist dev, I have been using and loving Directus (https://directus.io) since around the time they switched to Node. Development velocity is exceptional with new features released every couple of weeks and bugfixes/enhancements even more frequent, the community and core team is fantastic, and I like the fact that if I ever decide to switch to another CMS for some reason, there's no real import/export process, I just delete the directus_tables in my database, and done.
Pocketbase (https://pocketbase.io/) piqued my interest after seeing it here and on ProductHunt, but I don't think it would be the right call for a client before it hits a stable release.
I also very much enjoyed OctoberCMS (although it has its quirks), but there was a fairly acrimonious split in the community there, and OctoberCMS is no longer open source, and I haven't used the fork (WinterCMS: https://wintercms.com/)
I enjoyed using Apostrophe (https://apostrophecms.com/) for a while, but ultimately I felt like I was doing a lot of stuff in a way that didn't come naturally to me, and although Mongo seems a logical choice when you look at Apostrophe's page model, it worried me a bit that the data would not be easy to move if I ever wanted to.
-
Any suggestions for a "client-oriented" CMS? More info into the post.
I'm biased, but it might be worth taking a look at Winter CMS. It's built on Laravel, so you get everything you would with Laravel but it also has some pretty powerful features on top of what you get out of the box with Laravel. Its plugin system and extensibility is also second to none. It's different from a few of the other options though in that you don't add it to an existing project, you build your projects from the start in it.
-
What are the weirdest CMS you've seen used to host content?
Winter CMS is an open source fork of OctoberCMS. They've just put Laravel 9 support in place as well.
-
Is there a best framework or software to develop websites on for the future?
If you're looking at October I'd give Winter a look too (https://wintercms.com), October is no longer open source and Winter is the open source fork of October. (Disclaimer: I'm the lead maintainer for Winter CMS)
-
Looking for "Wordpress" alternative....
Winter CMS? Laravel based and very developer friendly! https://wintercms.com/
-
Modern php cms or ssg
If you're thinking of using Bolt but would also like to have access to the power of Laravel, I'd recommend taking a look at Winter CMS (open source fork of October CMS, built on Laravel / Symfony): https://wintercms.com
-
Wordpress is horrible, and i hate it!
Have you ever looked at Winter CMS? https://wintercms.com it's a CMS built on Laravel that's super easy to customize and add your exact needs to.
What are some alternatives?
Nikola - A static website and blog generator
october - Self-hosted CMS platform based on the Laravel PHP Framework.
Lektor - The lektor static file content management system
ProcessWire - Our repository has moved to https://github.com/processwire – please head there for the latest version.
Hyde - A Python Static Website Generator (Presently Unmaintained).
CRUD - Build custom admin panels. Fast!