{"id":15545672,"url":"https://github.com/davbree/interesting-primrose","last_synced_at":"2026-04-12T12:42:42.389Z","repository":{"id":140317421,"uuid":"318119941","full_name":"davbree/interesting-primrose","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2020-12-03T08:07:15.000Z","size":569,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T08:42:49.379Z","etag":null,"topics":["git","headless","hugo","jamstack","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davbree.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":"2020-12-03T08:07:09.000Z","updated_at":"2020-12-03T08:07:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"38c34ebc-2140-410a-8124-b612e2a2d03d","html_url":"https://github.com/davbree/interesting-primrose","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/davbree/interesting-primrose","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Finteresting-primrose","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Finteresting-primrose/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Finteresting-primrose/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Finteresting-primrose/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/interesting-primrose/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Finteresting-primrose/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264502661,"owners_count":23618669,"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":["git","headless","hugo","jamstack","ssg","stackbit","static"],"created_at":"2024-10-02T12:53:23.380Z","updated_at":"2026-04-12T12:42:37.369Z","avatar_url":"https://github.com/davbree.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Hyde\n\nHyde is a brazen two-column [hugo](https://gohugo.io) theme based on the [Jekyll](http://jekyllrb.com) theme of the same name.\nIt pairs a prominent sidebar with uncomplicated content.\n\n![Hyde screenshot](https://f.cloud.github.com/assets/98681/1831228/42af6c6a-7384-11e3-98fb-e0b923ee0468.png)\n\n\n## Contents\n\n- [Installation](#installation)\n- [Options](#options)\n  - [Sidebar menu](#sidebar-menu)\n  - [Sidebar description](#sidebar-description)\n  - [Sticky sidebar content](#sticky-sidebar-content)\n  - [Themes](#themes)\n  - [Reverse layout](#reverse-layout)\n  - [Disqus](#disqus)\n  - [Google Analytics](#google-analytics)\n- [Author](#author)\n- [Ported by](#ported-by)\n- [License](#license)\n\n\n## Installation\n\n### Quick Start\n\nTo give you a running start this installation puts a fully configured [starter repo](https://github.com/forestryio/hyde-hugo-starter) into your Git account and sets it up in a content manager / CMS. \n\n_[Forestry](https://forestry.io) Starter-Kit:_\n\n[![Import this project into Forestry](https://assets.forestry.io/import-to-forestry.svg)](https://app.forestry.io/quick-start?repo=forestryio/hyde-hugo-starter\u0026provider=github\u0026engine=hugo\u0026version=0.49)\n\n### Standard Installation\n\nTo install Hyde as your default theme, first install this repository in the `themes/` directory:\n\n    $ cd themes/\n    $ git clone https://github.com/spf13/hyde.git\n\nSecond, specify `hyde` as your default theme in the `config.toml` file. Just add the line\n\n    theme = \"hyde\"\n\nat the top of the file.\n\n\n## Options\n\nHyde includes some customizable options, typically applied via classes on the `\u003cbody\u003e` element.\n\n\n### Sidebar menu\n\nCreate a list of nav links in the sidebar by assigning \"menu=main\" in the front matter, like so:\n\n**TOML**\n```toml\ntheme = \"hyde\"\n\n[Menus]\n  main = [\n      {Name = \"Github\", URL = \"https://github.com/username/\"},\n      {Name = \"LinkedIn\", URL = \"https://www.linkedin.com/in/username/\"}\n  ]\n```\n\n**YAML**\n```yaml\ntheme: \"hyde\"\n\nMenus:\n  main:\n    - Name: \"Github\"\n      URL: \"https://github.com/username/\"\n    - Name: \"LinkedIn\"\n      URL: \"https://www.linkedin.com/in/username/\"\n```\n\n### Sidebar description\nCustomise the describe of your page using `description`, like so:\n\n**TOML**\n```toml\ntheme = \"hyde\"\n\n[params]\n  description = \"Your custom description\"\n```\n\n**YAML**\n```yaml\ntheme: \"hyde\"\n\nparams:\n  description = \"Your custom description\"\n```\n\n\n### Sticky sidebar content\n\nBy default Hyde ships with a sidebar that affixes it's content to the bottom of the sidebar. You can optionally disabled this by removing the `.sidebar-sticky` class from the sidebar's `.container`. Sidebar content will then normally flow from top to bottom.\n\n```html\n\u003c!-- Default sidebar --\u003e\n\u003cdiv class=\"sidebar\"\u003e\n  \u003cdiv class=\"container sidebar-sticky\"\u003e\n    ...\n  \u003c/div\u003e\n\u003c/div\u003e\n\n\u003c!-- Modified sidebar --\u003e\n\u003cdiv class=\"sidebar\"\u003e\n  \u003cdiv class=\"container\"\u003e\n    ...\n  \u003c/div\u003e\n\u003c/div\u003e\n```\n\n\n### Themes\n\nHyde ships with eight optional themes based on the [base16 color scheme](https://github.com/chriskempson/base16). Apply a theme to change the color scheme (mostly applies to sidebar and links).\n\n![Hyde in red](https://f.cloud.github.com/assets/98681/1831229/42b0b354-7384-11e3-8462-31b8df193fe5.png)\n\nThere are eight themes available at this time.\n\n![Hyde theme classes](https://f.cloud.github.com/assets/98681/1817044/e5b0ec06-6f68-11e3-83d7-acd1942797a1.png)\n\nTo use a theme, add the `themeColor` variable under `params`, like so:\n\n**TOML**\n```toml\ntheme = \"hyde\"\n\n[params]\n  themeColor = \"theme-base-09\"\n```\n\n**YAML**\n```yaml\ntheme: \"hyde\"\n\nparams:\n  themeColor: \"theme-base-09\"\n```\n\nTo create your own theme, look to the Themes section of [included CSS file](https://github.com/poole/hyde/blob/master/public/css/hyde.css). Copy any existing theme (they're only a few lines of CSS), rename it, and change the provided colors.\n\n### Reverse layout\n\n![Hyde with reverse layout](https://f.cloud.github.com/assets/98681/1831230/42b0d3ac-7384-11e3-8d54-2065afd03f9e.png)\n\nTo reverse page orientation, add the `layoutReverse` variable under `params`, like so:\n\n**TOML**\n```toml\ntheme = \"hyde\"\n\n[params]\n  layoutReverse = true\n```\n\n**YAML**\n```yaml\ntheme: \"hyde\"\n\nparams:\n  layoutReverse: true\n```\n\n### Disqus\n\nYou can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to your config file.\n\n**TOML**\n```toml\ndisqusShortname = \"spf13\"\n```\n\n**YAML**\n```yaml\ndisqusShortname : spf13\n```\n\n\u003e **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.\n\n\n## Google Analytics\n\nGoogle Analytics can be enabled by assigning your tracking code to the `googleAnalytics` variable in the config file:\n\n**TOML**\n```toml\ngoogleAnalytics = \"Your tracking code\"\n```\n\n**YAML**\n```yaml\ngoogleAnalytics: Your tracking code\n```\n\n## Author\n**Mark Otto**\n- \u003chttps://github.com/mdo\u003e\n- \u003chttps://twitter.com/mdo\u003e\n\n## Ported By\n**Steve Francia**\n- \u003chttps://github.com/spf13\u003e\n- \u003chttps://twitter.com/spf13\u003e\n\n## License\n\nOpen sourced under the [MIT license](LICENSE.md).\n\n\u003c3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Finteresting-primrose","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Finteresting-primrose","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Finteresting-primrose/lists"}