Hyde
lazyblorg
Hyde | lazyblorg | |
---|---|---|
- | 10 | |
1,631 | 415 | |
0.2% | 1.0% | |
2.5 | 0.0 | |
5 months ago | 11 months ago | |
Python | Python | |
MIT License | GNU General Public License v3.0 only |
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.
lazyblorg
-
Indexing and tagging files: how to do this?
Another method is used via Memacs filename module: it generates a text file with all files that start with a date- or time-stamp. This file can then be used for all sorts of workflows for retrieving files. For example, this is how I include images in my blog using lazyblorg and its "Smart tsfile Image File Search".
-
Reading org files.
For my own Python tools, I wrote multiple naïve parsers myself (not following the usual lexical/syntactical parsing model from the books) in order to get something working. While my parsers are not considered general purpose parsers, they get the job done on my side. You might take a look at https://github.com/novoid/lazyblorg/blob/master/lib/orgparser.py for a dirty but fairly complex example. It's also using pypandoc as a fall-back for stuff I didn't parse on my own. It runs my static web blog generator.
-
Blogging: org-publish vs ox-hugo? What's your opinion/experience on these 2?
Minimal preferred? Then lazyblorg might be an option, although it's just a works-for-me project with a few restrictions such as an empty line between different syntax elements like a paragraph and a list.
- Blogging with Org-mode for lazy people
-
Question about workflow, org-id-get-create, and org-store-link.
Between the first idea and the actual start of the implementation of lazyblorg there was a time span of several years. ;-)
-
How to add search feature in org exported web sites?
My website is generated by lazyblorg which is using DuckDuckGo for searches. A query looks like that:
-
emacs rss feeds
Shameless plug: I blog about Emacs but since I was too lazy to implement topic-specific feeds yet, you could add my general feed to get my Emacs-related articles as well. I'm sure that decent feed aggregators are able to filter for specific topics/words.
-
Best way to make a blog website with emacs org mode?
When your focus is "fast and easy creating a blog entry anywhere in my Org files" and you don't have special needs for JavaScript-foo, you might love https://github.com/novoid/lazyblorg which I built for https://karl-voit.at/
-
Single-file Native-Elisp static site generator
I've seen Weblorg, which is Native Elisp, but rewrites me to create a new file for each blog-post. Then there's Lazyblorg, but it's written in python, and also searches across all your .org files, not just a single one.
-
How to fake Org mode data (or shift existing dates to today) for demo purposes?
Therefore, I implemented my own (very naïve and nasty) Org parser for lazyblorg.
What are some alternatives?
Pelican - Static site generator that supports Markdown and reST syntax. Powered by Python.
psachin
Tinkerer - Python blogging engine
ox-hugo - A carefully crafted Org exporter back-end for Hugo
Lektor - The lektor static file content management system
ix - Simple dotfile pre-processor with a per-file configuration and no dependencies.
Nikola - A static website and blog generator
org-export-head - Org mode to blog exporter. Converts each header to a different file
Cactus - Static site generator for designers. Uses Python and Django templates.
elfeed - An Emacs web feeds client
makesite - Simple, lightweight, and magic-free static site/blog generator for Python coders
emacs-easy-hugo - Emacs major mode for managing hugo