{"id":20837919,"url":"https://github.com/danieljudd/bubblegasket","last_synced_at":"2026-04-02T01:59:03.577Z","repository":{"id":47320686,"uuid":"516011942","full_name":"danieljudd/bubblegasket","owner":"danieljudd","description":"Bubblegasket is a GPL software theme for Hugo and made in GoLang","archived":false,"fork":false,"pushed_at":"2023-02-04T01:18:14.000Z","size":2531,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-18T23:03:05.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"HTML","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/danieljudd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"lfx_crowdfunding":null,"custom":["danieljudd.xyz/donate"]}},"created_at":"2022-07-20T14:20:02.000Z","updated_at":"2024-06-23T10:13:12.000Z","dependencies_parsed_at":"2023-02-18T12:46:10.334Z","dependency_job_id":null,"html_url":"https://github.com/danieljudd/bubblegasket","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljudd%2Fbubblegasket","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljudd%2Fbubblegasket/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljudd%2Fbubblegasket/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieljudd%2Fbubblegasket/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieljudd","download_url":"https://codeload.github.com/danieljudd/bubblegasket/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243196382,"owners_count":20251850,"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":[],"created_at":"2024-11-18T01:08:53.252Z","updated_at":"2025-12-26T05:35:20.486Z","avatar_url":"https://github.com/danieljudd.png","language":"HTML","funding_links":["danieljudd.xyz/donate"],"categories":[],"sub_categories":[],"readme":"# BubbleGasket theme for Hugo (Hugo.io)\n\nhttps://github.com/danieljudd/bubblegasket\n\n## Features:\n- No Javascript\n- Lightweight (around 7.5KB for main page)\n- No tracking or 3rd party dependencies\n- Works on a static web server\n- Customizable via CSS and config.toml\n\nResponsive page for browsers\n![/images/preview1.jpg](/images/preview1.jpg)\n\nEasy to read\n![/images/preview2.jpg](/images/preview2.jpg)\n\n---\n### Changelog\n\n2.1\n(Nov 1st 2022)\n* Date is right side of page now\n* Font and line spacing changes\n* No more lists on main page\n* Headers more consistent (h1) and left justified (i.e., default)\n\n2.0\n* Started v2 + archived v1\n* Added archive page, changed CSS and config option\n* Initial release on Github\n\n1.0\n(archived)\n\n---\n### To do\n- Better favicon options (choice of emoji or image)\n- More themes in the form of CSS files\n- ~~Pick a good default font~~\n- ~~Tags and Archive should fit in better~~\n- Cleaner or more readable CSS\n\n---\n\n## Setup for new Hugo users:\n\n1. In terminal/command line, setup your website folder in Hugo as you like :\n\n\t\thugo new site MyWebsiteFolder\n\t\n2. Place **bubblegasket** folder and its contents in MyWebsiteFolder/themes/\n\n\t\tgit clone https://github.com/danieljudd/bubblegasket.git\n\n3. Add line **theme = 'bubblegasket'** to root file (MyWebsiteFolder/config.toml) or copy config below\n\n## Configuration example (and config.toml)\n### Website requires you to create your own 'content' folders under *yoursite.com* /content/EXAMPLEFOLDER\n**...use any appropriate name and assign them under the config.toml**\n**These will then appear under your website's navigation and point to your created folder.**\n\n\tbaseURL = 'https://example.org/'\n\tlanguageCode = 'en-us'\n\ttitle = \"BubbleGasket\"\n\ttheme = 'bubblegasket'\n\n\t# (menu) titles would end with \"s\" otherwise\n\tpluralizeListTitles = false\n\tCopyright = '©'\n\n\t[params]\n\t\tEmail = 'example@example.com'\n\t\tFooter = 'example.com'\n\t\tGithub = 'https://github.com/github'\n\t\t# Turn on or off tag cloud (true is on or false off)\n\t\tTags = false\n\t\t# Turn on or off archive (true is on or false off)\n\t\tArchive = false\n\t\t# Emoji icons: https://emojipedia.org\n\t\tIcon = '☂️'\n\t\tnumPosts = '3'\n\t\tSection1 = \"blog\"\n\t\tSection2 = \"work\"\n\t[menu]\n\t\t[[menu.main]]\n\t\t\tname = \"☕ About\"\n\t\t\turl = \"/about\"\n\t\t\tweight = 1\n\t\t[[menu.main]]\n\t\t\tname = \"✒️ Blog\"\n\t\t\turl = \"/blog\"\n\t\t\tweight = 2\n\t\t[[menu.main]]\n\t\t\tname = \"👔 Work\"\n\t\t\turl = \"/work\"\n\t\t\tweight = 3\n\t\t[[menu.main]]\n\t\t\tname = \"📭 Donate\"\n\t\t\turl = \"/donate\"\n\t\t\tweight = 4\n\t\t\n\n1. Create hugo posts and (optionally) use tags\n\t\thugo new blog/mypost.md\n\t\t\nFor tags (Tags = true), edit the file and add this line in header of mypost.md:\n\n\t\ttags = [changeme,topic,blog,category,etc]\n\n2. Customize CSS options by searching for keywords \"color\" and \"font-size\" and \"font-family\"\n\n## Example website\n![/images/preview3.jpg](/images/preview3.jpg)\n\n---\n\nGNU License for Bubblegasket:\n\n---\n\n    Bubblegasket is a GPL software theme for Hugo (https://gohugo.io/)\n    Copyright (C) 2022  Daniel Judd\n\t\n\tOriginal author's website: https://danieljudd.xyz | https://github.com/danieljudd\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see \u003chttps://www.gnu.org/licenses/\u003e.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljudd%2Fbubblegasket","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieljudd%2Fbubblegasket","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieljudd%2Fbubblegasket/lists"}