78 lines
2.3 KiB
Markdown
78 lines
2.3 KiB
Markdown
# xarxaprod-wp-theme
|
|
|
|
Them for the Xarxaprod.cat WordPress website.
|
|
|
|
### Theme's details
|
|
|
|
- Contributors: jorge-vitrubio.net
|
|
- Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
|
- Requires at least: 4.5
|
|
- Tested up to: 6.4.2
|
|
- Requires PHP: 7.0
|
|
- Stable tag: 1.0.0
|
|
- License: GNU General Public License v3 or later
|
|
- License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
|
|
|
|
|
## Description
|
|
|
|
A WordPress theme for the Xarxaprod.cat
|
|
|
|
## Installation
|
|
|
|
1. In your admin panel, go to Appearance > Themes and click the Add New button.
|
|
2. Click Upload Theme and Choose File, then select the theme's .zip file. Click Install Now.
|
|
3. Click Activate to use your new theme right away.
|
|
|
|
## Design and styles
|
|
|
|
### Logo
|
|
|
|
### Colors
|
|
The colors used in the design are:
|
|
- black: `#000000` `rgb(0,0,0)`
|
|
- white: `#ffffff` `rgb(255,255,255)`
|
|
- red: `#f27173` `rgb(242,113,115)`
|
|
- yellow: `#f6cc4c` `rgb(246,204,076)`
|
|
- green: `#84c779` `rgb(132,199,121)`
|
|
- cyan: `#61cae4` `rgb(97,202,228)`
|
|
- lila: `#de7fb4` `rgb(222,127,180)`
|
|
- pink: `#f58b77` `rgb(245,139,119)`
|
|
- violet: `#5859a7` `rgb(88,89,167)`
|
|
|
|
### Fonts
|
|
|
|
## Development
|
|
|
|
Is is developed using the underscores base, wich is capable of interpreting sass/scss, php control and other magic.
|
|
|
|
### npm
|
|
Before being able to use npm, do `npm install` and follow screen instrucions.
|
|
|
|
#### all npm actions
|
|
to see all the implemented actions do `npm run` and will show help
|
|
|
|
### Sass / Scss
|
|
Edit the files inside `sass` directory, they are well documented.
|
|
To compile sass, with in the theme directory do:
|
|
- to follow changes as you work `npm run watch`
|
|
- to compile css before deploy `npm run compile:css`
|
|
- to compile css applied in the admin/loged in dashboard 'npm run compile:cssadmin'
|
|
|
|
|
|
## Frequently Asked Questions
|
|
|
|
### Does this theme support any plugins?
|
|
|
|
Xarxaprod theme includes support for Xarxaprod plugin.
|
|
|
|
## Changelog
|
|
|
|
### 1.0 - 29th decembre 2023
|
|
- Initial release
|
|
|
|
## Credits
|
|
- Developed by Jorge Vitoria (vitrubio.net) on top of the design by Eudald Van der Pla (vanderpla.com)
|
|
- Based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
|
|
- normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)
|