org-howto/web
2024-06-23 13:29:11 -04:00
..
css assorted fixes. now works when published to github pages 2023-10-01 16:58:48 -04:00
fniessen + 2x jit articles 2024-06-23 13:29:11 -04:00
img + web/img subdir, so published docs can find favicons 2024-06-08 16:09:46 -04:00
orginfo assorted fixes. now works when published to github pages 2023-10-01 16:58:48 -04:00
README.md assorted fixes. now works when published to github pages 2023-10-01 16:58:48 -04:00

This directory exists entirely to make certain org-header links work when pushing to github pages.

In a .org file, write:

  #+infojs_opt: view:showall mouse:#ffc0c0 toc:nil ltoc:nil path:/web/ext/orginfo/org-info.js
  #+html_head: <link rel="stylesheet" type="text/css" href="/web/css/notebook.css" />

Hosting Natively: /web/css/notebook.css gets resolved via this directory (btw, note that org-publish-project expands symlinks)

Hosting on Github pages: /web/css/notebooks.css works, because github repository name is web