{"id":18259990,"url":"https://github.com/hungrybluedev/hugo-kiera-modified-theme","last_synced_at":"2026-02-02T01:02:27.759Z","repository":{"id":109592199,"uuid":"214767758","full_name":"hungrybluedev/Hugo-Kiera-Modified-Theme","owner":"hungrybluedev","description":"A modified clone of the Hugo Kiera theme by originally by avianto.","archived":false,"fork":false,"pushed_at":"2019-10-13T05:50:41.000Z","size":2684,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-16T11:06:43.778Z","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/hungrybluedev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-10-13T05:47:54.000Z","updated_at":"2019-10-13T05:50:49.000Z","dependencies_parsed_at":"2023-04-03T17:18:17.227Z","dependency_job_id":null,"html_url":"https://github.com/hungrybluedev/Hugo-Kiera-Modified-Theme","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hungrybluedev/Hugo-Kiera-Modified-Theme","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2FHugo-Kiera-Modified-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2FHugo-Kiera-Modified-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2FHugo-Kiera-Modified-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2FHugo-Kiera-Modified-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hungrybluedev","download_url":"https://codeload.github.com/hungrybluedev/Hugo-Kiera-Modified-Theme/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hungrybluedev%2FHugo-Kiera-Modified-Theme/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28998208,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T23:10:54.274Z","status":"ssl_error","status_checked_at":"2026-02-01T23:10:47.298Z","response_time":56,"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-05T10:41:24.829Z","updated_at":"2026-02-02T01:02:27.737Z","avatar_url":"https://github.com/hungrybluedev.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kiera Theme for Hugo\n\nKiera is the theme specialized in presenting writing layout like long essay or technical writing.\n\nIt was originally developed by [b. avianto](https://github.com/avianto/hugo-kiera) and now maintained by [funkydan2](//github.com/funkdan2/)\n\n## Main Features\n\n* 4 image placements with `figure` support using shortcodes.\n* Excellent code highlight support thanks to Hugo Chroma.\n* Use Font Awesome for icons (Cloudflare CDN)\n* Utilize normalize.css for consistent styling (Cloudflare CDN)\n* Use Google Fonts: Ruda (serif) and Roboto Slab (sans-serif)\n* Disqus comment loaded on demand\n\n## Demo\n\nLive demo: https://themes.gohugo.io/theme/hugo-kiera/\n\n## Installation\n\nChange into Hugo directory then:\n\n```console\n$ cd themes\n$ git clone https://github.com/funkydan2/hugo-kiera.git kiera\n```\n\nMore detailed instruction at [Hugo Docs](http://gohugo.io/themes/installing-and-using-themes/).\n\nUsing `git submodule` is recommended instead of `git clone` as per recommendation from [Netlify](https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#use-hugo-themes-with-netlify).\n\n```console\n$ cd themes\n$ git submodule add https://github.com/avianto/hugo-kiera.git kiera\n```\n\n## Configuration\n\nFor reference look inside folder `exampleSite` for content example and `config.toml`.\n\n*Important*: don't delete or move `archetypes` folder from root unless it is necessary. Current Hugo priority lookup will look into this folder first before any other `archetypes` folder and could cause problem.\n\nRecommended optional `config.toml`:\n\n```toml\npygmentsCodeFences = true\n\ndisqusShortname = \"\" #Disqus shortname\ngoogleAnalytics = \"\" #Google Analytics ID\n\n[author]\n    name = \"\"       #Author name\n    github = \"\"     #Github username\n    gitlab = \"\"     #Gitlab username\n    linkedin = \"\"   #LinkedIn username\n    facebook = \"\"   #Facebook username\n    twitter = \"\"    #Twitter username\n    instagram = \"\"  #Instagram username\n\n[params]\n    tagline = \"the tagline for this website\"\n```\n\n## Main Menu\n\nAdd regular non-posts related page (eq. About page) to main menu by adding these lines to the page front matter:\n\nTOML:\n\n```toml\nmenu = \"main\"\nmeta = \"false\"\n```\n\nYAML:\n\n```yml\nmenu: \"main\"\nmeta: \"false\"\n```\n\n```meta``` refers to time, categories, tags and reading time which are not necessary for this kind of page.\n\nFor posts listing page, add `_index.md` file inside `content\\posts` folder with these front matter:\n\nTOML:\n\n```toml\n+++\ntitle = \"Posts\"\nmenu = \"main\"\nweight = \"10\"\n+++\n```\n\n## Categories \u0026 Tags\n\nBoth can be used, also can use only one of them or neither.\n\n## Images\n\nKiera supports adding image as `img` tag with standard Markdown:\n\n`![Image Title](link/to/image)`\n\nto wrap it with `figure` use:\n\n`{{\u003c figure src=\"/link/to/image\" \u003e}}`\n\nThe basic placement is 100% width within content and scaled accordingly in smaller screen. Recommended width for image is 600 pixels minimum.\n\nKiera supports different placement by adding:\n\n* For `img`, use `![Image Title](link/to/image#placement)`\n* For `figure`, use `{{\u003c figure src=\"/link/to/image\" class=\"placement\" \u003e}}`\n\nThere are 4 configured placements\n\n* `#full` or `class=\"full\"` for full width.\n![](images/screenshots/full-image.png)\n* `#mid` or `class=\"mid\"` for middle:\n![](images/screenshots/mid.png)\n* `#float` or `class=\"float\"` for float left:\n![](images/screenshots/float-left.png)\n* `#float-right` or `class=\"float-right\"` for float right:\n![](images/screenshots/float-right.png)\n\n## Code Hightlight\n\nUsing fenced code with Chroma support.\n\n## Font Awesome icons\n\nFor usage, refer to [Font Awesome](https://fontawesome.io).\n\n## Disqus On Demand\n\nDisqus comments are loaded on demand, by clicking \u003ckbd\u003eView Comments\u003c/kbd\u003e button.\n\n## Support and Pull Requests\n\nPlease use GitHub issues to file bugs. If you can help fixing bugs, optimize the theme or adding features, please do pull requests, I really love to see what others can come up with.\n\n## TO DO\n\n* /layout/_default/terms.html needs some works, it functions now, barely.\n* Adding some user-oriented behavior using JavaScripts.\n* Lazyload images.\n* i18n support\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fhugo-kiera-modified-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhungrybluedev%2Fhugo-kiera-modified-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhungrybluedev%2Fhugo-kiera-modified-theme/lists"}