]> _ Git - c6-wordpress.git/commit
Initial setup. WIP #2684 @7
authorStephen Cameron <stephen@cubedesigners.com>
Fri, 19 Apr 2019 16:52:09 +0000 (18:52 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Fri, 19 Apr 2019 16:52:09 +0000 (18:52 +0200)
commitb64495a8a3fc48f000e65214b1ea55eacf637348
treeb86891d4dc15da4992ff583e1f2d758f30a0ae52
Initial setup. WIP #2684 @7
95 files changed:
.gitignore [new file with mode: 0644]
wp-config.php [new file with mode: 0644]
wp-content/themes/c6/.editorconfig [new file with mode: 0644]
wp-content/themes/c6/.eslintrc.js [new file with mode: 0644]
wp-content/themes/c6/.gitignore [new file with mode: 0644]
wp-content/themes/c6/.stylelintrc.js [new file with mode: 0644]
wp-content/themes/c6/app/Controllers/App.php [new file with mode: 0644]
wp-content/themes/c6/app/Controllers/FrontPage.php [new file with mode: 0644]
wp-content/themes/c6/app/admin.php [new file with mode: 0644]
wp-content/themes/c6/app/filters.php [new file with mode: 0644]
wp-content/themes/c6/app/helpers.php [new file with mode: 0644]
wp-content/themes/c6/app/setup.php [new file with mode: 0644]
wp-content/themes/c6/composer.json [new file with mode: 0644]
wp-content/themes/c6/composer.lock [new file with mode: 0644]
wp-content/themes/c6/config/assets.php [new file with mode: 0644]
wp-content/themes/c6/config/theme.php [new file with mode: 0644]
wp-content/themes/c6/config/view.php [new file with mode: 0644]
wp-content/themes/c6/package.json [new file with mode: 0644]
wp-content/themes/c6/phpcs.xml [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/config.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/helpers/hmr-client.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/helpers/public-path.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/postcss.config.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/util/addHotMiddleware.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/util/assetManifestsFormatter.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/util/desire.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/webpack.config.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/webpack.config.optimize.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/build/webpack.config.watch.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/config.json [new file with mode: 0644]
wp-content/themes/c6/resources/assets/fonts/.gitkeep [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/.gitkeep [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/arrow-down.svg [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/arrow.svg [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/logo.svg [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/menu-close.svg [new file with mode: 0644]
wp-content/themes/c6/resources/assets/images/menu.svg [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/customizer.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/main.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/routes/about.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/routes/common.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/routes/home.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/util/Router.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/scripts/util/camelCase.js [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/animations.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/debug.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/global.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/mixins.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/reset.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/utilities.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/common/variables.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/buttons.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/forms.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/headings.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/navigation-offcanvas.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/navigation.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/text.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/components/wp-classes.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/footer.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/header.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/pages.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/posts.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/sections.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/sidebar.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/layouts/tinymce.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/main.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/pages/contact.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/pages/home.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/pages/votre-projet.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/widgets/cookie-notice.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/widgets/hero-block.styl [new file with mode: 0644]
wp-content/themes/c6/resources/assets/styles/widgets/text-block.styl [new file with mode: 0644]
wp-content/themes/c6/resources/functions.php [new file with mode: 0644]
wp-content/themes/c6/resources/index.php [new file with mode: 0644]
wp-content/themes/c6/resources/screenshot.png [new file with mode: 0644]
wp-content/themes/c6/resources/style.css [new file with mode: 0644]
wp-content/themes/c6/resources/views/404.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/index.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/layouts/app.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/page.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/comments.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/content-page.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/content-search.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/content-single.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/content.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/entry-meta.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/footer.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/head.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/header.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/page-header.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/partials/sidebar.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/search.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/single.blade.php [new file with mode: 0644]
wp-content/themes/c6/resources/views/template-custom.blade.php [new file with mode: 0644]
wp-content/themes/c6/yarn.lock [new file with mode: 0644]