Nikola
Hexo
Nikola | Hexo | |
---|---|---|
12 | 29 | |
2,637 | 39,868 | |
0.5% | 0.7% | |
6.4 | 7.4 | |
5 days ago | 4 days ago | |
Python | TypeScript | |
MIT License | 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.
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.
Hexo
-
Crosspost! Publishing to Dev.to From My Personal Blog
My website is a static site built with Hexo and served through GitHub Pages. Hexo's documentation isn't the best, but with a little digging, I found that, in the years since I last used it, they've provided a pretty robust first-party plugin for generating RSS and ATOM feeds.
-
Ask HN: Looking for lightweight personal blogging platform
A lot of great suggestions here and some stuff I’ve never heard of before!
Throwing my own suggestion into the ring, as I was just looking into this last week.
I started setting up a blog using Hexo. It’s another Node based SSG that uses markdown and supports tags. It has a lot of neat plugins that people have developed, too.
I like it so far!
https://github.com/hexojs/hexo
-
Hexo, WebFinger and better discoverability
In my case, the latter is not possible because this blog is a static site, generated via Hexo and hosted on GitHub. It simply lacks a modifiable active server component.
-
Top ten popular static site generators (SSG) in 2023
Hexo — best lightweight SSG
-
Nuxt 3 - showcase your sites
Previously I've used Nuxt2 and even sooner - hexo.io
-
Building a static blog using Jekyll & Strapi
To make their creation easier, numerous open-source static websites generators are available: Jekyll, Hugo, Gatsby, Hexo, etc. Most of the time, the content is managed through static (ideally Markdown) files or a Content API. Then, the generator requests the content, injects it in templates defined by the developer and generates a bunch of HTML files.
-
Running a blog on GithubPages with Markdown storage
https://gohugo.io/ written in go, support md https://hexo.io/ written in node
-
Comparing Static and Dynamic Websites
Hexo's
-
who is self-hosting a static website and what are you using to build it?
I'm currently using Hexo, I write articles in markdown, commit them to a git repository and push them to Github. I then have a Github Action to bundle the static website and publish it on Github Pages, so I get free hosting 👌
-
Deploy your blog via let.sh
There are also many alternatives for selecting Static-Side Generating blog framework such as Hexo, Gatsby, Next.js (more details here). We will pick Hexo as our framework because it is a fast, simple & powerful blog framework.
What are some alternatives?
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
Hugo - The world’s fastest framework for building websites.
Lektor - The lektor static file content management system
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.
Ghost - Independent technology for modern publishing, memberships, subscriptions and newsletters.
Hyde - A Python Static Website Generator (Presently Unmaintained).
astro - The web framework for content-driven websites. ⭐️ Star to support our work!
Bayeslite - BayesDB on SQLite. A Bayesian database table for querying the probable implications of data as easily as SQL databases query the data itself.