{"id":13654057,"url":"https://github.com/milouse/fronde","last_synced_at":"2025-09-03T12:34:41.537Z","repository":{"id":55746428,"uuid":"312333492","full_name":"milouse/fronde","owner":"milouse","description":"A static website generator for Emacs Org mode (Mirror)","archived":false,"fork":false,"pushed_at":"2024-12-01T22:37:19.000Z","size":1906,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-13T04:51:55.787Z","etag":null,"topics":["emacs","org-mode","ruby","static-site-generator"],"latest_commit_sha":null,"homepage":"https://etienne.pflieger.bzh/fronde/","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/milouse.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.org","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"liberapay":"milouse","custom":["https://paypal.me/milouse"]}},"created_at":"2020-11-12T16:28:43.000Z","updated_at":"2024-12-01T22:37:23.000Z","dependencies_parsed_at":"2024-08-02T02:10:21.813Z","dependency_job_id":"096f3234-6543-4d3e-97d7-69cc3cbf74e4","html_url":"https://github.com/milouse/fronde","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milouse%2Ffronde","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milouse%2Ffronde/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milouse%2Ffronde/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/milouse%2Ffronde/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/milouse","download_url":"https://codeload.github.com/milouse/fronde/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248665767,"owners_count":21142123,"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","org-mode","ruby","static-site-generator"],"created_at":"2024-08-02T02:01:22.762Z","updated_at":"2025-04-13T04:52:01.282Z","avatar_url":"https://github.com/milouse.png","language":"Ruby","funding_links":["https://liberapay.com/milouse","https://paypal.me/milouse","https://liberapay.com/milouse/donate"],"categories":["Ruby"],"sub_categories":[],"readme":"#+title: Fronde\n#+language: en\n#+keywords: static website generator, ruby, gem, org mode, emacs\n#+description: Fronde is a ruby gem, which helps you to manage your\n#+description: static website generated with Org mode\n\n* What's fronde for?\n\n#+attr_gmi: :alt A stylized picture of a tiger\n#+attr_html: :alt A stylized picture of a tiger head :id tiger_head\n[[file:./tigre.png]]\n\nFronde is an opinionated static website generator for [[https://orgmode.org][Org]]. It helps you\nconvert Org mode files into websites, giving you full control over\nthe publication process.\n\n* Features\n\n- Inherits all [[https://orgmode.org][Org mode features]] (tables, syntax highlighting,\n  code blocks evaluation, multiple languages support…)\n- Does not require any emacs lisp knowledge\n- Does not require any server-side code, nor databases, only a simple\n  http server like apache, nginx, lighttpd, hiawatha…\n- Allows fine customization of generated html files\n- Allows multiple sources for your Org file and lets you organize them as\n  you wish in the destination folder\n- Can use different themes for different sources\n- Supports tags and [[https://en.wikipedia.org/wiki/Atom_(Web_standard)][ATOM feeds]]\n\n* Quick install\n\nFronde is a [[https://rubygems.org/][Ruby gem]]. You need a working Ruby environment to use it. We\nrecommend that you use [[https://rvm.io][RVM]] and a specific gemset. However fronde works\nwith a global ruby installation too.\n\n#+caption: Installation procedure with RVM\n#+begin_src shell\n  rvm get latest\n  rvm install ruby-3.2.2\n  rvm use ruby-3.2.2@fronde --create\n  gem install fronde\n#+end_src\n\nNow you're ready to create your first fronde website.\n\n#+begin_src shell\n  mkdir mywebite\n  cd mywebsite\n  fronde init -t \"My first fronde website\"\n  fronde build\n  fronde preview\n#+end_src\n\n* Contributing\n\n#+html: \u003cimg alt=\"Contributor Covenant\" src=\"https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg\"/\u003e\n\nFronde is proudly following the [[https://www.contributor-covenant.org/][Contributor Covenant Code of\nConduct]]. You can read it here:\n\n[[./CODE_OF_CONDUCT.org][Code of Conduct]]\n\n** Translations\n\nYou can fetch the yaml files directly from the [[./locales][source code tree]] and\nsend your changes as a pull request (see bellow) or by email, as you\nprefer.\n\n** Code\n\nThe canonical repository is located at [[https://git.umaneti.net/fronde]].\nA mirror also exists on [[https://github.com/milouse/fronde][Github]].\n\nMerge requests and issues are accepted both on framagit and github, or\nby mail to the main author.\n\n** Support\n\n#+html: \u003ca href=\"https://liberapay.com/milouse/donate\"\u003e\u003cimg alt=\"Support using Liberapay\" src=\"https://img.shields.io/badge/Liberapay-Support_me-yellow?logo=liberapay\"/\u003e\u003c/a\u003e\n#+html: \u003ca href=\"https://paypal.me/milouse\"\u003e\u003cimg alt=\"Support using Paypal\" src=\"https://img.shields.io/badge/Paypal-Support_me-00457C?logo=paypal\u0026labelColor=lightgray\"/\u003e\u003c/a\u003e\n\nYou can help me a lot by giving me some tip, either through [[https://liberapay.com/milouse][Liberapay]] or\n[[https://paypal.me/milouse][Paypal]]. Thank you very much!\n\n\n* Going further\n\nPlease refer to the DOCUMENTATION.org file:\n\n[[./DOCUMENTATION.org][Fronde Documentation]]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilouse%2Ffronde","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmilouse%2Ffronde","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmilouse%2Ffronde/lists"}