nicohman / org-sourcehut

A theme for org-mode exported HTML to mimic man.sr.ht

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

org-sourcehut

org-sourcehut is a theme for org mode's HTML export. It is intended to look like sourcehut's wiki service. It uses the original CSS file from the site, but runs a javascript program to change the format of what org mode outputs into something similar to sourcehut's HTML.

Usage

You can add this to the top of your org-mode file to use the theme without downloading anything:

#+SETUPFILE: https://demenses.net/org-sourcehut/sourcehut-remote.setup

Or, you can clone this repo to your org directory and use this to only use local files:

#+SETUPFILE: org-sourcehut/sourcehut.setup

Either way, once you've got one of these in your org file, just export to HTML as normal, and it should look nice.

Acknowledgements

Obviously the original CSS belongs to Drew Devault, and the setupfile-based theme structure is from org-html-themes.

About

A theme for org-mode exported HTML to mimic man.sr.ht

License:MIT License


Languages

Language:CSS 95.2%Language:JavaScript 2.6%Language:Python 2.2%