{"id":16971426,"url":"https://github.com/diomed/fresh","last_synced_at":"2026-04-18T17:04:17.689Z","repository":{"id":89739828,"uuid":"140489321","full_name":"diomed/fresh","owner":"diomed","description":"Grav Theme","archived":false,"fork":false,"pushed_at":"2023-07-24T13:18:37.000Z","size":1270,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-21T19:49:36.979Z","etag":null,"topics":["grav","twig","yaml"],"latest_commit_sha":null,"homepage":null,"language":"Twig","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/diomed.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-07-10T21:32:15.000Z","updated_at":"2023-11-12T03:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"f3f6836c-b982-41cd-85c4-43a7fdce2416","html_url":"https://github.com/diomed/fresh","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/diomed/fresh","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diomed%2Ffresh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diomed%2Ffresh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diomed%2Ffresh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diomed%2Ffresh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diomed","download_url":"https://codeload.github.com/diomed/fresh/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diomed%2Ffresh/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31976806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T16:27:12.723Z","status":"ssl_error","status_checked_at":"2026-04-18T16:27:11.140Z","response_time":103,"last_error":"SSL_read: 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":["grav","twig","yaml"],"created_at":"2024-10-14T00:51:34.477Z","updated_at":"2026-04-18T17:04:17.670Z","avatar_url":"https://github.com/diomed.png","language":"Twig","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔱fresh 🔱\nGrav Theme\n\n![Fresh Theme](thumbnail.jpg)\n\n## Instructions\nThis theme is built with new users in mind. That means, everything should be simple.\nSo having Admin Panel plugin is intended, if you're a `noob`.\nYou can change **logo** in **Themes » Fresh**\nThere you can also change social icons by writing only site name: github\nand then putting whole link.\n\nIn sidebar you can add as many links as you want under categories by your name choice.\nThere is also Footer tab, right beside the sidebar tab, and there you change footer links.\n\n## Home page instructions\nHome page is main page of your site. One that basically looks like template Fresh does.  \nYou get that look by going to **Pages** » **Page template** » \u0026 selecting **Home**.  \nThere you'll find 5 tabs, each representing **sections of page**, which you can simply edit,\nand insert your own content.\n\n## Recommendations\nI'd recommend using `Tiny SEO` plugin and `Quick Tray Links` but that's entirely up to you.\n\n## Details\n\nThis Grav theme is based on a MIT template **Fresh landing page** built by [CSS Ninja Studio](https://cssninja.io) which is built upon [bulma](http://bulma.io).\nTheme is built upon [Haywire](https://github.com/robbinfellow/haywire-grav) starter theme for Grav.\n\n### GPM Installation (Preferred)\n\nThe simplest way to install this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm) through your system's Terminal (also called the command line).  From the root of your Grav install type:\n\n    bin/gpm install fresh\n\nThis will install the Gateway theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/fresh`.\n\n### Manual Installation\n\nTo install this theme, just download the zip version of this repository and unzip it under `/your/site/grav/user/themes`. Then, rename the folder to `fresh`.\n\nYou should now have all the theme files under\n\n    /your/site/grav/user/themes/fresh\n    \nIf you want to set Fresh as the default theme, you can do so by following these steps:\n\n* Navigate to `/your/site/grav/user/config`.\n* Open the **system.yaml** file.\n* Change the `theme:` setting to `theme: fresh`.\n* Save your changes.\n* Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in Terminal and typing `bin/grav clear-cache`.\n\n### GPM Update (Preferred)\n\nThe simplest way to update this theme is via the [Grav Package Manager (GPM)](http://learn.getgrav.org/advanced/grav-gpm). You can do this with this by navigating to the root directory of your Grav install using your system's Terminal (also called command line) and typing the following:\n\n    bin/gpm update fresh\n\nThis command will check your Grav install to see if your Gateway theme is due for an update. If a newer release is found, you will be asked whether or not you wish to update. To continue, type `y` and hit enter. The theme will automatically update and clear Grav's cache.\n\n### Manual Update\n\nManually updating theme is pretty simple. Here is what you will need to do to get this done:\n\n* Delete the `your/site/user/themes/clean-blog` directory.\n* Download the new version of theme from this repository.\n* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `fresh`.\n* Clear the Grav cache. The simplest way to do this is by going to the root Grav directory in terminal and typing `bin/grav clear-cache`.\n\n## Thank You\n\nGrav has fantastic team, people that are very helpful and people that I probably bored to death, \nor at least quite a lot to achieve what I want. \nIn [Slack's chat room](https://getgrav.slack.com/messages) I bugged \n`@ricardo`, `@photol`, `@johnmica`, `@hugo`, and both Amaury's: `@amauryh` \u0026 `AmauryCarrade`\nmostly and each of these people helped me a lot, and showed me how to accomplish this and that.\nWords cannot express how thankful I am to all of you. I'm the one to blame if anything is wrong, 😅\nbut you guys helped to get most of the things right. So kudos to you. \n\nAnd at last, but not least - Thank You if you're using this theme. 🙂\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiomed%2Ffresh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiomed%2Ffresh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiomed%2Ffresh/lists"}