Skip to content

diego-vicente/org-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

org-css: An org-mode compatible style sheet

This repository contains my own shot at providing a compatible CSS style sheet with the HTML output generated by org-mode when exporting. It is based on the magnificent Solarized CSS project style sheet, and it still uses some of its definitions for more esoteric org-mode artifacts as a fallback.

If you want to use the this style sheet for your own projects, clone this repository or download the stylesheet.css file and simply add this line to your file prior to exporting it to HTML :

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="stylesheet.css" />

On the other hand, if you prefer not to download the file and just use it as-is, you can just link to the file in the GitHub repository:

#+HTML_HEAD: <link rel="stylesheet" type="text/css" href="https://raw.githubusercontent.com/DiegoVicen/org-css/master/stylesheet.css" />

This code is licensed under MIT License, which allows for free use, modification and distribution. Attribution is not needed but appreciated, and the code is provided without warranty or liability. A copy of the MIT License is included in the repository.

About

An org-mode compatible stylesheet

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages