{"id":15462745,"url":"https://github.com/devidw/hugo-theme-cik","last_synced_at":"2025-03-28T11:20:39.163Z","repository":{"id":105128475,"uuid":"427725736","full_name":"devidw/hugo-theme-cik","owner":"devidw","description":"Hugo Theme built on the “Content is King” philosophy. 👑","archived":false,"fork":false,"pushed_at":"2022-06-03T10:04:04.000Z","size":560,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-02T11:41:44.365Z","etag":null,"topics":["blog-theme","blog-theme-hugo","blog-themes","blogging","cik","content-is-king","contentisking","hugo","hugo-blog","hugo-blog-theme","hugo-theme","simple","static","static-theme","theme","theme-ui"],"latest_commit_sha":null,"homepage":"https://devidw.github.io/hugo-theme-cik/","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/devidw.png","metadata":{"files":{"readme":"README.md","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},"funding":{"github":"devidw"}},"created_at":"2021-11-13T17:10:58.000Z","updated_at":"2022-03-12T15:13:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"ed9ee286-6be3-4ea4-a123-c086fe511195","html_url":"https://github.com/devidw/hugo-theme-cik","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhugo-theme-cik","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhugo-theme-cik/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhugo-theme-cik/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devidw%2Fhugo-theme-cik/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devidw","download_url":"https://codeload.github.com/devidw/hugo-theme-cik/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246017726,"owners_count":20710241,"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":["blog-theme","blog-theme-hugo","blog-themes","blogging","cik","content-is-king","contentisking","hugo","hugo-blog","hugo-blog-theme","hugo-theme","simple","static","static-theme","theme","theme-ui"],"created_at":"2024-10-02T00:04:13.330Z","updated_at":"2025-03-28T11:20:39.157Z","avatar_url":"https://github.com/devidw.png","language":"HTML","funding_links":["https://github.com/sponsors/devidw","https://paypal.me/devidwolf","https://buymeacoffee.com/dwolf"],"categories":[],"sub_categories":[],"readme":"# Content first Hugo Theme\n\nThis Hugo theme focuses purely on content: Content is king. Layout and appearance are simply by design. The primary goal of the theme is to give the website visitor maximal user experience for reading and enjoying the published content elegantly. No Sidebars or any other annoying elements that interrupt the reading experience.\n\n![Screenshot](./images/screenshot.png)\n\n## Installation\n\n\u003c!--\n1. Install dependencies: The theme makes use of the following theme components, please follow the instructions of the projects `README.adoc` files:\n   1. [Hugo Theme Component: Asciidoctor Skin](https://github.com/devidw/hugo-theme-component-asciidoctor-skin)\n--\u003e\n\n1. Clone this theme to your `themes` directory\n\n```cmd\ngit submodule add https://github.com/devidw/hugo-theme-cik ./themes/hugo-theme-cik\n```\n\n2. Add this theme to your list of themes inside your config-file\n   Using `config.toml`\n\n```toml\ntheme = [\"…\", \"hugo-theme-cik\", \"…\"]\n```\n\nUsing `config.yaml`\n\n```yaml\ntheme: [\"…\", \"hugo-theme-cik\", \"…\"]\n```\n\nor\n\n```yaml\ntheme:\n  - \"…\"\n  - \"hugo-theme-cik\"\n  - \"…\"\n```\n\n3. (Optional) Install additional hugo theme components to extend the theme. Some suggestions:\n   * https://github.com/devidw/hugo-theme-component-asciidoctor-skin\n   * https://github.com/devidw/hugo-theme-component-structured-data\n   * https://github.com/devidw/hugo-theme-component-webmentions\n   * https://github.com/devidw/hugo-theme-component-oembed\n   * Or create your own one using https://github.com/devidw/cookiecutter-hugo-theme-component\n\n## Update\n\n```cmd\ngit submodule update --init --recursive --remote\n```\n\n## Configuration\n\n### Params\n\n#### Main Sections\n\nPlease specifiy in which sections you posts are located:\n\n```yaml\nmainSections:\n  - posts\n```\n\n#### Author\n\n```yaml\nauthor:\n  name: David Wolf\n  email: david@wolf.gdn\n  signature: signature.svg # static file path\n```\n\n#### Payments\n\nGenerates `\u003clink rel=payment\u003e` links and adds them to the `\u003chead\u003e`\n\n```yaml\npayments:\n  - https://paypal.me/devidwolf\n  - https://buymeacoffee.com/dwolf\n```\n\n#### Theme color\n\n```yaml\nthemeColor: \"#8b7355\"\n```\n\n#### Icons\n\n```yaml\nicons:\n  favicon: logo.svg\n  touchIcon: logo.svg # Safari\n  maskIcon: logo.svg # Safari\n```\n\n### Frontmatter\n\n#### No index\n\n```yaml\nnoindex: true\n```\n\n- sets robots meta tag\n- excludes via `robots.txt`\n- excludes from `sitemap.xml`\n- excludes from RSS feed\n\n\u003c!-- #### Math\n```yaml\nmath: true\n```\n\n* Enables [KaTeX](https://katex.org) math rendering for the given page --\u003e\n\n\n### Hooks\n\nYou can inject custom HTML markup by creating hook partial files inside your projects `layouts/partials/hooks` directory.\n\nFor example to hook directly before the closing `\u003c/body\u003e` tag you can create a `body/end.html` file in your `layouts/partials/hooks` directory. The full path in this case would be `layouts/partials/hooks/body/end.html`.\n\nAvailable hooks:\n\n* `head/start.html` to inject HTML right after the opening `\u003chead\u003e` tag\n* `head/end.html` to inject HTML right before the closing `\u003c/head\u003e` tag\n* `body/start.html` to inject HTML right after the opening `\u003cbody\u003e` tag\n* `body/end.html` to inject HTML right before the closing `\u003c/body\u003e` tag\n\n\n### Styles\n\nYou can add additional custom styles to the Hugo theme via the `/assets/sass/_custom.sass` file.\n\nIf there is no `/assets/sass/_custom.sass` file in your project you can simply create it.\n\n#### Using SASS\n\nSimply add your SASS rules into `_custom.sass`.\n\nAll your custom styles will be compiled from SASS to CSS and minified automatically via Hugo pipes.\n\n#### Using SCSS or CSS\n\nIf you not so familiar with SASS you can also write SCSS or just plain CSS.\n\nTo do so you only have to import your `.scss` or `.css` file into `_custom.sass` by doing a SASS-import using the `@import` method.\n\n```sass\n@import \u003cfilename\u003e\n```\n\n##### Example\n\nSay you want to include some CSS styles, which you write into `/assets/sass/my-custom-styles.css`.\n\nTo add them to the theme you add the following into `/assets/sass/_custom.sass`:\n\n```sass\n@import my-custom-styles\n```\n\nDo not include the file extension like `.scss` or `.css` in the path of the `@import` rule.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fhugo-theme-cik","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevidw%2Fhugo-theme-cik","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevidw%2Fhugo-theme-cik/lists"}