first commit in dev
This commit is contained in:
parent
461cb62288
commit
bfc4e224d7
|
@ -25,6 +25,7 @@ node_modules/
|
|||
|
||||
# ignore local personal files
|
||||
*.geany
|
||||
.vscode/
|
||||
.DS_Store
|
||||
theme/
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[![Build Status](https://travis-ci.org/Automattic/_s.svg?branch=master)](https://travis-ci.org/Automattic/_s)
|
||||
|
||||
_s
|
||||
_s for oficina de suport
|
||||
===
|
||||
|
||||
Hi. I'm a starter theme called `_s`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
"scripts": {
|
||||
"lint:wpcs": "@php ./vendor/squizlabs/php_codesniffer/bin/phpcs",
|
||||
"lint:php": "@php ./vendor/bin/parallel-lint --exclude .git --exclude vendor .",
|
||||
"make-pot": "wp i18n make-pot . languages/_s.pot"
|
||||
"make-pot": "wp i18n make-pot . languages/ofisuport.pot"
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/Automattic/_s/issues",
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -17,7 +17,7 @@
|
|||
"url": "https://github.com/Automattic/_s/issues"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@wordpress/scripts": "^19.2.2",
|
||||
"@wordpress/scripts": "^24.4.0",
|
||||
"dir-archiver": "^1.1.1",
|
||||
"node-sass": "^7.0.1",
|
||||
"rtlcss": "^3.5.0"
|
||||
|
@ -41,6 +41,6 @@
|
|||
"compile:rtl": "rtlcss style.css style-rtl.css",
|
||||
"lint:scss": "wp-scripts lint-style 'sass/**/*.scss'",
|
||||
"lint:js": "wp-scripts lint-js 'js/*.js'",
|
||||
"bundle": "dir-archiver --src . --dest ../_s.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock"
|
||||
"bundle": "dir-archiver --src . --dest ../OficinaDeSuport-theme.zip --exclude .DS_Store .stylelintrc.json .eslintrc .git .gitattributes .github .gitignore README.md composer.json composer.lock node_modules vendor package-lock.json package.json .travis.yml phpcs.xml.dist sass style.css.map yarn.lock"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
Multiple valid text domains can be provided as a comma-delimited list. -->
|
||||
<rule ref="WordPress.WP.I18n">
|
||||
<properties>
|
||||
<property name="text_domain" type="array" value="_s"/>
|
||||
<property name="text_domain" type="array" value="ofisuport"/>
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
|
@ -93,7 +93,7 @@
|
|||
Multiple valid prefixes can be provided as a comma-delimited list. -->
|
||||
<rule ref="WordPress.NamingConventions.PrefixAllGlobals">
|
||||
<properties>
|
||||
<property name="prefixes" type="array" value="_s" />
|
||||
<property name="prefixes" type="array" value="ofisuport" />
|
||||
</properties>
|
||||
</rule>
|
||||
|
||||
|
|
14
readme.txt
14
readme.txt
|
@ -4,11 +4,11 @@ Contributors: automattic
|
|||
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
|
||||
|
||||
Requires at least: 4.5
|
||||
Tested up to: 5.4
|
||||
Requires PHP: 5.6
|
||||
Tested up to: 6.0.3
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 1.0.0
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: LICENSE
|
||||
License: GNU General Public License v3 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
|
||||
|
||||
A starter theme called Oficina de Suport theme.
|
||||
|
||||
|
@ -26,14 +26,14 @@ theme for the Oficina de Suport de Xarxaprod.cat
|
|||
|
||||
= Does this theme support any plugins? =
|
||||
|
||||
Oficina de Suport theme includes support for WooCommerce and for Infinite Scroll in Jetpack.
|
||||
Oficina de Suport theme includes support for Oficina de Suport plugin and for Infinite Scroll in Jetpack.
|
||||
|
||||
== Changelog ==
|
||||
|
||||
= 1.0 - May 12 2015 =
|
||||
= 1.0 - 25th october 2022 =
|
||||
* 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)
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
'name' => 'automattic/underscores',
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '1d21705ef199a337fbc9790702a658bcf2f90418',
|
||||
'reference' => '461cb622889de96244039a6d4178e77fac4f9abd',
|
||||
'type' => 'wordpress-theme',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
@ -13,7 +13,7 @@
|
|||
'automattic/underscores' => array(
|
||||
'pretty_version' => 'dev-main',
|
||||
'version' => 'dev-main',
|
||||
'reference' => '1d21705ef199a337fbc9790702a658bcf2f90418',
|
||||
'reference' => '461cb622889de96244039a6d4178e77fac4f9abd',
|
||||
'type' => 'wordpress-theme',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
|
|
Loading…
Reference in New Issue