{"id":18207559,"url":"https://github.com/awsmin/f1","last_synced_at":"2025-04-02T16:31:09.301Z","repository":{"id":41103522,"uuid":"288389471","full_name":"awsmin/f1","owner":"awsmin","description":"AWSM F1 - WordPress Frontity Theme","archived":false,"fork":false,"pushed_at":"2022-08-01T06:06:47.000Z","size":764,"stargazers_count":56,"open_issues_count":1,"forks_count":15,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-14T11:46:33.979Z","etag":null,"topics":["frontity","frontity-theme","react","react-wordpress","react-wordpress-theme","reactjs","wordpress"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/awsmin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-18T07:45:11.000Z","updated_at":"2025-03-09T06:44:38.000Z","dependencies_parsed_at":"2022-08-22T23:10:44.536Z","dependency_job_id":null,"html_url":"https://github.com/awsmin/f1","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/awsmin%2Ff1","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awsmin%2Ff1/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awsmin%2Ff1/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/awsmin%2Ff1/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/awsmin","download_url":"https://codeload.github.com/awsmin/f1/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246850859,"owners_count":20844156,"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":["frontity","frontity-theme","react","react-wordpress","react-wordpress-theme","reactjs","wordpress"],"created_at":"2024-11-03T13:03:27.316Z","updated_at":"2025-04-02T16:31:09.000Z","avatar_url":"https://github.com/awsmin.png","language":"CSS","readme":"# AWSM F1 - Frontity theme\n\nA starter theme for Frontity with support for common Gutenberg WordPress editor blocks. You could use the theme package as a starting point to build your next corporate website or blog.\n\n**[View Demo](https://awsm-theme.vercel.app/)**\n\n**[Open in CodeSandbox](https://githubbox.com/awsmin/f1)**\n\n## Table of contents\n\n\u003c!-- toc --\u003e\n\n- [Quick install](#quick-install)\n- [Advanced usage](#advanced-usage)\n- [Gutenberg](#gutenberg)\n- [Bootstrap](#bootstrap)\n- [WP Job Openings](#wp-job-openings)\n- [Credits](#credits)\n\n\n\u003c!-- tocstop --\u003e\n\n## Quick install\n\n - Create a Frontity project named `awsm-project` with **AWSM F1 theme**\n \n```sh\nnpx frontity create --theme @awsmin/f1 awsm-project\n```\n -  The CLI will run its part and once completed, run the project and have fun! 🎉\n```sh\ncd awsm-project \u0026\u0026 npx frontity dev\n```\n\n![AWSM F1 quick install](https://github.com/awsmin/f1/raw/master/assets/awsm-f1-quick-install.png)\n\n## Advanced usage\n\n```sh\nnpm i @awsmin/f1\n```\n\nOnce installed it should be included in your `frontity.settings.js`.\nThe theme options can be specified in the `state.theme` property.\n\n```javascript\n{\n  name: \"@awsmin/f1\",\n  state: {\n    theme: {\n      menu: [\n        [\"Home\", \"/\"],\n        [\"About\", \"/about/\"],\n        [\"Sevices\", \"/sevices/\"],\n        [\"Jobs\", \"/jobs/\"],\n        [\"Contact\", \"/contact/\"]\n      ],\n      featured: {\n        showOnList: true,\n        showOnPost: true\n      }\n    }\n  }\n},\n```\n## Gutenberg\n\nBy default, these theme includes all the default styles of Gutenberg blocks, which is taken from  \n\n      wp-includes\\css\\dist\\block-library\\style.css\n      wp-includes\\css\\dist\\block-library\\theme.css\n\nIn addition we have included certain theme specific styles to the page and post templates.\n\nIn order to add custom styles to your Gutenberg blocks you first need to add the blocks inside a \"Group\" block and assign a CSS class(es) to it. Thus you could use this CSS class(es) to style the entire block along with all sub blocks inside the group block. \n\n## Bootstrap\n\nWe have included a bare-minimum bootstrap css which combines following Bootstrap css/scss files: functions, variables, mixins, root, [reboot](https://getbootstrap.com/docs/4.0/content/reboot/), type, [grid](https://getbootstrap.com/docs/4.0/layout/grid/), forms and [utilities](https://getbootstrap.com/docs/4.0/utilities/borders/).\n\nThis essentially provides a base to common layout/grid and  [responsive breakpoints](https://getbootstrap.com/docs/4.0/layout/overview/#responsive-breakpoints).\n\n_No bootstrap JS included_\n\n## WP Job Openings\n\nThis theme package also include support for [WP Job Openings](https://wordpress.org/plugins/wp-job-openings/) plugin in the Frontity framework including the support for application form. All the default fields and the fields supported by [WP Job Openings Pro](https://awsm.in/get/wpjo-pro/) are supported in the job application form.\n\n**[Installation instructions and configurations](https://github.com/awsmin/frontity-wp-job-openings#readme)**\n\n## Credits\n- Frontity Team [ [1](https://frontity.org/blog/how-to-create-a-react-theme-in-30-minutes/), [2](https://docs.frontity.org/guides/understanding-mars-theme-1) ]\n- [frontity-contact-form-7](https://github.com/imranhsayed/frontity-contact-form-7) package by Imran Sayed\n- [WP Job Openings - Frontity Package](https://github.com/awsmin/frontity-wp-job-openings) package by Anantajit JG (AWSM Team)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawsmin%2Ff1","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fawsmin%2Ff1","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fawsmin%2Ff1/lists"}