{"id":13552072,"url":"https://github.com/kaushalmodi/hugo-bare-min-theme","last_synced_at":"2025-06-17T09:33:56.364Z","repository":{"id":77541962,"uuid":"119444825","full_name":"kaushalmodi/hugo-bare-min-theme","owner":"kaushalmodi","description":"A bare minimum theme for Hugo (https://gohugo.io) to help develop and debug Hugo sites -- https://hugo-bare-min.netlify.com/,","archived":false,"fork":false,"pushed_at":"2022-05-31T21:34:44.000Z","size":791,"stargazers_count":82,"open_issues_count":1,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-06-16T14:12:34.068Z","etag":null,"topics":["debug","example","hugo","minimal","theme"],"latest_commit_sha":null,"homepage":"https://hugo-sandbox.netlify.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kaushalmodi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-01-29T21:33:59.000Z","updated_at":"2025-04-29T04:04:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"554c4b9b-8772-4cd7-ba3d-ecbea311d7c2","html_url":"https://github.com/kaushalmodi/hugo-bare-min-theme","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/kaushalmodi/hugo-bare-min-theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalmodi%2Fhugo-bare-min-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalmodi%2Fhugo-bare-min-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalmodi%2Fhugo-bare-min-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalmodi%2Fhugo-bare-min-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaushalmodi","download_url":"https://codeload.github.com/kaushalmodi/hugo-bare-min-theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaushalmodi%2Fhugo-bare-min-theme/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260328938,"owners_count":22992795,"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":["debug","example","hugo","minimal","theme"],"created_at":"2024-08-01T12:01:58.547Z","updated_at":"2025-06-17T09:33:56.334Z","avatar_url":"https://github.com/kaushalmodi.png","language":"HTML","funding_links":[],"categories":["HTML","others"],"sub_categories":[],"readme":"The **Bare Min** theme is heavily inspired from [the better\nmother-loving website](http://bettermotherfuckingwebsite.com/).\n\n# Requirements\n\nYou need to install the latest version of Go from\nhttps://go.dev/doc/install because this theme component requires\n[`hugo mod ..` commands](https://gohugo.io/hugo-modules/use-modules/)\nto work.\n\nThis update on switch to using Hugo Modules was last tested with Hugo\nv0.92.0.\n\n# Installing this theme\n\nTo use this component,\n\n1.  Add this to your site's TOML config file:\n\n    ```toml\n    [module]\n      [[module.imports]]\n        path = \"github.com/kaushalmodi/hugo-bare-min-theme\"\n    ```\n\n2.  Run `hugo mod tidy` in your main site directory.\n\n## Theme components\n\nThis theme is composed of the base theme \"hugo-bare-min-theme\", and\nthe \"hugo-debugprint\" component (which gets auto-fetched using `hugo\nmod`).\n\n## Theme Concept\n\nIt was designed to:\n\n-   Get rid of all visual clutter (CSS, JS, etc.)\n-   Allow easily seeing debug information ([`debugprint.html`\n    partial](https://github.com/kaushalmodi/hugo-debugprint/blob/master/layouts/partials/debugprint.html))\n    while developing Hugo sites, where focus stays on content\n    development.\n\n## Screenshots\n\n[![Bare Min Theme\nScreenshot](https://raw.githubusercontent.com/kaushalmodi/hugo-bare-min-theme/master/images/screenshot.png)](https://ox-hugo.scripter.co/test/posts/keyword-collection/)\n\n## Examples\n\nThis theme is being used by:\n\n1. The [example site of this theme](https://hugo-bare-min.netlify.com/).\n2. The [test site](https://ox-hugo.scripter.co/test/) for\n   [`ox-hugo`](https://ox-hugo.scripter.co/).\n3. Unofficial [Hugo Sandbox](https://hugo-sandbox.netlify.com/) site\n   that is used to create test cases for `hugo` bugs, new feature\n   requests, and testing `hugo` features in general.\n\n## Configuration options\n\nThese theme provides few customization hooks.\n\n```toml\n# In the site's config.toml\n\n[Params]\n  description = \"Description of the site.\"\n\n  intro = \"\"\"\nText here is added to the header of each page.\n\nThis can contain \u003cb\u003eHTML\u003c/b\u003e and/or **Markdown**\nand can be multiple lines.\n\"\"\"\n  footer = \"\"\"\nText here is added to the footer of each page.\n\nThis can contain \u003cb\u003eHTML\u003c/b\u003e and/or **Markdown**\nand can be multiple lines.\n\"\"\"\n\n  # Custom favicon HTML\n  favicon = \"\"\"\n\u003clink rel=\"apple-touch-icon\" sizes=\"180x180\" href=\"/apple-touch-icon.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"32x32\" href=\"/favicon-32x32.png\"\u003e\n\u003clink rel=\"icon\" type=\"image/png\" sizes=\"16x16\" href=\"/favicon-16x16.png\"\u003e\n\u003clink rel=\"manifest\" href=\"/manifest.json\"\u003e\n\u003clink rel=\"mask-icon\" href=\"/safari-pinned-tab.svg\" color=\"#5bbad5\"\u003e\n\u003cmeta name=\"theme-color\" content=\"#ffffff\"\u003e\n\"\"\"\n\n  custom_css = [\"css/style.css\"]  # assuming that you have the \"static/css/style.css\" file\n\n  [Params.source]\n    url = \"https://your/site/repo/url\"   # Needed if you want to see .GitInfo for a page\n    md_dir = \"content\"                   # Needed if you want to get a link to Markdown source for each page\n    org_dir = \"content-org\"              # Needed if you want to get a link to the Org source (e.g. when using ox-hugo!)\n```\n\n**Note**: It is **mandatory** to set `site.Params.source.url` if you\nset `site.Params.source.md_dir` or `site.Params.source.org_dir`.\n\nSee the `Params` section in the [`config.toml` of this theme's\n`exampleSite`](https://github.com/kaushalmodi/hugo-bare-min-theme/blob/master/exampleSite/config.toml)\nto get an example.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaushalmodi%2Fhugo-bare-min-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaushalmodi%2Fhugo-bare-min-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaushalmodi%2Fhugo-bare-min-theme/lists"}