{"id":20263789,"url":"https://github.com/profanity-im/profanity-hugo-theme-ezhil","last_synced_at":"2026-01-28T19:35:58.398Z","repository":{"id":144968506,"uuid":"231634911","full_name":"profanity-im/profanity-hugo-theme-ezhil","owner":"profanity-im","description":null,"archived":false,"fork":false,"pushed_at":"2020-01-03T17:33:49.000Z","size":865,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-06-03T17:51:04.409Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/profanity-im.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-03T17:33:03.000Z","updated_at":"2020-01-03T17:55:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"a0b00345-1027-4e25-abf7-d69d1f5e3314","html_url":"https://github.com/profanity-im/profanity-hugo-theme-ezhil","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/profanity-im/profanity-hugo-theme-ezhil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profanity-im%2Fprofanity-hugo-theme-ezhil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profanity-im%2Fprofanity-hugo-theme-ezhil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profanity-im%2Fprofanity-hugo-theme-ezhil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profanity-im%2Fprofanity-hugo-theme-ezhil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/profanity-im","download_url":"https://codeload.github.com/profanity-im/profanity-hugo-theme-ezhil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/profanity-im%2Fprofanity-hugo-theme-ezhil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28850391,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T15:15:36.453Z","status":"ssl_error","status_checked_at":"2026-01-28T15:15:13.020Z","response_time":57,"last_error":"SSL_read: 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":[],"created_at":"2024-11-14T11:36:18.107Z","updated_at":"2026-01-28T19:35:58.355Z","avatar_url":"https://github.com/profanity-im.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ezhil\n\nClean and minimal personal blog and portfolio theme for Hugo.\n\n## Demo\n\n[View demo](https://ezhil-hugo.netlify.com/)\n\n![Screenshot](images/screenshot-light.png \"Ezhil light theme\")\n![Screenshot](images/screenshot-dark.png \"Ezhil dark theme\")\n\n## Features\n\n* Clean and minimal\n* Dark mode (Auto detect from OS)\n* Responsive\n* Supports tags\n* Social media links\n* Google Analytics integration\n* Syntax highlighting\n* Twitter cards and opengraph tags support\n* Disqus comments\n* Hugo RSS feeds\n* Custom CSS/JS\n\n## Installation\n\nFrom your Hugo site run the following.\n\n```sh\ncd themes\ngit clone https://github.com/vividvilla/ezhil.git\n```\n\nFor more information read the [official setup guide](https://gohugo.io/overview/installing/) of Hugo.\n\n## Configuration\n\n```toml\nbaseURL = \"http://example.org/\"\nlanguageCode = \"en-us\"\ntitle = \"My personal blog\"\ntheme = \"ezhil\"\n\ncopyright = \"© Copyright notice\"\n\n# Enable syntax highlighting.\npygmentsstyle = \"solarized-dark\"\npygmentscodefences = true\npygmentscodefencesguesssyntax = true\n\n# Your Google analytics code.\ngoogleAnalytics = \"UA-123-45\"\n# Your Disqus sortname.\ndisqusShortname = \"localhost\"\n\n# Number of posts to show in recent posts list (Optional). Defaults to 10.\npaginate = 10\n\n[params]\n    # Blog subtitle which appears below blog title. Supports markdown.\n    subtitle = \"Clean and minimal personal [blog theme for Hugo](https://github.com/vividvilla/ezhil)\"\n\n    # Content types which are included in home page recent posts list.\n    mainSections = [\"posts\"]\n\n    # Content types which are excludes Disqus comments.\n    disableDisqusTypes = [\"page\"]\n\n    # If social media links are enabled then enable this to fetch icons from CDN instead of hosted on your site.\n    featherIconsCDN = true\n\n    # Specify favicon (icons/i.png maps to static/icons/i.png). No favicon if not defined.\n    favicon = \"icons/myicon.png\"\n\n    # Switch to dark mode or auto detect mode from OS (Optional).\n    # \"dark\" will set mode to dark and \"auto\" will switch to dark mode if OS is in dark mode.\n    mode = \"dark\" # \"dark\" or \"auto\"\n\n    # Custom CSS added to default styles. Files added to `static` folder is copied as it is to\n    # root by Hugo. For example if you have custom CSS file under `static/css/custom.css` then\n    # you can specify custom css path as `css/custom.css`.\n    customCSS = \"css/custom.css\"\n    # Custom CSS added to dark mode style.\n    customDarkCSS = \"css/custom-dark.css\"\n\n    # Custom list of Javascript files to load. Just like custom CSS you can place js files under\n    # `static/js` folder and specify path here as `js/script-name.js`. You can also specify full url,\n    # for example you may want to include external JS library.\n    customJS = [\"js/abc.js\", \"js/xyz.js\", \"https://code.jquery.com/jquery-3.4.1.js\"]\n\n# Main menu which appears below site header.\n[[menu.main]]\nname = \"Home\"\nurl = \"/\"\nweight = 1\n\n[[menu.main]]\nname = \"All posts\"\nurl = \"/posts\"\nweight = 2\n\n[[menu.main]]\nname = \"About\"\nurl = \"/about\"\nweight = 3\n\n[[menu.main]]\nname = \"Tags\"\nurl = \"/tags\"\nweight = 4\n\n# Social media links which shows up on site header.\n# Uses feather icons for icons. You can [search icon names from here](https://feathericons.com/).\n[[params.social]]\nname = \"Github\"\nicon = \"github\"\nurl = \"https://github.com/vividvilla/ezhil\"\n\n[[params.social]]\nname = \"Twitter\"\nicon = \"twitter\"\nurl = \"https://twitter.com/gohugoio\"\n\n# Enable tags.\n[taxonomies]\n   tag = \"tags\"\n```\n\n## Content type\n\nYou can specify content type with field `type` in your content. For example static pages can be set as type `page` which are excluded from recent posts and all posts page. You can use site params `mainSections` and `disableDisqusTypes` to control which page types are excluded from recent posts and Disqus comments respectively.\n\n```md\n---\ntitle: \"About\"\ndate: 2019-04-19T21:37:58+05:30\ntype: \"page\"\n---\n\nThis is some static page where you can write about yourself.\n```\n\n## Disable Disqus\n\nYou can disable Disqus site wide if you don't set `DisqusShortname` param in config. You can also disable Disqus from contents selectively or for all contents with certain content type. Use content field `disqus` to disable Disqus from certain contents.\n\n```md\n---\ntitle: \"Content without comments\"\ndate: 2019-04-19T21:37:58+05:30\ndisqus: false\n---\n\nThis is a content without Disqus comments.\n```\n\nYou can also disable Disqus for certain content types by using site param `disableDisqusTypes`. You can check config section above for example.\n\n## Credits\n\n* [Feather Icons](https://feathericons.com/)\n* [Zen habits](https://zenhabits.net/) for demo content\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofanity-im%2Fprofanity-hugo-theme-ezhil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprofanity-im%2Fprofanity-hugo-theme-ezhil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprofanity-im%2Fprofanity-hugo-theme-ezhil/lists"}