five-for-the-future/themes/wporg-5ftf
dependabot[bot] 230f2266c6
Bump minimist from 1.2.5 to 1.2.6 in /themes/wporg-5ftf
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-24 17:42:47 +00:00
..
css Theme: Add support for Openverse team, fix Themes Team badge 2022-03-18 12:42:05 -07:00
images Theme: Initial commit. 2019-09-24 16:23:39 -07:00
js Theme: Initial commit. 2019-09-24 16:23:39 -07:00
template-parts Pledges: Tweak spacing & typography 2021-05-11 13:41:56 -07:00
404.php Add missing empty alt attribute to 404’s logo image (#111) 2019-11-23 12:17:17 -05:00
archive-5ftf_pledge.php Theme: Apply coding standards. 2021-05-04 08:52:33 -07:00
archive.php Pledge List: Display pledges in list with sort and search ability (#33) 2019-10-25 16:34:46 -04:00
footer.php Theme: Enable testing new header on w.org sandboxes 2021-12-22 09:09:58 -08:00
functions.php Theme: Sync SVN commits to canonical Git repo. 2022-03-18 12:42:05 -07:00
Gruntfile.js Update and document CSS structure 2019-10-02 10:57:31 -04:00
header.php Theme: Sync SVN commits to canonical Git repo. 2022-03-18 12:42:05 -07:00
index.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
package-lock.json Bump minimist from 1.2.5 to 1.2.6 in /themes/wporg-5ftf 2022-03-24 17:42:47 +00:00
package.json Tools: Update node packages 2020-12-10 12:39:27 -05:00
page.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
README.md Single Pledge: Add intro message to pledges for clarity. 2021-05-04 08:52:23 -07:00
screenshot.png Theme: Initial commit. 2019-09-24 16:23:39 -07:00
search.php Pledge List: Style search results 2019-10-28 20:37:09 -04:00
searchform.php Unify the plugin and theme namespaces 2019-10-22 10:57:04 -07:00
single-5ftf_pledge.php Consistently link to proifiles.wordpress.org/%user/ 2021-12-15 17:19:25 +10:00
single.php Theme: Single pledge view (#43) 2019-10-28 13:38:49 -04:00
style.css Theme: Move above pub/ folder to avoid clutter from sync commits. 2019-09-24 16:49:35 -07:00

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.