{"id":15545463,"url":"https://github.com/davbree/modern-whale","last_synced_at":"2026-05-10T19:20:44.682Z","repository":{"id":140317580,"uuid":"338853350","full_name":"davbree/modern-whale","owner":"davbree","description":"Jamstack site created with Stackbit","archived":false,"fork":false,"pushed_at":"2021-02-14T16:58:24.000Z","size":967,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-29T14:12:16.878Z","etag":null,"topics":["git","headless","jamstack","jekyll","ssg","stackbit","static"],"latest_commit_sha":null,"homepage":"https://jamstack.new","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/davbree.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2021-02-14T16:52:33.000Z","updated_at":"2021-02-14T16:52:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"30eafe50-5939-4b6d-928c-6317697f8e03","html_url":"https://github.com/davbree/modern-whale","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/davbree%2Fmodern-whale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fmodern-whale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fmodern-whale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davbree%2Fmodern-whale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davbree","download_url":"https://codeload.github.com/davbree/modern-whale/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245237976,"owners_count":20582774,"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","jamstack","jekyll","ssg","stackbit","static"],"created_at":"2024-10-02T12:48:42.665Z","updated_at":"2026-05-10T19:20:39.662Z","avatar_url":"https://github.com/davbree.png","language":"SCSS","funding_links":["https://ko-fi.com/itsmeaga1n"],"categories":[],"sub_categories":[],"readme":"\u003ch1\u003e\u003ca href=\"https://github.com/ItsMeaga1n/minimal-categorized/\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/ItsMeaga1n/minimal-categorized/master/assets/img/favicon.ico\" height=\"21\" alt=\"minimal-categorized logo\" /\u003e minimal-categorized Jekyll theme \u003c/h1\u003e\u003c/a\u003e\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/mmistakes/minimal-mistakes/master/LICENSE)\n[![Jekyll](https://img.shields.io/badge/jekyll-%3E%3D%203.9-blue.svg)](https://jekyllrb.com/)\n[![Gem Version](https://badge.fury.io/rb/minimal-categorized.svg)](https://badge.fury.io/rb/minimal-categorized)\n\u003ca href=\"https://ko-fi.com/itsmeaga1n\"\u003e\n  \u003cimg height=\"20\" src=\"https://www.ko-fi.com/img/githubbutton_sm.svg\"\n    alt=\"Donate (Ko-fi)\" /\u003e\n\u003c/a\u003e\n\u003ca href=\"https://jekyll-themes.com\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/featured%20on-JekyllThemes-red.svg\" height=\"20\" alt=\"Jekyll Themes Shield\" /\u003e\n\u003c/a\u003e\n\nminimal-categorized is a flexible Jekyll theme, designed for sites with content easily aggregated into two categories. It's main focus is on separating two main categories, while maintaining minimal style and full customization. Demo is available [here](https://itsmeaga1n.github.io/minimal-categorized/).\n\n![layout examples](screenshot.png)\n\n## Installation\nThere are three ways to install:\n\n* As a ruby gem theme:\n\n    Add this line to your Jekyll site's `Gemfile`:\n\n    ```ruby\n    gem \"minimal-categorized\"\n    ```\n\n    And add this line to your Jekyll site's `_config.yml`:\n\n    ```yaml\n    theme: minimal-categorized\n    ```\n\n    And then execute:\n\n        $ bundle\n\n    Or install it yourself as:\n\n        $ gem install minimal-categorized\n\n* As a remote theme (GitHub Pages compatible)\n    \n    In your Jekyll site's _config.yml remove other themes and add this entry:\n    ```\n    remote_theme: ItsMeaga1n/minimal-categorized\n    ```\n\n* Forking/directly copying all of the theme files into your project.\n## Usage\n\nThis theme is based on separating content into categories, which is later shown on separated sites designated to the specific content type.\n\nAs for now, theme allows to use two main categories that will be displayed on home screen and more categories displayed only in menu to further separate content. Those are defined in `_data/menu.yml`.\n\nStructure of `_data/menu.yml`:\n* menu_title: Displayed on menu (only for normal menu)\n* menu_headline: Displayed in menu (only for normal menu) and in about page\n* menu_intro: Displayed in menu (only for normal menu) and in about page\n* show_menu_on_gate_page: Boolean value determining if menu should be visible on category selection page\n* minimal_menu: Boolean value determining the style of menu bar\n* menu_logo: Path to logo displayed on menu (only for normal menu)\n* menu_pages: a list of items in menu. Each item contains information:\n    * title: Menu position title\n    * url: URL for href\n    * show_on_home: Boolean value to determine if this position is a category to be shown on category picker\n    * image_url: image URL for category picker\n    * icon_name: FavIcon to be displayed in menu\n    * category: unique identifier of category. Used to determine which menu item is selected\n    * tooltip: Tooltip for menu item\n* menu_contacts: a list of items to be displayed for a contact section in menu\n    * faicon: FavIcon to be displayed in menu\n    * url: URL for href\n    * target: target value of \\\u003ca\u003e tag\n\n\nStructure of `_data/metaData.yml`:\n* author: Site Author name\n* avatar_url: URL for avatar (for about page)\n* lightTheme: Will work in future releases\n* cookies: customize information about site cookies\n    * enabled: determine if should show cookies pop-up\n    * message: text on cookie pop-up\n    * agreeButtonText: text on agree button\n* show_menu_logo_on_home_page: boolean value determining, if should display logo from \"menu_logo\" entry in default home page layout\n## Contributing\n\nBug reports and pull requests are welcome on [GitHub](https://github.com/ItsMeaga1n/minimal-categorized). This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n## Development\n\nTo set up your environment to develop this theme, run `bundle install`.\n\nYour theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.\n\nWhen your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.\nTo add a custom directory to your theme-gem, please edit the regexp in `minimal-categorized.gemspec` accordingly.\n\n## License\n\nThe theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fmodern-whale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavbree%2Fmodern-whale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavbree%2Fmodern-whale/lists"}