{"id":18558414,"url":"https://github.com/featherplain/amethyst","last_synced_at":"2026-02-28T07:33:42.199Z","repository":{"id":88557116,"uuid":"40531505","full_name":"featherplain/amethyst","owner":"featherplain","description":"[ WordPress ] Amethyst is a simple blog theme that cared to typography and readability for all devices. The design is kept simple, fully responsive and flexible two-columns theme. Features are, two widgets, customizer, Foundation, Genericons, Sass, Gulp use.","archived":false,"fork":false,"pushed_at":"2016-09-18T05:59:01.000Z","size":8456,"stargazers_count":31,"open_issues_count":16,"forks_count":7,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2025-04-10T17:02:35.181Z","etag":null,"topics":["font-awesome","foundation6","genericons","gplv2","gulp","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"https://featherplain.github.io/amethyst/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/featherplain.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":"2015-08-11T08:50:01.000Z","updated_at":"2024-12-16T13:29:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"6bf70ad9-d369-4f8e-848a-be56558dd949","html_url":"https://github.com/featherplain/amethyst","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"purl":"pkg:github/featherplain/amethyst","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherplain%2Famethyst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherplain%2Famethyst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherplain%2Famethyst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherplain%2Famethyst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/featherplain","download_url":"https://codeload.github.com/featherplain/amethyst/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/featherplain%2Famethyst/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29927583,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-27T19:37:42.220Z","status":"online","status_checked_at":"2026-02-28T02:00:07.010Z","response_time":90,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["font-awesome","foundation6","genericons","gplv2","gulp","wordpress","wordpress-theme"],"created_at":"2024-11-06T21:39:43.457Z","updated_at":"2026-02-28T07:33:42.194Z","avatar_url":"https://github.com/featherplain.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Amethyst\n============\n\n[![Deployment status from DeployBot](https://amethyst.deploybot.com/badge/02267418010971/47642.svg)](http://deploybot.com)\n[![Build Status](https://travis-ci.org/featherplain/amethyst.svg?branch=master)](https://travis-ci.org/featherplain/amethyst)\n\nSimple WordPress Theme based on Foundation. See details at [readme.txt](readme.txt).\n\n![Amethyst](./screenshot.png)\n\n- Download: [https://wordpress.org/themes/amethyst/](https://wordpress.org/themes/amethyst/)\n- GitHub Page: [http://featherplain.github.io/amethyst/](http://featherplain.github.io/amethyst/)\n- Theme demo: [http://amethyst.asknode.net/](http://amethyst.asknode.net/)\n\n\n\n## Requires\n\n- Node.js\n- npm\n- Composer\n\n## Setup your project\n\n\n1. Make WordPress environment.\n\n\n1. Install some dependencies, and set your hostname.Default is `amethyst.dev`.\n\n\n        $ cd path/to/directory \u0026\u0026 npm run setup\n        Set your website's domain (default=amethyst.dev):\n\n\n1. To run gulp tasks with proxy mode, you can update hostname in `config.js`. This configuration file is NOT tracked by git.\n\n\n        'vhost'          : 'amethyst.dev'\n\n\n1. Run gulp. You don't need to install gulp globally.\n\n        // proxy mode\n        $ npm run gulp\n\n        // server mode for static websites or files\n        $ npm run gulp-server\n\n1. Run automated testing.\n\n        $ npm test\n\n### Options\n\n#### Initialize Foundation\n\n    $ npm run foundation-init\n\n#### Distribution\n\n    $ npm run gulp-zip\n\n#### Autoprefix\n\nYou'd like to autoprefix specific browsers, edit gulpfile.js below these lines.\n\n```javascript\n.pipe($.autoprefixer({\n  browsers: ['last 2 versions', 'ie 10', 'ie 9'],\n  cascade: false\n}))\n```\n\n## Third Party Resources\n\n### Foundation\n\n    src/scss/core/foundation/\n    src/scss/core/_foundation.scss\n    src/scss/core/_global.scss\n    src/scss/core/_settings.scss\n\n- License: MIT\n- Source: [http://foundation.zurb.com/sites.html](http://foundation.zurb.com/sites.html)\n\n### Genericons\n\n    assets/genericons/\n\n- License: GPLv2\n- Source: [http://genericons.com/](http://genericons.com/)\n\n### Font Awesome\n\n    assets/font-awesome/\n\n- License:\n  - Font License: SIL OFL 1.1\n  - Code License: MIT License\n- Source: [https://fortawesome.github.io/Font-Awesome/](https://fortawesome.github.io/Font-Awesome/)\n\n### HTML5 Shiv\n\n    src/js/html5shiv.js\n\n- License: MIT/GPL2 License\n- Source: [https://github.com/aFarkas/html5shiv](https://github.com/aFarkas/html5shiv)\n\n\n## License\n\n[GNU GENERAL PUBLIC LICENSE Version 2](license.txt)\n\n## Contributors\n\nThanks to @torounit, @miya0001\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeatherplain%2Famethyst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffeatherplain%2Famethyst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffeatherplain%2Famethyst/lists"}