{"id":23231323,"url":"https://github.com/aartaka/tripod","last_synced_at":"2026-03-20T01:02:37.200Z","repository":{"id":133445089,"uuid":"509522835","full_name":"aartaka/tripod","owner":"aartaka","description":"Tripod is a Common Lisp web server aiming to ease plain text, HTML, and Gopher website hosting.","archived":false,"fork":false,"pushed_at":"2022-09-21T07:18:26.000Z","size":109,"stargazers_count":3,"open_issues_count":4,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-06-16T12:53:52.828Z","etag":null,"topics":["blog","blog-engine","gemini","gopher","plaintext","server"],"latest_commit_sha":null,"homepage":"https://aartaka.me/blog/tripod","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aartaka.png","metadata":{"files":{"readme":"README.org","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"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}},"created_at":"2022-07-01T16:32:29.000Z","updated_at":"2025-05-31T19:44:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"0bc845fe-46d3-4624-bfea-e6d814cdddd6","html_url":"https://github.com/aartaka/tripod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aartaka/tripod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aartaka%2Ftripod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aartaka%2Ftripod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aartaka%2Ftripod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aartaka%2Ftripod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aartaka","download_url":"https://codeload.github.com/aartaka/tripod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aartaka%2Ftripod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28949374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T18:30:42.805Z","status":"ssl_error","status_checked_at":"2026-01-31T18:30:19.593Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["blog","blog-engine","gemini","gopher","plaintext","server"],"created_at":"2024-12-19T02:14:18.649Z","updated_at":"2026-01-31T18:31:47.774Z","avatar_url":"https://github.com/aartaka.png","language":"Common Lisp","funding_links":[],"categories":["Servers"],"sub_categories":["Graphical"],"readme":"#+TITLE:Tripod, the minimalist/absolutist blog engine\n\nTripod is a blog engine that you can run on your directory, dynamically hosting all the files from it to be accessible over HTTP(S), Gopher and Gemini, and being processed from a range of formats: HTML, Gemtext, Markdown, for instance. Tripod tries to make hosting a blog as simple as possible, while putting many restrictions on you as a writer to make your content appear nice and accessible on all the supported networks. These restrictions are mostly based on the content-focused wisdom of Gemtext monks, so you most probably should use Gemtext as the default text format for Tripod.\n\n* Getting started\n\nFirst, clone the repository:\n#+begin_src sh\n  git clone https://github.com/aartaka/tripod\n#+end_src\n\nThen, open the directory it'd been cloned to and build Tripod (ensuring you have all the dependencies):\n#+begin_src sh\n  make all\n#+end_src\n\nAfter that, you can run Tripod to host your files:\n#+begin_src sh\n  # Start hosting files at Gopher (port 70), Gemini (port 1965) and\n  # HTTP(S) (80/443) with respective certs/\n  ./tripod -d /path/to/your/blog/directory -p 70 -m 1965 -t 80 -s 443 -c /path/to/cert/file -c /path/to/public/key\n#+end_src\n\n\n* Special files\nTripod uses lots of special files for page structure and content layout. Some are format-specific, some — universal. Here's a rough list:\n- Page structure:\n  - template.html :: An HTML template. Specific to HTML backend, as HTML is much more content-full than Gemini/Gopher and thus needs a bit more styling, fonting, etc. SHOULD have a \u003chead\u003e and \u003cbody\u003e with \u003cmain\u003e, MAY have a \u003cheader\u003e and \u003cfooter\u003e (if you use footer.html header.html), the rest is up to you.\n  - footer.XXX :: Footer specific to a certain format.\n  - header.XXX :: Footer specific to a certain format.\n- 404.XXX :: An 404/Page-Not-Found page. Any format is fine, but only one will be used.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faartaka%2Ftripod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faartaka%2Ftripod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faartaka%2Ftripod/lists"}