{"id":15501582,"url":"https://github.com/spookey/slick","last_synced_at":"2025-04-06T18:18:00.542Z","repository":{"id":47368763,"uuid":"161045594","full_name":"spookey/slick","owner":"spookey","description":"A fast, minimalist, responsive theme for Hugo that respects your privacy","archived":false,"fork":false,"pushed_at":"2025-01-25T10:25:37.000Z","size":56229,"stargazers_count":57,"open_issues_count":0,"forks_count":26,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-30T17:11:08.286Z","etag":null,"topics":["hugo","hugo-theme","minimalist","privacy","rss","speed"],"latest_commit_sha":null,"homepage":"https://themes.gohugo.io/slick","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/spookey.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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}},"created_at":"2018-12-09T14:04:20.000Z","updated_at":"2025-02-18T03:25:35.000Z","dependencies_parsed_at":"2025-02-05T20:23:01.772Z","dependency_job_id":"097d0f3d-4580-4403-ba87-3a5155a68013","html_url":"https://github.com/spookey/slick","commit_stats":{"total_commits":335,"total_committers":7,"mean_commits":"47.857142857142854","dds":0.08358208955223878,"last_synced_commit":"4609bbdea0bf46167bfe641bea9d3a78afc77f4e"},"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spookey%2Fslick","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spookey%2Fslick/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spookey%2Fslick/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spookey%2Fslick/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spookey","download_url":"https://codeload.github.com/spookey/slick/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526770,"owners_count":20953143,"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":["hugo","hugo-theme","minimalist","privacy","rss","speed"],"created_at":"2024-10-02T09:04:53.852Z","updated_at":"2025-04-06T18:18:00.524Z","avatar_url":"https://github.com/spookey.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Slick\n\nA Hugo theme focused on content, cleanliness, speed, responsiveness and privacy.\n\n\u003e Slick is a fork of [Temple](https://github.com/aos/temple) with many\n  improvements.\n\n…\n\n\u003e Temple is a fork of [Nofancy](https://github.com/gizak/nofancy) with many\n  improvements.\n\n## Table of Contents\n\n* [Features](#features)\n* [Installation](#installation)\n* [Customizing](#customizing)\n* [Components](#components)\n* [Development](#development)\n* [Contributing](#contributing)\n* [License](#license)\n* [Images](#images)\n\n## Features\n\nThe main features of this theme include:\n\n* Supports taxonomies of tags, categories and series with their own pages\n* Pagination of content lists\n* RSS Feed with complete entries\n* [Open Graph](http://ogp.me),\n  [Schema.org](https://schema.org) and\n  [Twitter Cards](https://developer.twitter.com/en/docs/tweets/optimize-with-cards/overview/abouts-cards.html)\n  support\n* Fully customizable menu entries in the header\n* Footer with fully customizable links and RSS\n* Customizable favicon (with correct mime type for png files)\n  and ability to inject own css file\n* Relies on chroma for syntax highlighting\n* Not even one external request (privacy!) - Everything needed is part of this\n  theme (Fonts, CSS, JS, ...)\n* 404 page with customizable text\n\n## Installation\n\nJust download the theme or clone it into\nyour ``themes/`` directory:\n\n```sh\ncd themes \u0026\u0026 git clone https://github.com/spookey/slick.git\n```\n\nThen reference it in your ``config``:\n\n```toml\ntheme = \"slick\"\n```\n\nOr when building the site, pass it in to the CLI:\n\n```sh\nhugo -t slick\n```\n\nTo setup the 404 page please read the\n[instructions](https://gohugo.io/templates/404/#automatic-loading).\n\n## Customizing\n\nYour ``config`` file will hold all your options.\n\nPlease have a look into the subfolders of ``_sites`` for working examples.\nIt is highly recommended to make some adjustments to the ``main``\nand the ``footer`` menu (e.g. to link to your **About** page).\n\n## Components\n\n* [PureCSS](https://purecss.io/)\n* [Source Code Pro](https://fonts.adobe.com/fonts/source-code-pro)\n* [Source Sans Pro](https://fonts.adobe.com/fonts/source-sans-pro)\n* [Source Serif Pro](https://fonts.adobe.com/fonts/source-serif-pro)\n* [Tomorrow Theme](https://github.com/chriskempson/tomorrow-theme)\n  as color scheme (Tomorrow Night for syntax highlighting)\n\n**Please Note**:\nFiles inside the [static] folder are only updated on tagged commits (releases).\n\n## Development\n\nThis theme uses\n[rollup.js](https://rollupjs.org) and [postCSS](https://postcss.org)\nto bundle all files together.\nJavaScript is compiled from [TypeScript](http://www.typescriptlang.org).\n[Components](#components) are drawn in by [npm](https://www.npmjs.com).\n\nPlease have a look inside [package.json] for commands and tools required\nfor building.\n\nUse ``npm version`` to tag a commit.\n\n## Contributing\n\nContributions are welcome.\n\n### Features/Enhancements\n\nIf you are adding a feature, fork the repository, create a new branch\nfor your feature and submit a PR.\nPlease make sure to put documentation for your new feature:\n\n* Place a comment about what your feature is doing above the code.\n* If making additions that will affect the ``config`` file, make sure\n  you update the [config.toml] and [config.yaml] below the ``_sites`` folder\n  as well as the [CHANGELOG.md].\n\n### Issues/Bugs\n\nSubmit a new issue with information about your issue and/or bug. If you\nhave a solution, then submit a new PR with the guidelines posted above in the\n**features** section and link your issue to it using the keyword\n\"[*closes*](https://help.github.com/articles/closing-issues-using-keywords/)\".\n\n## License\n\nLicensed under the MIT License. See the [LICENSE].\n\n## Images\n\n### Screenshot\n\n![Screenshot](https://github.com/spookey/slick/raw/main/images/screenshot.png)\n\n### Thumbnail\n\n![Thumbnail](https://github.com/spookey/slick/raw/main/images/tn.png)\n\n[CHANGELOG.md]:     https://github.com/spookey/slick/blob/main/CHANGELOG.md\n[config.toml]:      https://github.com/spookey/slick/blob/main/_sites/example/config.toml\n[config.yaml]:      https://github.com/spookey/slick/blob/main/_sites/changelog/config.yaml\n[LICENSE]:          https://github.com/spookey/slick/blob/main/LICENSE\n[package.json]:     https://github.com/spookey/slick/blob/main/package.json\n[static]:           https://github.com/spookey/slick/blob/main/static\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspookey%2Fslick","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspookey%2Fslick","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspookey%2Fslick/lists"}