{"id":14979284,"url":"https://github.com/luxedo/jekyll-theme-potato-hacker","last_synced_at":"2025-04-13T09:36:40.105Z","repository":{"id":51289800,"uuid":"72354668","full_name":"luxedo/jekyll-theme-potato-hacker","owner":"luxedo","description":"A theme based on hackers and potatoes","archived":false,"fork":false,"pushed_at":"2024-05-19T14:27:28.000Z","size":896,"stargazers_count":38,"open_issues_count":3,"forks_count":47,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-19T14:46:01.885Z","etag":null,"topics":["hackers","jekyll","jekyll-site","jekyll-theme","jekyll-themes","potatoes","theme"],"latest_commit_sha":null,"homepage":"https://luxedo.github.io/jekyll-theme-potato-hacker/","language":"SCSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/luxedo.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2016-10-30T14:35:26.000Z","updated_at":"2024-05-19T14:27:32.000Z","dependencies_parsed_at":"2024-09-11T14:25:07.372Z","dependency_job_id":"3ff3e033-a9c7-4e36-b8c9-d3dfd912b0bc","html_url":"https://github.com/luxedo/jekyll-theme-potato-hacker","commit_stats":null,"previous_names":["luxedo/potato-hacker-jekyll-template"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxedo%2Fjekyll-theme-potato-hacker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxedo%2Fjekyll-theme-potato-hacker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxedo%2Fjekyll-theme-potato-hacker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/luxedo%2Fjekyll-theme-potato-hacker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/luxedo","download_url":"https://codeload.github.com/luxedo/jekyll-theme-potato-hacker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248691465,"owners_count":21146364,"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":["hackers","jekyll","jekyll-site","jekyll-theme","jekyll-themes","potatoes","theme"],"created_at":"2024-09-24T13:59:45.106Z","updated_at":"2025-04-13T09:36:40.084Z","avatar_url":"https://github.com/luxedo.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jekyll-theme-potato-hacker\n[![Gem Version](https://badge.fury.io/rb/jekyll-theme-potato-hacker.svg)](https://badge.fury.io/rb/jekyll-theme-potato-hacker)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)\n\n\nWelcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!\n\n![screenshot](https://raw.githubusercontent.com/luxedo/jekyll-theme-potato-hacker/master/screenshot.png \"screenshot\")\n\nCheck out the [demo](https://luxedo.github.io/jekyll-theme-potato-hacker/)\nCheck out the [gem](https://rubygems.org/gems/jekyll-theme-potato-hacker)\n\n## Installation\n\nAdd this line to your Jekyll site's Gemfile:\n\n```ruby\ngem \"jekyll-theme-potato-hacker\"\n```\n\nAnd add this line to your Jekyll site's `_config.yml`:\n\n```yaml\ntheme: jekyll-theme-potato-hacker\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install jekyll-theme-potato-hacker\n\nOr even use the remote theme tag in `_config.yml` if you're using github pages:\n```yaml\nremote_theme: luxedo/jekyll-theme-potato-hacker\n```\n\n## Usage\n\n### Pages\n\nThis is a simple theme I made to my portfolio/blog https://luxedo.github.io/\nThere are four different categories of pages for this template:\n* Main page `index.md` in the root.\n* Item pages `_items` folder.\n* Blog posts `_posts` folder.\n* Dropdown pages `_dropdown` folder.\n\n### Dropdown\nThe dropdown menus are generated based on the [front matter](https://jekyllrb.com/docs/front-matter/) data in the files. Use the `dropdown` attribute to chose where the page will be placed. The items with the highest `priority` will be placed first.\n```yaml\n---\nlayout: page\ntitle: dropdown1 item1\ndescription: Test page\ndropdown: dropdown1\npriority: 1\n---\n```\n\n### Blog\nIf you want to use the blog, you need to set `blog: on` inside `_config.yml` and add a `blog.md` file in your root directory:\n```yaml\n---\nlayout: blog-index\ntitle: My Blog\ndescription: Test page\n---\n```\n\n### \\_config.yml\nSome settings are defined in `_config.yml`. Download the file in this repo\nfor a complete example.\n```yaml\n# Useful links\ngithub_username: \"\u003cgithub_username\u003e\"\nfacebook_username: \"\u003cfacebook_username\u003e\"\ntwitter_username: \"\u003ctwitter_username\u003e\"\nlinkedin_id: \"\u003clinkedin_id\u003e\"\n\n# Theme\n# theme: jekyll-theme-potato-hacker                 # Uncomment this\n# remote_theme: luxedo/jekyll-theme-potato-hacker   # Or this\ntheme_repository: \"https://github.com/luxedo/jekyll-theme-potato-hacker\"\ntheme_base: \"dark\"       # Theme palette (light | dark)\ntheme_switch: on         # Show color switch (on | off)\n\n# Extra settings\nblog: on                 # Show blog tag and post list (on | off)\navatar: on               # Show avatar (on | off)\navatar_image: \"assets/img/avatar.jpg\"\navatar_description: \"My name is Popotato and I'm a HACKER.\"\nhighlighter_theme: monokai  # Theme of the syntax_highlighter [base16 |\n                            # colorful | github | gruvbox | molokai |\n                            # monokai | pastie | thankful_eyes | tulip ]\ntoolbar_priority:        # Order of the items in the toolbar (except for blog and home)\n  - dropdown2\n  - About\n  - dropdown1\n\n# Collections\ncollections:\n  dropdown:\n    output: true\n  items:\n    output: true\n```\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/luxedo/jekyll-theme-potato-hacker/issues. 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\nYou theme is setup just like a normal Jelyll 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`, and `_sass` tracked with Git will be released.\n\n## License\n\nThe theme is available as open source under the terms of the [GPL-3.0 License](https://www.gnu.org/licenses/gpl-3.0.en.html).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxedo%2Fjekyll-theme-potato-hacker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fluxedo%2Fjekyll-theme-potato-hacker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fluxedo%2Fjekyll-theme-potato-hacker/lists"}