Skip to content

Commit

Permalink
Merge pull request #27 from danielkellyio/bug/updates
Browse files Browse the repository at this point in the history
Bug/updates
  • Loading branch information
danielkellyio authored Apr 14, 2020
2 parents 02c6da8 + 7536bbb commit 1dd1922
Show file tree
Hide file tree
Showing 128 changed files with 6,562 additions and 4,793 deletions.
Empty file modified .eslintignore
100644 → 100755
Empty file.
Empty file modified .eslintrc.js
100644 → 100755
Empty file.
1 change: 1 addition & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,4 @@ sw.*

#Awake CMS
static/api
static/admin
Empty file modified .prettierrc
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
Empty file modified assets/README.md
100644 → 100755
Empty file.
Empty file modified assets/buefy.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/scss/_animations.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_layout.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_transitions.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_util.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/_vars.scss
100644 → 100755
Empty file.
Empty file modified assets/scss/styles.scss
100644 → 100755
Empty file.
Empty file modified assets/uploads/about-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/cat-1045782_1920.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/contact-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/contact-person.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/disqus-add-to-website.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/disqus-get-started.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/disqus-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/disqus-platform-button.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/disqus-site-short-name.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/getting-started-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/home-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/inside-glacier-cave-2.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/logo.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/mailchimp.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/marc-olivier-jodoin-nqoinj-ttqm-unsplash.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/markup-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/page-speed-insights.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/purge-css-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/resource-grid-hero.jpg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/screen-shot-2019-08-01-at-1.03.08-pm.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/uploads/screen-shot-2019-08-01-at-1.05.09-pm.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build-tools/afterBuild.js
100644 → 100755
Empty file.
Empty file modified build-tools/beforeBuild.js
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion cms/netlify/build/copy-static-to-dist.js
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const ncp = require('ncp').ncp
ncp.limit = 16

