Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creativecommons/creativecommons-certificate
WordPress theme for the CC Certificate Website
https://github.com/creativecommons/creativecommons-certificate
composer javascript wordpress-theme
Last synced: 2 months ago
JSON representation
WordPress theme for the CC Certificate Website
- Host: GitHub
- URL: https://github.com/creativecommons/creativecommons-certificate
- Owner: creativecommons
- License: mit
- Created: 2020-06-11T17:20:52.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T17:19:06.000Z (9 months ago)
- Last Synced: 2024-05-01T09:40:46.736Z (8 months ago)
- Topics: composer, javascript, wordpress-theme
- Language: PHP
- Homepage:
- Size: 15.9 MB
- Stars: 1
- Watchers: 6
- Forks: 6
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Certificate WordPress Theme
`ccommons-certificates` is a WordPress theme for https://certificates.creativecommons.org.
## Code of conduct
[`CODE_OF_CONDUCT.md`][org-coc]:
> The Creative Commons team is committed to fostering a welcoming community.
> This project and all other Creative Commons open source projects are governed
> by our [Code of Conduct][code_of_conduct]. Please report unacceptable
> behavior to [[email protected]](mailto:[email protected])
> per our [reporting guidelines][reporting_guide].[org-coc]: https://github.com/creativecommons/.github/blob/main/CODE_OF_CONDUCT.md
[code_of_conduct]: https://opensource.creativecommons.org/community/code-of-conduct/
[reporting_guide]: https://opensource.creativecommons.org/community/code-of-conduct/enforcement/## Contributing
See [`CONTRIBUTING.md`][org-contrib].
[org-contrib]: https://github.com/creativecommons/.github/blob/main/CONTRIBUTING.md
## Requirements
- PHP > 7.3
- WordPress > 5.5.3### Plugin and Theme Requirements
Must be used with the parent theme [creativecommons-base](https://github.com/creativecommons/creativecommons-base).
Relies on the following plugins:
```
+-----------------------------+----------------+-----------+-----------+
| name | status | update | version |
+-----------------------------+----------------+-----------+-----------+
| advanced-custom-fields-pro | active-network | available | 5.9.1 |
| queulat | active-network | none | 0.1.0 |
| the-events-calendar | active-network | none | 5.2.1 |
| wordpress-seo | active-network | available | 15.2 |
+-----------------------------+----------------+-----------+-----------+
```## Installation
> With composer
Add the following to your `composer.json` file:
```json
{
"repositories": [
{
"type": "vcs",
"url": "https://github.com/creativecommons/creativecommons-certificate"
}
],
"require": {
"creativecommons/creativecommons-certificate": "dev-master"
}
}
```> Manual Installation
1. Click the 'Code' button on this Github page and select 'Download ZIP'.
2. In your admin panel, go to Appearance -> Themes and click the 'Add New' button.
3. Click on 'Upload Theme', select the zip file, and click on 'Install Now'.
4. Click on the 'Activate' button to use your new theme right away.## Local Development
- Frontend JavaScript and CSS are located in the `front/` directory. There you can `npm install` and `npm run watch` to recompile scss and js files when files are updated. You'll still need to manually refresh your browser to see changes. Alternatively, `npm run watch` can be paired with something like [BrowserSync](https://browsersync.io) to auto update your browser tab when changes are made. You can use the command `browser-sync start --proxy https://your-local-domain.test --files="**/*.css,**/*.php"` in the root of the theme as an example.
## Manual Deployment
1. Export local DB with url rename `wp search-replace 'certs-backup.test' 'tempcert.creativecommons.org' --export=certs.sql`
2. Zip uploads directory `zip uploads.zip uploads -r`
3. Upload `.zip` to production server