{"id":19692109,"url":"https://github.com/getgrav/grav-theme-landio","last_synced_at":"2025-06-21T17:37:32.537Z","repository":{"id":55111939,"uuid":"45110802","full_name":"getgrav/grav-theme-landio","owner":"getgrav","description":"Land.io is a carefully crafted landing page UI kit and landing page template built on Bootstrap 4, designed by Peter Finlan and developed by Taty Grassini.","archived":false,"fork":false,"pushed_at":"2025-02-18T18:33:35.000Z","size":2994,"stargazers_count":31,"open_issues_count":17,"forks_count":15,"subscribers_count":7,"default_branch":"develop","last_synced_at":"2025-04-19T07:42:45.107Z","etag":null,"topics":["bootstrap","bootstrap4","css3","grav","grav-theme","html5"],"latest_commit_sha":null,"homepage":"https://getgrav.org","language":"JavaScript","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/getgrav.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,"zenodo":null}},"created_at":"2015-10-28T12:28:25.000Z","updated_at":"2025-03-15T20:58:08.000Z","dependencies_parsed_at":"2025-04-18T20:23:08.644Z","dependency_job_id":"f41128d6-8bbb-4aa4-9b34-69e2d7bbc6cc","html_url":"https://github.com/getgrav/grav-theme-landio","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-landio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-landio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-landio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/getgrav%2Fgrav-theme-landio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/getgrav","download_url":"https://codeload.github.com/getgrav/grav-theme-landio/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251159438,"owners_count":21545155,"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":["bootstrap","bootstrap4","css3","grav","grav-theme","html5"],"created_at":"2024-11-11T19:12:21.226Z","updated_at":"2025-04-29T09:31:19.775Z","avatar_url":"https://github.com/getgrav.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Landio Theme for Grav\n\n![Landio](assets/readme_1.png)\n\nLandio is a responsive HTML template, built on top of [Bootstrap 4](https://v4-alpha.getbootstrap.com/) and based on the [Land.io Sketch design](https://tympanus.net/codrops/2015/09/16/freebie-land-io-ui-kit-landing-page-design-sketch/) by [Peter Finlan](https://peterfinlan.com/). This template and the UI kit were coded by [Taty Grassini](https://tatygrassini.github.io/).\n\n# Built on:\n\n* Bootstrap 4\n* Icomoon\n* Power of GRAV\n\n# Features:\n\n* Admin plugin support with customizable user area\n* VideoJS\n* Testimonials layout\n* HTML5 and CSS3\n* Fully Responsive\n* Attractive and modern design\n* Various templates for presenting your content\n\n# Installation\n\nInstalling the Landio theme can be done in one of two ways. Our GPM (Grav Package Manager) installation method enables you to quickly and easily install the theme with a simple terminal command, while the manual method enables you to do so via a zip file.\n\nThe theme by itself is useful, but you may have an easier time getting up and running by installing a skeleton. The [Landio Site Skeleton](https://github.com/getgrav/grav-skeleton-landio-site) is a self-contained repository for a complete sites which includes: sample content, configuration, theme, and plugins.\n\n## GPM Installation (Preferred)\n\nThe simplest way to install this theme is via the [Grav Package Manager (GPM)](https://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 landio\n\nThis will install the Landio theme into your `/user/themes` directory within Grav. Its files can be found under `/your/site/grav/user/themes/landio`.\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 `landio`. You can find these files either on [GitHub](https://github.com/getgrav/grav-theme-landio) or via [GetGrav.org](https://getgrav.org/downloads/themes).\n\nYou should now have all the theme files under\n\n    /your/site/grav/user/themes/landio\n\n\u003e\u003e NOTE: This theme is a modular component for Grav which requires the [Grav](https://github.com/getgrav/grav), [Error](https://github.com/getgrav/grav-theme-error) and [Problems](https://github.com/getgrav/grav-plugin-problems) plugins.\n\n# Updating\n\nAs development for the Landio theme continues, new versions may become available that add additional features and functionality, improve compatibility with newer Grav releases, and generally provide a better user experience. Updating Landio is easy, and can be done through Grav's GPM system, as well as manually.\n\n## GPM Update (Preferred)\n\nThe simplest way to update this theme is via the [Grav Package Manager (GPM)](https://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 landio\n\nThis command will check your Grav install to see if your Landio 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 Landio is pretty simple. Here is what you will need to do to get this done:\n\n* Delete the `your/site/user/themes/landio` directory.\n* Download the new version of the Landio theme from either [GitHub](https://github.com/getgrav/grav-theme-landio) or [GetGrav.org](https://getgrav.org/downloads/themes).\n* Unzip the zip file in `your/site/user/themes` and rename the resulting folder to `landio`.\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\u003e Note: Any changes you have made to any of the files listed under this directory will also be removed and replaced by the new set. Any files located elsewhere (for example a YAML settings file placed in `user/config/themes`) will remain intact.\n\n# Setup\n\nIf you want to set Landio 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: landio`.\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\nOnce this is done, you should be able to see the new theme on the frontend. Keep in mind any customizations made to the previous theme will not be reflected as all of the theme and templating information is now being pulled from the **landio** folder.\n\n# Usage\n\nTo customize Land.io footer, header, topbar and social counts open [example configuration file](https://github.com/getgrav/grav-skeleton-landio-site/blob/develop/config/site.yaml) from Land.io skeleton. You can customize each section to fit your needs.\n\n# Credits\n\n*   [Bootstrap](https://getbootstrap.com/)\n*   [Icomoon](https://icomoon.io/)\n*   [UI Faces](https://uifaces.com/)\n*   [Quotes on Design](https://quotesondesign.com/)\n*   [Unsplash](https://unsplash.com/)\n*   [Video JS](https://videojs.com/)\n*   [Vimeo jQuery API](https://github.com/jrue/Vimeo-jQuery-API)\n*   [Chart JS](https://www.chartjs.org/)\n*   [Waypoints](https://github.com/imakewebthings/waypoints)\n*   [Animate.css](https://daneden.github.io/animate.css/)\n\n### Misc\n\nFollow Pete: [Twitter](https://twitter.com/peterfinlan), [Dribbble](https://www.dribbble.com/peterfinlan)\n\nFollow Taty: [Twitter](https://twitter.com/tatygrassini), [GitHub](https://github.com/tatygrassini)\n\nFollow Codrops: [Twitter](https://www.twitter.com/codrops), [Facebook](https://www.facebook.com/pages/Codrops/159107397912), [Google+](https://plus.google.com/101095823814290637419), [GitHub](https://github.com/codrops), [Pinterest](https://www.pinterest.com/codrops/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetgrav%2Fgrav-theme-landio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgetgrav%2Fgrav-theme-landio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgetgrav%2Fgrav-theme-landio/lists"}