export default () => {
ncp(`${__dirname}/../static`, `${__dirname}/../../../dist`, (err) => {
ncp(`${__dirname}/../static`, `${__dirname}/../../../static`, (err) => {
if (err) {
return console.error(err)
}
Expand Down
Empty file modified cms/netlify/build/generate-category-api.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/build/generate-post-api.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/build/helper.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/category.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/cms.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/helper.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/hooks/afterBuild.js
100644 → 100755
Empty file.
2 changes: 2 additions & 0 deletions cms/netlify/hooks/beforeBuild.js
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
import generatePostApi from '../build/generate-post-api'
import generateCategoryApi from '../build/generate-category-api'
import copyStaticToDist from '../build/copy-static-to-dist'

export default () => {
generatePostApi()
generateCategoryApi()
copyStaticToDist()
}
Empty file modified cms/netlify/hooks/lifeCycle.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/mixins.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/post.js
100644 → 100755
Empty file.
Empty file modified cms/netlify/static/admin/config.yml
100644 → 100755
Empty file.
Empty file modified cms/netlify/static/admin/index.html
100644 → 100755
Empty file.
Empty file modified components/ContactForm.vue
100644 → 100755
Empty file.
Empty file modified components/DisqusComments.vue
100644 → 100755
Empty file.
Empty file modified components/HamburgerButton.vue
100644 → 100755
Empty file.
Empty file modified components/IntersectionObserver.vue
100644 → 100755
Empty file.
Empty file modified components/LoadingSpinner.vue
100644 → 100755
Empty file.
Empty file modified components/MainSection.vue
100644 → 100755
Empty file.
Empty file modified components/Markdown.vue
100644 → 100755
Empty file.
Empty file modified components/ModalOverlay.vue
100644 → 100755
Empty file.
Empty file modified components/NewsLetterForm.vue
100644 → 100755
Empty file.
Empty file modified components/NewsLetterFormModal.vue
100644 → 100755
Empty file.
Empty file modified components/NewsLetterSlideOut.vue
100644 → 100755
Empty file.
Empty file modified components/PostSidebar.vue
100644 → 100755
Empty file.
Empty file modified components/README.md
100644 → 100755
Empty file.
Empty file modified components/SiteFooter.vue
100644 → 100755
Empty file.
Empty file modified components/SiteHero.vue
100644 → 100755
Empty file.
Empty file modified components/SiteLogo.vue
100644 → 100755
Empty file.
Empty file modified components/SiteNav.vue
100644 → 100755
Empty file.
Empty file modified components/SiteSearch.vue
100644 → 100755
Empty file.
Empty file modified components/cards/CategoryCard.vue
100644 → 100755
Empty file.
Empty file modified components/cards/GenericCard.vue
100644 → 100755
Empty file.
Empty file modified components/cards/PostCard.vue
100644 → 100755
Empty file.
Empty file modified components/cards/QuoteCard.vue
100644 → 100755
Empty file.
Empty file modified components/grids/CategoriesGrid.vue
100644 → 100755
Empty file.
Empty file modified components/grids/PostsGrid.vue
100644 → 100755
Empty file.
Empty file modified components/grids/PresentationalGrid.vue
100644 → 100755
Empty file.
Empty file modified components/grids/ResourceGrid.vue
100644 → 100755
Empty file.
Empty file modified config/_siteConfig.js
100644 → 100755
Empty file.
Empty file modified config/build.js
100644 → 100755
Empty file.
Empty file modified config/css.js
100644 → 100755
Empty file.
Empty file modified config/generate.js
100644 → 100755
Empty file.
Empty file modified config/head.js
100644 → 100755
Empty file.
Empty file modified config/modules.js
100644 → 100755
Empty file.
Empty file modified config/plugins.js
100644 → 100755
Empty file.
Empty file modified content/categories/about-awake.md
100644 → 100755
Empty file.
Empty file modified content/categories/third-party-integrations.md
100644 → 100755
Empty file.
Empty file modified content/posts/built-for-speed.md
100644 → 100755
Empty file.
Empty file modified content/posts/comments-support.md
100644 → 100755
Empty file.
Empty file modified content/posts/getting-started-with-awake.md
100644 → 100755
Empty file.
Empty file modified content/posts/light-css-footprint.md
100644 → 100755
Empty file.
Empty file modified content/posts/newsletter-signup.md
100644 → 100755
Empty file.
Empty file modified content/posts/post-markup-and-formatting.md
100644 → 100755
Empty file.
Empty file modified content/posts/resourcegrid-vue.md
100644 → 100755
Empty file.
Empty file modified helper.js
100644 → 100755
Empty file.
Empty file modified layouts/README.md
100644 → 100755
Empty file.
Empty file modified layouts/default.vue
100644 → 100755
Empty file.
Empty file modified layouts/full.vue
100644 → 100755
Empty file.
Empty file modified middleware/README.md
100644 → 100755
Empty file.
Empty file modified netlify.toml
100644 → 100755
Empty file.
Empty file modified nuxt.config.js
100644 → 100755
Empty file.
11,339 changes: 6,551 additions & 4,788 deletions package-lock.json
100644 → 100755

Large diffs are not rendered by default.

11 changes: 7 additions & 4 deletions package.json
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@
"md5": "^2.2.1",
"ncp": "^2.0.0",
"netlify-cms": "^2.9.5",
"nuxt": "^2.0.0",
"nuxt": "^2.12.2",
"nuxt-buefy": "^0.3.2",
"nuxt-fontawesome": "^0.4.0",
"opti-image": "^0.10.0",
"react": "^16.8.6",
"showdown": "^1.9.0",
"showdown": "^1.9.1",
"url-parse": "^1.4.7",
"v-runtime-template": "^1.10.0",
"vue-disqus": "^3.0.5"
Expand All @@ -64,12 +64,15 @@
"eslint-plugin-standard": ">=4.0.0",
"eslint-plugin-vue": "^5.2.2",
"gray-matter-loader": "0.0.10",
"node-sass": "^4.12.0",
"node-sass": "^4.13.1",
"nodemon": "^1.18.9",
"nuxt-responsive-loader": "^1.0.3",
"prettier": "^1.16.4",
"rimraf": "^2.6.3",
"sass-loader": "^7.1.0",
"sharp": "^0.22.1"
"sharp": "^0.22.1",
"vue": "^2.6.11",
"vue-server-renderer": "^2.6.11",
"vue-template-compiler": "^2.6.11"
}
}
Empty file modified pages/README.md
100644 → 100755
Empty file.
Empty file modified pages/_singlePost.vue
100644 → 100755
Empty file.
Empty file modified pages/about.vue
100644 → 100755
Empty file.
Empty file modified pages/categories/_single.vue
100644 → 100755
Empty file.
Empty file modified pages/categories/index.vue
100644 → 100755
Empty file.
Empty file modified pages/contact.vue
100644 → 100755
Empty file.
Empty file modified pages/index.vue
100644 → 100755
Empty file.
Empty file modified plugins/Components.js
100644 → 100755
Empty file.
Empty file modified plugins/Disqus.js
100644 → 100755
Empty file.
Empty file modified plugins/EventBus.js
100644 → 100755
Empty file.
Empty file modified plugins/Globals.js
100644 → 100755
Empty file.
Empty file modified plugins/OptiImage.js
100644 → 100755
Empty file.
Empty file modified plugins/README.md
100644 → 100755
Empty file.
Binary file added screenshot.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/README.md
100644 → 100755
Empty file.
Empty file modified static/favicon.ico
100644 → 100755
Empty file.
Empty file modified static/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/logo-frames/logo-f0.svg
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified static/logo-frames/logo-f1.svg
100644 → 100755
Empty file modified static/logo-frames/logo-f2.svg
100644 → 100755
Empty file modified static/logo-frames/logo-f3.svg
100644 → 100755
Empty file modified static/logo-frames/logo-f4.svg
100644 → 100755
Empty file modified static/logo.png
100644 → 100755
Empty file modified static/logo.svg
100644 → 100755
Empty file modified store/README.md
100644 → 100755
Empty file.
Empty file modified store/index.js
100644 → 100755
Empty file.

0 comments on commit 1dd1922

Please sign in to comment.