]> _ Git - stop-the-robots.git/commit
Initial commit. WIP #3665 @3.5
authorStephen Cameron <stephen@cubedesigners.com>
Tue, 23 Jun 2020 18:04:58 +0000 (20:04 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Tue, 23 Jun 2020 18:04:58 +0000 (20:04 +0200)
commit2954a42378096ec007180db36ae1b33eef5be630
treec7a99a21ccffdb482b0337aa4a2d3bf1ae47adfe
Initial commit. WIP #3665 @3.5
70 files changed:
.gitignore [new file with mode: 0644]
wp-config.php [new file with mode: 0644]
wp-content/themes/STR/.babelrc [new file with mode: 0644]
wp-content/themes/STR/.circleci/config.yml [new file with mode: 0644]
wp-content/themes/STR/.editorconfig [new file with mode: 0644]
wp-content/themes/STR/.eslintrc.js [new file with mode: 0644]
wp-content/themes/STR/.gitattributes [new file with mode: 0644]
wp-content/themes/STR/.gitignore [new file with mode: 0644]
wp-content/themes/STR/.stylelintrc [new file with mode: 0644]
wp-content/themes/STR/CHANGELOG.md [new file with mode: 0644]
wp-content/themes/STR/LICENSE.md [new file with mode: 0644]
wp-content/themes/STR/README.md [new file with mode: 0644]
wp-content/themes/STR/app/Composers/Alert.php [new file with mode: 0644]
wp-content/themes/STR/app/Composers/Title.php [new file with mode: 0644]
wp-content/themes/STR/app/Providers/ThemeServiceProvider.php [new file with mode: 0644]
wp-content/themes/STR/app/View/Components/Alert.php [new file with mode: 0644]
wp-content/themes/STR/app/View/Composers/App.php [new file with mode: 0644]
wp-content/themes/STR/app/View/Composers/Post.php [new file with mode: 0644]
wp-content/themes/STR/app/admin.php [new file with mode: 0644]
wp-content/themes/STR/app/filters.php [new file with mode: 0644]
wp-content/themes/STR/app/helpers.php [new file with mode: 0644]
wp-content/themes/STR/app/setup.php [new file with mode: 0755]
wp-content/themes/STR/composer.json [new file with mode: 0644]
wp-content/themes/STR/composer.lock [new file with mode: 0644]
wp-content/themes/STR/config/app.php [new file with mode: 0644]
wp-content/themes/STR/config/assets.php [new file with mode: 0644]
wp-content/themes/STR/config/filesystems.php [new file with mode: 0644]
wp-content/themes/STR/config/logging.php [new file with mode: 0644]
wp-content/themes/STR/config/view.php [new file with mode: 0755]
wp-content/themes/STR/functions.php [new file with mode: 0644]
wp-content/themes/STR/index.php [new file with mode: 0644]
wp-content/themes/STR/package.json [new file with mode: 0644]
wp-content/themes/STR/resources/assets/fonts/.gitkeep [new file with mode: 0644]
wp-content/themes/STR/resources/assets/images/.gitkeep [new file with mode: 0644]
wp-content/themes/STR/resources/assets/images/background.jpg [new file with mode: 0644]
wp-content/themes/STR/resources/assets/images/logo-STR.png [new file with mode: 0644]
wp-content/themes/STR/resources/assets/scripts/app.js [new file with mode: 0644]
wp-content/themes/STR/resources/assets/scripts/customizer.js [new file with mode: 0644]
wp-content/themes/STR/resources/assets/scripts/editor.js [new file with mode: 0644]
wp-content/themes/STR/resources/assets/scripts/utils.js [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/app.styl [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/common/debug.styl [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/common/global.styl [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/common/mixins.styl [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/common/setup.styl [new file with mode: 0644]
wp-content/themes/STR/resources/assets/styles/editor.styl [new file with mode: 0644]
wp-content/themes/STR/resources/views/404.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/components/alert.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/forms/search.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/index.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/layouts/app.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/page.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/comments.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/content-page.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/content-search.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/content-single.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/content.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/entry-meta.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/footer.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/header.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/page-header.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/partials/sidebar.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/search.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/single.blade.php [new file with mode: 0644]
wp-content/themes/STR/resources/views/template-custom.blade.php [new file with mode: 0644]
wp-content/themes/STR/screenshot.png [new file with mode: 0644]
wp-content/themes/STR/style.css [new file with mode: 0644]
wp-content/themes/STR/tailwind.config.js [new file with mode: 0644]
wp-content/themes/STR/webpack.mix.js [new file with mode: 0644]
wp-content/themes/STR/yarn.lock [new file with mode: 0644]