{"id":13759586,"url":"https://github.com/pixeldevsio/tailpress","last_synced_at":"2025-05-10T09:33:06.055Z","repository":{"id":45577533,"uuid":"361275811","full_name":"pixeldevsio/tailpress","owner":"pixeldevsio","description":"A Tailwind CSS enabled Underscores theme","archived":false,"fork":false,"pushed_at":"2022-04-04T13:27:45.000Z","size":1116,"stargazers_count":74,"open_issues_count":1,"forks_count":17,"subscribers_count":10,"default_branch":"underscores","last_synced_at":"2024-08-04T13:03:36.852Z","etag":null,"topics":["jit","postcss","purgecss","tailwindcss","theme","wordpress","wordpress-theme"],"latest_commit_sha":null,"homepage":"","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/pixeldevsio.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":"2021-04-24T22:02:29.000Z","updated_at":"2023-12-13T16:41:17.000Z","dependencies_parsed_at":"2022-08-28T09:30:40.289Z","dependency_job_id":null,"html_url":"https://github.com/pixeldevsio/tailpress","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldevsio%2Ftailpress","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldevsio%2Ftailpress/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldevsio%2Ftailpress/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pixeldevsio%2Ftailpress/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pixeldevsio","download_url":"https://codeload.github.com/pixeldevsio/tailpress/tar.gz/refs/heads/underscores","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224941061,"owners_count":17395817,"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":["jit","postcss","purgecss","tailwindcss","theme","wordpress","wordpress-theme"],"created_at":"2024-08-03T13:00:55.731Z","updated_at":"2024-11-16T16:31:10.100Z","avatar_url":"https://github.com/pixeldevsio.png","language":"CSS","funding_links":[],"categories":["CSS"],"sub_categories":[],"readme":"# TailPress\nA minimal boilerplate theme for WordPress using [TailwindCSS](https://tailwindcss.com/), with [PostCSS](https://postcss.org) and ~~[Laravel Mix](https://laravel-mix.com/)~~ npx Tailwind Compiler.\n\n# ATTENTION\n**We've updated the default repo to `underscores` instead of `main`. This change comes with the fact that `_S` is a stable theme maintained directly by WordPress and allows for easier updates than the custom theme that was being used originially in the `main` branch. If you would like to use the `main` branch instead, please feel free to, but we will be deprecating support for it as of December 1st, 2021. All development will be in the `underscores` branch from then on. \nThanks!**\n\n# Update Apr. 4th, 2022\nTailwindCSS Updated to 3.0.23\n\nCheck the [upgrade guide here](https://tailwindcss.com/docs/upgrade-guide) for what has changed in TailwindCSS.\n\n# Update Dec. 11th, 2021\nTailwind Updated to 3.0.1\n\n## Getting started\n* Clone repo `git clone https://github.com/pixeldevsio/tailpress.git \u0026\u0026 cd tailpress`\n* Run `rm -rf .git` to remove git.\n* Run `npm install`\n* Run `npm run development`\n* Run `npm run watch` to start developing\n\nYou will find the editable CSS and Javascript files within the `/resources` folder.\n\nBefore you use your theme in production, make sure you run `npm run production`.\n\n## NEW! AlpineJS support\n[AlpineJS](https://alpinejs.dev/) is now included in the theme! All you need to do is add `define('ALPINEJS', TRUE)` inside of your `wp-config.php` before the `/* That's all, stop editing! Happy publishing. */` line and AlpineJS will be automatically included and ready to use.\n[AlpineJS Docs](https://alpinejs.dev/start-here)\n\n## Block editor support\nTailPress comes with basic support for the [block editor](https://wordpress.org/support/article/wordpress-editor/).\n\nCSS-classes for alignment, background and text colors will be generated automatically. You can modify this within the `tailwind.config.js` file.\n\nTo make the editing experience within the block editor more in line with the front end styling, a `editor-style.css` is generated. This file is only compiled on production builds.\n\n## Full Site Editing support\nTailPress is now updated to support Full Site Editing.\n\nThe template editing mode is a way to edit the website without the complexity of the site editor interface.\nIt is more limited than the site editor because you can not select or navigate between templates in this view.\n\nYou access the template editing mode via the block editor.\n\nCreate a new post or page. Next, open the document settings sidebar and locate the Template panel below Status \u0026 visibility.\nHere you will find information about the current template and a list of existing templates to choose from.\n\nCreate a new template by selecting the New link.\n\nEdit and save the template in the same way as in the site editor.\n\n### Define theme colors\nFour colors (primary, secondary, dark and light) are defined from the beginning. You can modify the colors in `tailpress.json`.\n\n### Define theme font sizes\nYou can modify the font sizes within `tailpress.json`.\n\n## JIT\n[Tailwind CSS JIT](https://github.com/tailwindlabs/tailwindcss-jit) is used to allow for fast compiling.\n\nIf you prefer to use the regular Tailwind CSS instead, you can change to that dependency in `package.json`.\nAlso make sure to you change the PostCSS plugins in `webpack.mix.js`.\n\n## PurgeCSS\nBy default, PurgeCSS is enabled. You can modify or disable it by changing the settings in the `tailwind.config.js` file. There are several [PurgeCSS options](https://tailwindcss.com/docs/optimizing-for-production#purge-css-options).\n\n## Links\n* [TailwindCSS Documentation](https://tailwindcss.com/docs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixeldevsio%2Ftailpress","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpixeldevsio%2Ftailpress","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpixeldevsio%2Ftailpress/lists"}