mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-19 01:43:44 +03:00
![]() r18240-dotorg: Switch from using `global $pagetitle` to `add_theme_support( 'title-tags' );`. See https://github.com/WordPress/wporg-mu-plugins/issues/44 r18291-dotorg: Themes: Use a mu-plugin to output consistent skip-to links for all themes. This is to remove the reliance upon `$wporg_global_header_options`. See https://github.com/WordPress/wporg-mu-plugins/issues/42, https://github.com/WordPress/wporg-mu-plugins/pull/70. r18292-dotorg: Themes: Don't rely upon the WordPress.org header to switch out the `no-js` for `js` body class. See https://github.com/WordPress/wporg-mu-plugins/issues/42 |
||
---|---|---|
.. | ||
css | ||
images | ||
js | ||
template-parts | ||
404.php | ||
archive-5ftf_pledge.php | ||
archive.php | ||
footer.php | ||
functions.php | ||
Gruntfile.js | ||
header.php | ||
index.php | ||
package-lock.json | ||
package.json | ||
page.php | ||
README.md | ||
screenshot.png | ||
search.php | ||
searchform.php | ||
single-5ftf_pledge.php | ||
single.php | ||
style.css |
WordPress.org Five for the Future theme
WordPress theme for the Five for the Future subsite.
Developing
npm install
npm start
Make CSS changes in the css/
folder, and css/style.css
will be rebuilt automatically.
See ./css/README.md
for docs on how SASS files are structured.
Committing
Before committing changes to css/
, please run grunt build
to keep the file size down.
Miscellaneous
See the root README for information on syncing changes from Git to SVN.