Nikola
Lektor
Nikola | Lektor | |
---|---|---|
12 | 21 | |
2,637 | 3,864 | |
0.5% | 0.4% | |
6.4 | 7.0 | |
5 days ago | about 2 months 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.
Nikola
-
I've been advocating for RSS support, and you should too
And I would argue that this is an excellent way to introduce new readers to RSS: instead of the browser popping up a download prompt, you can make your RSS feeds themselves a dedicated page for advocating RSS, in case an interested reader is browsing through the links on your site.
[0] https://getnikola.com/
[1] https://getnikola.com/rss.xml (Open it in your browser!)
[2] https://github.com/getnikola/nikola/blob/master/nikola/data/...
-
5 Best Static Site Generators in Python
Nikola is a feature-rich static site generator that supports a variety of formats for content creation, including reStructuredText, Markdown, and Jupyter Notebooks. It offers a flexible architecture, allowing you to use different template engines and supports plugins for extending functionality. Nikola is suitable for both simple blogs and complex websites.
- Nikola – Static Site Generator
-
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.
-
I'm building a personal website. Should I bother doing it in Python or just use a template?
I tend to prefer static site generators for this kind of use case. I use Nikola, which is written in and based on Python. You should be able to pick whatever html5up template you like and turn it into a Nikola template, too.
- Building a personal blog using Django
-
Ask HN: How to build a light weight personal blog?
I switched to Nikola recently: https://getnikola.com/
Reads every kind of plaintext format, but will also just publish a Jupyter notebook which means you can do drag and drop image and graph inlining which makes everything so much simpler (and thus makes me more likely to keep it up).
-
What is the best Python static site generator?
I've been using Nikola and am happy with it: https://github.com/getnikola/nikola
-
Ask HN: Great tools for solo SaaS founders?
Might be this static site generator: https://getnikola.com/
Found it by searching [nikola software].
-
Emacs markdown export
I know you say you're comfortable with your workflow, but just wanted to throw out that if you're not dependent on Jekyll, and are simply looking for the best way to create a static site/blog from org-mode files, you could consider Nikola as an alternative. It has an excellent org-mode plugin which would likely solve your complication.
Lektor
-
WordPress Alternatives
I haven't used it since forever ago, but Lektor [0] is this weird in between. You need to be able to pip install and run `lektor serve` in the terminal but most else is done in the browser.
[0] https://www.getlektor.com/
-
Tech Debt: My Rust Library Is Now a CDO
Guess I'm one of the annoying users who complained when armin's Lektor (https://github.com/lektor/lektor) started going dormant back when, but I loved it for a while. I'm on Astro now, but a big thanks for helping a younger version for me.
- Show HN: Pages CMS – A CMS for GitHub
- Ask HN: Looking for lightweight personal blogging platform
-
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/
What are some alternatives?
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Cactus - Static site generator for designers. Uses Python and Django templates.
Hugo - The world’s fastest framework for building websites.
Hyde - A Python Static Website Generator (Presently Unmaintained).
Jekyll - :globe_with_meridians: Jekyll is a blog-aware static site generator in Ruby
Hexo - A fast, simple & powerful blog framework, powered by Node.js.
Tinkerer - Python blogging engine