{"id":20427376,"url":"https://github.com/mervinpraison/praison-theme","last_synced_at":"2025-09-07T16:46:44.251Z","repository":{"id":28231365,"uuid":"114788149","full_name":"MervinPraison/Praison-Theme","owner":"MervinPraison","description":"Praison Theme","archived":false,"fork":false,"pushed_at":"2023-01-10T22:22:23.000Z","size":2522,"stargazers_count":0,"open_issues_count":9,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-15T15:54:19.703Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CSS","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/MervinPraison.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-19T16:36:17.000Z","updated_at":"2020-04-05T07:51:45.000Z","dependencies_parsed_at":"2023-01-14T08:23:23.895Z","dependency_job_id":null,"html_url":"https://github.com/MervinPraison/Praison-Theme","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/MervinPraison%2FPraison-Theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MervinPraison%2FPraison-Theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MervinPraison%2FPraison-Theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MervinPraison%2FPraison-Theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MervinPraison","download_url":"https://codeload.github.com/MervinPraison/Praison-Theme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241968603,"owners_count":20050422,"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":[],"created_at":"2024-11-15T07:19:46.717Z","updated_at":"2025-03-05T05:19:53.639Z","avatar_url":"https://github.com/MervinPraison.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Sage](https://roots.io/sage/)\n[![Build Status](https://travis-ci.org/roots/sage.svg)](https://travis-ci.org/roots/sage)\n[![devDependency Status](https://david-dm.org/roots/sage/dev-status.svg)](https://david-dm.org/roots/sage#info=devDependencies)\n\nSage is a WordPress starter theme based on HTML5 Boilerplate, gulp, Bower, and Bootstrap Sass, that will help you make better themes.\n\n* Source: [https://github.com/roots/sage](https://github.com/roots/sage)\n* Homepage: [https://roots.io/sage/](https://roots.io/sage/)\n* Documentation: [https://roots.io/sage/docs/](https://roots.io/sage/docs/)\n* Twitter: [@rootswp](https://twitter.com/rootswp)\n* Newsletter: [Subscribe](http://roots.io/subscribe/)\n* Forum: [https://discourse.roots.io/](https://discourse.roots.io/)\n\n## Requirements\n\n| Prerequisite    | How to check | How to install\n| --------------- | ------------ | ------------- |\n| PHP \u003e= 5.4.x    | `php -v`     | [php.net](http://php.net/manual/en/install.php) |\n| Node.js \u003e= 4.5  | `node -v`    | [nodejs.org](http://nodejs.org/) |\n| gulp \u003e= 3.8.10  | `gulp -v`    | `npm install -g gulp` |\n| Bower \u003e= 1.3.12 | `bower -v`   | `npm install -g bower` |\n\nFor more installation notes, refer to the [Install gulp and Bower](#install-gulp-and-bower) section in this document.\n\n## Features\n\n* [gulp](http://gulpjs.com/) build script that compiles both Sass and Less, checks for JavaScript errors, optimizes images, and concatenates and minifies files\n* [BrowserSync](http://www.browsersync.io/) for keeping multiple browsers and devices synchronized while testing, along with injecting updated CSS and JS into your browser while you're developing\n* [Bower](http://bower.io/) for front-end package management\n* [asset-builder](https://github.com/austinpray/asset-builder) for the JSON file based asset pipeline\n* [Bootstrap](http://getbootstrap.com/)\n* [Theme wrapper](https://roots.io/sage/docs/theme-wrapper/)\n* ARIA roles and microformats\n* Posts use the [hNews](http://microformats.org/wiki/hnews) microformat\n* [Multilingual ready](https://roots.io/wpml/) and over 30 available [community translations](https://github.com/roots/sage-translations)\n\nInstall the [Soil](https://github.com/roots/soil) plugin to enable additional features:\n\n* Cleaner output of `wp_head` and enqueued assets\n* Cleaner HTML output of navigation menus\n* Root relative URLs\n* Nice search (`/search/query/`)\n* Google CDN jQuery snippet from [HTML5 Boilerplate](http://html5boilerplate.com/)\n* Google Analytics snippet from [HTML5 Boilerplate](http://html5boilerplate.com/)\n\nSee a complete working example in the [roots-example-project.com repo](https://github.com/roots/roots-example-project.com).\n\n## Theme installation\n\nInstall Sage by copying the project into a new folder within your WordPress themes directory.\n\nMake sure [Composer](https://getcomposer.org/download/) has been installed before moving on.\n\nInstall Sage using Composer from your WordPress themes directory (replace `your-theme-name` below with the name of your theme):\n\n```shell\n# @ example.com/site/web/app/themes/\n$ composer create-project roots/sage your-theme-name 8.5.2\n```\n\n## Theme setup\n\nEdit `lib/setup.php` to enable or disable theme features, setup navigation menus, post thumbnail sizes, post formats, and sidebars.\n\n## Theme development\n\nSage uses [gulp](http://gulpjs.com/) as its build system and [Bower](http://bower.io/) to manage front-end packages.\n\n### Install gulp and Bower\n\nBuilding the theme requires [node.js](http://nodejs.org/download/). We recommend you update to the latest version of npm: `npm install -g npm@latest`.\n\nFrom the command line:\n\n1. Install [gulp](http://gulpjs.com) and [Bower](http://bower.io/) globally with `npm install -g gulp bower`\n2. Navigate to the theme directory, then run `npm install`\n3. Run `bower install`\n\nYou now have all the necessary dependencies to run the build process.\n\n### Available gulp commands\n\n* `gulp` — Compile and optimize the files in your assets directory\n* `gulp watch` — Compile assets when file changes are made\n* `gulp --production` — Compile assets for production (no source maps).\n\n### Using BrowserSync\n\nTo use BrowserSync during `gulp watch` you need to update `devUrl` at the bottom of `assets/manifest.json` to reflect your local development hostname.\n\nFor example, if your local development URL is `http://project-name.dev` you would update the file to read:\n```json\n...\n  \"config\": {\n    \"devUrl\": \"http://project-name.dev\"\n  }\n...\n```\nIf your local development URL looks like `http://localhost:8888/project-name/` you would update the file to read:\n```json\n...\n  \"config\": {\n    \"devUrl\": \"http://localhost:8888/project-name/\"\n  }\n...\n```\n\n## Documentation\n\nSage documentation is available at [https://roots.io/sage/docs/](https://roots.io/sage/docs/).\n\n## Contributing\n\nContributions are welcome from everyone. We have [contributing guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md) to help you get started.\n\n## Community\n\nKeep track of development and community news.\n\n* Participate on the [Roots Discourse](https://discourse.roots.io/)\n* Follow [@rootswp on Twitter](https://twitter.com/rootswp)\n* Read and subscribe to the [Roots Blog](https://roots.io/blog/)\n* Subscribe to the [Roots Newsletter](https://roots.io/subscribe/)\n* Listen to the [Roots Radio podcast](https://roots.io/podcast/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmervinpraison%2Fpraison-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmervinpraison%2Fpraison-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmervinpraison%2Fpraison-theme/lists"}