~nicohman/org-sourcehut

A theme for org-mode exported HTML to mimic man.sr.ht
8ff5552b — nicohman 4 years ago
Add header and export_all function to convert.py
edd065fd — nicohman 4 years ago
Merge branch 'master' of git.sr.ht:~nicohman/org-sourcehut
d03f3d0f — nicohman 4 years ago
Fix error when converting with no links

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~nicohman/org-sourcehut
read/write
git@git.sr.ht:~nicohman/org-sourcehut

You can also use your local clone with git send-email.

#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.