mods in naming packages and theme
This commit is contained in:
parent
5b728241b8
commit
fda61b9acd
File diff suppressed because it is too large
Load Diff
45
package.json
45
package.json
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"name": "foundationpress",
|
"name": "archive-wp-theme",
|
||||||
"title": "FoundationPress",
|
"title": "arcHIVE wordpress theme",
|
||||||
"version": "2.10.6",
|
"version": "1.0.0",
|
||||||
"description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb",
|
"description": "arcHIVE theme is a design by Oficina De Disseny converted into HTML5, CSS and PHP by vitrubio.net for Hangar.org",
|
||||||
"homepage": "https://foundationpress.olefredrik.com",
|
"homepage": "https://arc-hive.zone",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "gulpfile.babel.js",
|
"main": "gulpfile.babel.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -15,10 +15,9 @@
|
||||||
"phpcbf": "gulp phpcbf"
|
"phpcbf": "gulp phpcbf"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
"arcHIVE",
|
||||||
"FoundationPress",
|
"FoundationPress",
|
||||||
"WordPress",
|
"WordPress",
|
||||||
"starter theme",
|
|
||||||
"Foundation",
|
|
||||||
"semantic",
|
"semantic",
|
||||||
"mobile first",
|
"mobile first",
|
||||||
"customizable",
|
"customizable",
|
||||||
|
@ -26,7 +25,7 @@
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"foundation-sites": "6.5.1",
|
"foundation-sites": "6.5.1",
|
||||||
"jquery": "~3.0.0",
|
"jquery": "^3.6.0",
|
||||||
"motion-ui": "^2.0.3",
|
"motion-ui": "^2.0.3",
|
||||||
"what-input": "^4.1.3"
|
"what-input": "^4.1.3"
|
||||||
},
|
},
|
||||||
|
@ -36,41 +35,41 @@
|
||||||
"babel-loader": "^7.1.2",
|
"babel-loader": "^7.1.2",
|
||||||
"babel-preset-es2015": "^6.3.13",
|
"babel-preset-es2015": "^6.3.13",
|
||||||
"babel-register": "^6.7.2",
|
"babel-register": "^6.7.2",
|
||||||
"browser-sync": "^2.26.3",
|
"browser-sync": "^2.26.14",
|
||||||
"dateformat": "^3.0.2",
|
"dateformat": "^3.0.2",
|
||||||
"fancy-log": "^1.3.2",
|
"fancy-log": "^1.3.2",
|
||||||
"gulp": "^4.0",
|
"gulp": "^4.0",
|
||||||
"gulp-autoprefixer": "^3.1.0",
|
"gulp-autoprefixer": "^7.0.1",
|
||||||
"gulp-babel": "^6.1.2",
|
"gulp-babel": "^8.0.0",
|
||||||
"gulp-clean-css": "^4.0.0",
|
"gulp-clean-css": "^4.0.0",
|
||||||
"gulp-cli": "^2.0.1",
|
"gulp-cli": "^2.0.1",
|
||||||
"gulp-concat": "^2.5.2",
|
"gulp-concat": "^2.5.2",
|
||||||
"gulp-extname": "^0.2.0",
|
"gulp-extname": "^0.2.0",
|
||||||
"gulp-if": "^2.0.0",
|
"gulp-if": "^2.0.0",
|
||||||
"gulp-imagemin": "^5.0.3",
|
"gulp-imagemin": "^5.0.3",
|
||||||
"gulp-load-plugins": "^1.1.0",
|
"gulp-load-plugins": "^2.0.6",
|
||||||
"gulp-phpcbf": "^0.1.2",
|
"gulp-phpcbf": "^0.1.2",
|
||||||
"gulp-phpcs": "^2.1.0",
|
"gulp-phpcs": "^3.1.0",
|
||||||
"gulp-rev": "^8.0.0",
|
"gulp-rev": "^9.0.0",
|
||||||
"gulp-sass": "^3.1.0",
|
"gulp-sass": "^4.1.0",
|
||||||
"gulp-sourcemaps": "^1.6.0",
|
"gulp-sourcemaps": "^1.6.0",
|
||||||
"gulp-uglify": "^1.2.0",
|
"gulp-uglify": "^3.0.2",
|
||||||
"gulp-zip": "^4.0.0",
|
"gulp-zip": "^5.1.0",
|
||||||
"js-yaml": "^3.13.0",
|
"js-yaml": "^3.14.1",
|
||||||
"panini": "^1.6.3",
|
"panini": "^1.7.1",
|
||||||
"rimraf": "^2.4.3",
|
"rimraf": "^2.4.3",
|
||||||
"style-sherpa": "^1.0.0",
|
"style-sherpa": "^1.0.0",
|
||||||
"vinyl-named": "^1.1.0",
|
"vinyl-named": "^1.1.0",
|
||||||
"webpack": "^3.10.0",
|
"webpack": "^5.36.0",
|
||||||
"webpack-stream": "^4.0.0",
|
"webpack-stream": "^6.1.2",
|
||||||
"yargs": "^3.8.0"
|
"yargs": "^3.8.0"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/olefredrik/foundationpress.git"
|
"url": "https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/src/branch/dev-foundationpress"
|
||||||
},
|
},
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://github.com/olefredrik/foundationpress/issues"
|
"url": "https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/issues"
|
||||||
},
|
},
|
||||||
"babel": {
|
"babel": {
|
||||||
"presets": [
|
"presets": [
|
||||||
|
|
14
style.css
14
style.css
|
@ -1,11 +1,11 @@
|
||||||
/*
|
/*
|
||||||
Theme Name: FoundationPress
|
Theme Name: arcHIVE theme
|
||||||
Theme URI: http://foundationpress.olefredrik.com
|
Theme URI: https://arc-hive.zone
|
||||||
Github Theme URI: https://github.com/olefredrik/FoundationPress
|
Git Theme URI: https://git.hangar.org/arcHIVE-tech/arcHIVE-wordpress-theme/src/branch/dev-foundationpress
|
||||||
Description: FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
|
Description: arcHIVE theme is a design by <a href="http://oficinadedisseny.net"/>Oficina De Disseny</a> converted into HTML5, CSS and PHP by <a href="https://vitrubio.net/">Jorge - vitrubio.net</a> for <a href="https://hangar.org">Hangar</a>
|
||||||
Version: 2.10.4
|
Version: 1.0.0
|
||||||
Author: Ole Fredrik Lie
|
Author: Jorge - vitrubio.net
|
||||||
Author URI: http://olefredrik.com/
|
Author URI: http://vitrubio.net/
|
||||||
|
|
||||||
License: MIT License
|
License: MIT License
|
||||||
License URI: http://www.opensource.org/licenses/mit-license.php
|
License URI: http://www.opensource.org/licenses/mit-license.php
|
||||||
|
|
Loading…
Reference in New Issue