]> _ Git - ccv-wordpress.git/commit
WIP #3053
authorStephen Cameron <stephen@cubedesigners.com>
Wed, 25 Sep 2019 16:45:48 +0000 (18:45 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Wed, 25 Sep 2019 16:45:48 +0000 (18:45 +0200)
commitf239f77a7dc191ad225e2f00c2997f62e5946f9d
treec702f412f8a7258f54841fd2039792ee365b459c
WIP #3053
71 files changed:
.gitignore [new file with mode: 0644]
wp-config.php [new file with mode: 0644]
wp-content/themes/CCV/.babelrc [new file with mode: 0644]
wp-content/themes/CCV/.circleci/config.yml [new file with mode: 0644]
wp-content/themes/CCV/.editorconfig [new file with mode: 0644]
wp-content/themes/CCV/.eslintrc.js [new file with mode: 0644]
wp-content/themes/CCV/.gitattributes [new file with mode: 0644]
wp-content/themes/CCV/.gitignore [new file with mode: 0644]
wp-content/themes/CCV/.stylelintrc [new file with mode: 0644]
wp-content/themes/CCV/CHANGELOG.md [new file with mode: 0644]
wp-content/themes/CCV/LICENSE.md [new file with mode: 0644]
wp-content/themes/CCV/README.md [new file with mode: 0644]
wp-content/themes/CCV/app/Composers/Alert.php [new file with mode: 0644]
wp-content/themes/CCV/app/Composers/Title.php [new file with mode: 0644]
wp-content/themes/CCV/app/Providers/ThemeServiceProvider.php [new file with mode: 0644]
wp-content/themes/CCV/app/admin.php [new file with mode: 0644]
wp-content/themes/CCV/app/filters.php [new file with mode: 0644]
wp-content/themes/CCV/app/helpers.php [new file with mode: 0644]
wp-content/themes/CCV/app/setup.php [new file with mode: 0755]
wp-content/themes/CCV/composer.json [new file with mode: 0644]
wp-content/themes/CCV/composer.lock [new file with mode: 0644]
wp-content/themes/CCV/config/app.php [new file with mode: 0644]
wp-content/themes/CCV/config/assets.php [new file with mode: 0644]
wp-content/themes/CCV/config/filesystems.php [new file with mode: 0644]
wp-content/themes/CCV/config/logging.php [new file with mode: 0644]
wp-content/themes/CCV/config/view.php [new file with mode: 0755]
wp-content/themes/CCV/functions.php [new file with mode: 0644]
wp-content/themes/CCV/index.php [new file with mode: 0644]
wp-content/themes/CCV/package.json [new file with mode: 0644]
wp-content/themes/CCV/phpcs.xml [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/fonts/.gitkeep [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/images/.gitkeep [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/app.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/customizer.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/routes/about.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/routes/home.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/scripts/utils.js [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/app.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/common/debug.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/common/global.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/common/mixins.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/assets/styles/common/setup.styl [new file with mode: 0644]
wp-content/themes/CCV/resources/views/404.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/components/alert.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/forms/search.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/index.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/layouts/app.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/page.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/comments.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/content-page.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/content-search.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/content-single.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/content.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/entry-meta.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/footer.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/head.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/header.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/page-header.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/partials/sidebar.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/search.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/single.blade.php [new file with mode: 0644]
wp-content/themes/CCV/resources/views/template-custom.blade.php [new file with mode: 0644]
wp-content/themes/CCV/screenshot.png [new file with mode: 0644]
wp-content/themes/CCV/storage/framework/cache/.gitignore [new file with mode: 0644]
wp-content/themes/CCV/storage/framework/cache/data/.gitignore [new file with mode: 0644]
wp-content/themes/CCV/storage/framework/views/.gitignore [new file with mode: 0644]
wp-content/themes/CCV/storage/logs/.gitignore [new file with mode: 0644]
wp-content/themes/CCV/style.css [new file with mode: 0644]
wp-content/themes/CCV/tailwind.config.js [new file with mode: 0644]
wp-content/themes/CCV/webpack.mix.js [new file with mode: 0644]
wp-content/themes/CCV/yarn.lock [new file with mode: 0644]