{"id":16021948,"url":"https://github.com/kemingy/nutshell","last_synced_at":"2026-02-06T06:01:29.254Z","repository":{"id":96226904,"uuid":"221832479","full_name":"kemingy/nutshell","owner":"kemingy","description":"A theme for Zola","archived":false,"fork":false,"pushed_at":"2021-10-14T05:20:32.000Z","size":67,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-22T22:38:22.554Z","etag":null,"topics":["theme","zola","zola-theme"],"latest_commit_sha":null,"homepage":"https://kemingy.github.io/nutshell/","language":"SCSS","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/kemingy.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}},"created_at":"2019-11-15T03:00:42.000Z","updated_at":"2021-10-14T05:20:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"13a09841-ce26-4a4a-b56b-85b9d87bcf70","html_url":"https://github.com/kemingy/nutshell","commit_stats":{"total_commits":34,"total_committers":2,"mean_commits":17.0,"dds":0.08823529411764708,"last_synced_commit":"f0e2e9baf76e62d8f46e81063b271e5298581d7a"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kemingy/nutshell","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemingy%2Fnutshell","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemingy%2Fnutshell/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemingy%2Fnutshell/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemingy%2Fnutshell/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kemingy","download_url":"https://codeload.github.com/kemingy/nutshell/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kemingy%2Fnutshell/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29153124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T02:39:25.012Z","status":"ssl_error","status_checked_at":"2026-02-06T02:37:22.784Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["theme","zola","zola-theme"],"created_at":"2024-10-08T18:06:33.027Z","updated_at":"2026-02-06T06:01:29.231Z","avatar_url":"https://github.com/kemingy.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nutshell\n\n![pages](https://github.com/kemingy/nutshell/workflows/pages/badge.svg)\n\nA theme for [Zola](https://www.getzola.org/) based on [Even](https://github.com/getzola/even).\n\n[Live demo](https://kemingy.github.io/nutshell/)\n\n## Features\n\n* KaTeX with inline `$math$` and `$$equation$$`\n* Support mobile\n* Categories\n* Archive\n* Pagination[x]\n\n## Install\n\nDownload it to your `themes` direction as a git submodule:\n\n```sh\ncd themes\ngit submodule add https://github.com/kemingy/nutshell.git themes/nutshell\n```\n\nEnable it in your `config.toml` with taxonomies:\n\n```toml\ntheme = \"nutshell\"\n\ntaxonomies = [\n    {name = \"categories\", rss = true},\n]\n```\n\nAfter that, create `content/blogs/_index.md` with config:\n\n```md\n+++\npaginate_by = 20 # numbers of posts in one page\nsort_by = \"date\" # sort posts by date\n+++\n```\n\nAdd your posts to `content/blogs/` folder.\n\nCopy `themes/nutshell/content/*.md` to your `content/`:\n\n```sh\ncp themes/nutshell/content/*.md content/\n```\n\nIf you don't need these, you can redefine your `theme_menu` in your `config.toml`:\n\n```toml\ntheme_menu = [\n    {url = \"$BASE_URL\", name = \"Home\"},\n    {url = \"$BASE_URL/categories\", name = \"Categories\"},\n    {url = \"$BASE_URL/archive\", name = \"Archive\"},\n    {url = \"$BASE_URL/about\", name = \"About\"},\n    {url = \"$BASE_URL/projects\", name = \"Projects\"},\n]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemingy%2Fnutshell","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkemingy%2Fnutshell","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkemingy%2Fnutshell/lists"}