Skip to content

Commit e7d162c

Browse files
authored
V1.0.6 (#18)
* adding child theme as subproject * added a script to export child theme to their own repo * updated the export theme * added custom admin via GH * preparing for 1.0.6 release * added responsive slider via GH * added speed up optimize too via GH * removed wrong code in header * removed sidebar in header * added footer widget locations
1 parent e3e7c44 commit e7d162c

File tree

96 files changed

+101
-15026
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+101
-15026
lines changed

scripts/dev/exporttheme.sh

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1+
# this exports theme to be ready for theme submission
2+
# https://wordpress.org/themes/upload/
3+
14
zip -r bootstrapfast.zip web/wp-content/themes/bootstrapfast/assets web/wp-content/themes/bootstrapfast/inc web/wp-content/themes/bootstrapfast/template-parts web/wp-content/themes/bootstrapfast/*.php web/wp-content/themes/bootstrapfast/LICENSE web/wp-content/themes/bootstrapfast/readme.txt web/wp-content/themes/bootstrapfast/*.css web/wp-content/themes/bootstrapfast/screenshot.png

scripts/dev/updatechild.sh

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# this copies the latest theme assets that can be utilized by the child themes
2+
#
3+
4+
yes | cp -R web/wp-content/themes/bootstrapfast/src web/wp-content/themes/bootstrapfastchild/
5+
6+
# yes | cp -rf web/wp-content/themes/bootstrapfast/src/**/* web/wp-content/themes/bootstrapfastchild/src/
7+
8+
#yes | cp -rf web/wp-content/themes/bootstrapfast/src/**/**/* web/wp-content/themes/bootstrapfastchild/src
9+
10+
#yes | cp -rf web/wp-content/themes/bootstrapfast/src/**/**/**/* web/wp-content/themes/bootstrapfastchild/src

web/wp-content/plugins/customadmin/README.md

-48
This file was deleted.

0 commit comments

Comments
 (0)