{"id":17487482,"url":"https://github.com/proprietary/jekyll-org-to-html","last_synced_at":"2026-05-03T16:32:26.625Z","repository":{"id":56878729,"uuid":"165473447","full_name":"proprietary/jekyll-org-to-html","owner":"proprietary","description":"Jekyll org-mode (Emacs) converter; uses Emacs's native org-mode HTML export to generate HTML","archived":false,"fork":false,"pushed_at":"2019-01-13T23:43:05.000Z","size":5,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-03-20T04:08:53.137Z","etag":null,"topics":["emacs","jekyll","jekyll-plugin","org-mode"],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/proprietary.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-13T06:27:33.000Z","updated_at":"2022-11-14T21:19:05.000Z","dependencies_parsed_at":"2022-08-20T11:40:30.942Z","dependency_job_id":null,"html_url":"https://github.com/proprietary/jekyll-org-to-html","commit_stats":null,"previous_names":["hackharmony/jekyll-org-to-html"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proprietary%2Fjekyll-org-to-html","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proprietary%2Fjekyll-org-to-html/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proprietary%2Fjekyll-org-to-html/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proprietary%2Fjekyll-org-to-html/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proprietary","download_url":"https://codeload.github.com/proprietary/jekyll-org-to-html/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246052689,"owners_count":20716078,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["emacs","jekyll","jekyll-plugin","org-mode"],"created_at":"2024-10-19T03:04:41.664Z","updated_at":"2026-05-03T16:32:26.577Z","avatar_url":"https://github.com/proprietary.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jekyll-org-to-html\n\nJekyll converter for org-mode (Emacs) files. Unlike other org-mode converters for Jekyll, this invokes Emacs directly and uses Emacs's mature implementation of org-mode to convert your org-mode files to HTML the fly.\n\nYes, this is much less efficient than a standalone implementation of an org-mode parser and HTML exporter; a new Emacs process is created for every org-mode file being converted. But the idea of a static site generator is to build your website once on your local machine, like compiling an executable binary for distribution. If building the website takes 5 seconds longer, that doesn't really matter. I'll take 5 seconds of waiting in exchange for a lack of weird bugs.\n\n# Dependencies\n\nEmacs (≥v25 preferably) must be installed and visible on your PATH.\n\n# Installation\n\n    $ gem install jekyll-org-to-html\n\nAdd `gem \"jekyll-org-to-html\"` to your Gemfile.\n\nAdd to `_config.yml` in the root directory of your Jekyll site:\n\n```yaml\nplugins:\n  - jekyll-org-to-html\n```\n\nAny posts/pages you create with the .org extension should generate as HTML. You can set org-mode options as usual with the `#+OPTIONS` directive at the top of each org-mode file (below the front matter). Example:\n\n\t---\n\tlayout: default\n\t---\n\t\n\t#+OPTIONS: toc:t\n\t* my headline\n\tmy section\n\t* my second headline\n\t** my subheadline\n\tmy second section\n\n\nEverything you can do by writing an org-mode file and exporting it as HTML in Emacs can be done here because it uses Emacs itself to do the conversion.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproprietary%2Fjekyll-org-to-html","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproprietary%2Fjekyll-org-to-html","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproprietary%2Fjekyll-org-to-html/lists"}