{"id":30665513,"url":"https://github.com/nebucatnetzer/org-posts","last_synced_at":"2026-05-17T11:31:46.115Z","repository":{"id":303477683,"uuid":"1015583325","full_name":"Nebucatnetzer/org-posts","owner":"Nebucatnetzer","description":"The code to my blog, fully self contained.","archived":false,"fork":false,"pushed_at":"2025-11-21T13:58:24.000Z","size":3685,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-21T15:31:49.672Z","etag":null,"topics":["blog","emacs","nix","org-mode","tufte-css"],"latest_commit_sha":null,"homepage":"https://www.zweili.ch","language":"Emacs Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Nebucatnetzer.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-07-07T18:11:32.000Z","updated_at":"2025-11-21T13:58:27.000Z","dependencies_parsed_at":"2025-07-07T22:49:04.965Z","dependency_job_id":"48691b59-739c-4193-b34b-985be0ca2c61","html_url":"https://github.com/Nebucatnetzer/org-posts","commit_stats":null,"previous_names":["nebucatnetzer/org-posts"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Nebucatnetzer/org-posts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebucatnetzer%2Forg-posts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebucatnetzer%2Forg-posts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebucatnetzer%2Forg-posts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebucatnetzer%2Forg-posts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Nebucatnetzer","download_url":"https://codeload.github.com/Nebucatnetzer/org-posts/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Nebucatnetzer%2Forg-posts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33136675,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"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","emacs","nix","org-mode","tufte-css"],"created_at":"2025-08-31T20:51:54.333Z","updated_at":"2026-05-17T11:31:46.099Z","avatar_url":"https://github.com/Nebucatnetzer.png","language":"Emacs Lisp","funding_links":[],"categories":[],"sub_categories":[],"readme":"* org-posts\n\nThis repository contains my blog posts in org mode format and a build system to generate the HTML.\n\nIn addition it provides a script to sync the files to a given server.\n\n** Usage\n\nCopy the =env.example= file to =.env= and adjust the values to your environment.\n\nTo start developing.\n\n#+begin_src bash\nnix develop\n#+end_src\n\nTo build the HTML from the blog posts into the =public= directory.\n\n#+begin_src bash\nbuild\n#+end_src\n\nTo sync the created HTML to the server.\n\n#+begin_src bash\npublish\n#+end_src\n\n*** Link to Mastodon\n\nWhen you add the following header to a post it will generate a section mentioning Mastodon and will link to the post that belongs to the given ID.\n\n#+begin_src org\n#+BLOG_COMMENTS_THREAD_ID:\n#+end_src\n\n*** ~org-social/social.org~\n\nThis file contains a template for my org-social posts.\nAs I don't want to commit the changes everytime I post something new I disable git tracking for it.\n\n#+begin_src bash\ngit update-index --assume-unchanged ./org-social/social.org\n#+end_src\n\nTo re-enable the tracking\n\n#+begin_src bash\ngit update-index --no-assume-unchanged ./org-social/social.org\n#+end_src\n\n** Tasks\n*** NEXT Spellcheck all posts\n*** NEXT Tags :feature:\n\nIt would be nice if I could tag my posts by topic so that readers can browse\nthem easier.\n\n*** NEXT Filter source\n\nCurrently everything gets added to the source. I think the Emacs config and the posts would be enought to build the posts.\nThis way I don't get a new build everytime I update the social.org file.\n\n*** NEXT Add a script to only sync social.org\n\n*** Finished\n**** DONE Better styling :enhancement:\nCLOSED: [2025-08-07 Thu 20:54]\n\n- [X] Especially the footer needs to be smaller\n- [X] Change colors\n- [X] The into paragraph could be nicer\n- [X] Remove CDN\n- [X] Footnotes look ugly\n\n**** DONE Remove index.org from sitemap :bug:\nCLOSED: [2025-08-07 Thu 00:21]\n\nCurrently index.org gets included which is a bit stupid as it means that I list the page itself as a blog post.\n\n**** DONE Correct sort order :bug:\nCLOSED: [2025-08-07 Thu 00:21]\n\nFor some reason the posts don't show up in order.\n\n**** DONE Disable heading numbers in rss.xml :bug:\nCLOSED: [2025-08-06 Wed 17:41]\n\nCan be done by configuring the normal org export.\n\nhttps://mastodon.social/@tiang/114825462665180768\n\n**** DONE Maybe include the sitemap\nCLOSED: [2025-07-10 Thu 21:05]\n**** DONE Limit contact page to main page\nCLOSED: [2025-07-10 Thu 21:05]\n**** DONE Include all previous posts\nCLOSED: [2025-07-10 Thu 21:04]\n\nI found some additional posts which I should include as well.\nJust for the fun of it and historic reasons.\n\n**** DONE [#A] Inlcude a link to home\nCLOSED: [2025-07-09 Wed 22:36]\n\nCurrently when one clicks on a post you're stuck on that post.\nTherefore it would be nice to have a link on each page that takes the user back to the home page.\n\n**** DONE [#A] Setup NixOS config\nCLOSED: [2025-07-09 Wed 22:35]\n**** DONE [#A] Link to Mastodon verifcation\nCLOSED: [2025-07-09 Wed 22:35]\n**** DONE RSS feed\nCLOSED: [2025-07-09 Wed 21:47]\n**** DONE Include static files\nCLOSED: [2025-07-07 Mon 22:21]\n\nAt the moment only the plain text gets exported but non of the other files like pictures, etc.\n\nThey don't get included automatically by org-publish therefore I had to included rsync in the buildPhase to sync the static files to the ~$out~ directory.\n\n** Resources\n\n- https://www.gnu.org/software/emacs/manual/html_node/org/Publishing-options.html\n- https://github.com/Fuco1/.emacs.d/blob/c40209872174ffbf4e9024793e86c25f6e0781cd/files/org-blog.el#L226C1-L231C60\n- https://git.sr.ht/~taingram/org-publish-rss/\n- https://github.com/ox-tufte/ox-tufte\n- https://github.com/edwardtufte/tufte-css\n\n*** Inspiration\n\n- https://systemcrafters.net/publishing-websites-with-org-mode/building-the-site/\n- https://systemcrafters.net/publishing-websites-with-org-mode/automated-site-publishing/\n- https://taingram.org/blog/org-mode-blog.html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebucatnetzer%2Forg-posts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnebucatnetzer%2Forg-posts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnebucatnetzer%2Forg-posts/lists"}