Skip to content

Commit

Permalink
Alight edit to test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
garywoodfine committed Feb 9, 2021
1 parent 1bc1dfd commit ddc0919
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 19 deletions.
2 changes: 0 additions & 2 deletions README.md
@@ -1,7 +1,5 @@
[![Geek.I.Am ](https://github.com/threenine/geekiam/blob/master/resources/logo/geekiam-logo.png)](https://geekiam.io)

[![Netlify Status](https://api.netlify.com/api/v1/badges/8efb3bdf-7233-4af4-8ce4-4ef961592200/deploy-status)](https://app.netlify.com/sites/geekiam/deploys)

Welcome to the code base for [Geek.I.Am community network-based education and social network for software professionals](https://geekiam.io "Geek.I.Am Website").

## What is Geek.I.Am
Expand Down
2 changes: 1 addition & 1 deletion components/articles/card/microbes/ReadTime.vue
Expand Up @@ -21,7 +21,7 @@ export default {
name: 'ReadTime',
props: {
timeToRead: {
type: Object,
type: String,
required: true,
},
},
Expand Down
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -12,42 +12,42 @@
"test": "jest"
},
"dependencies": {
"@nuxt/content": "^1.11.1",
"@nuxtjs/axios": "^5.12.2",
"@nuxt/content": "^1.12.0",
"@nuxtjs/axios": "^5.13.1",
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"@nuxtjs/feed": "^2.0.0",
"@nuxtjs/google-gtag": "^1.0.4",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/netlify-files": "^1.2.0",
"@nuxtjs/pwa": "^3.0.2",
"@nuxtjs/pwa": "^3.3.5",
"@nuxtjs/sitemap": "^2.4.0",
"@nuxtjs/tailwindcss": "^3.1.0",
"@tailwindcss/forms": "^0.2.1",
"@tailwindcss/typography": "^0.2.0",
"@tailwindcss/ui": "^0.7.2",
"@vue/test-utils": "^1.1.0",
"algoliasearch": "^4.8.3",
"@vue/test-utils": "^1.1.3",
"algoliasearch": "^4.8.5",
"autoprefixer": "^9.8.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
"babel-jest": "^26.5.0",
"core-js": "^3.6.5",
"eslint": "^7.10.0",
"core-js": "^3.8.3",
"eslint": "^7.19.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-nuxt": "^1.0.0",
"eslint-plugin-prettier": "^3.1.4",
"jest": "^26.5.0",
"netlify-cli": "^3.4.1",
"netlify-lambda": "^2.0.2",
"netlify-cli": "^3.5.0",
"netlify-lambda": "^2.0.3",
"nuxt": "^2.14.6",
"nuxt-content-algolia": "^0.2.0",
"postcss": "^7.0.35",
"prettier": "^2.1.2",
"prism-themes": "^1.5.0",
"reading-time": "^1.3.0",
"remove-markdown": "^0.3.0",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.2",
"tailwindcss": "npm:@tailwindcss/postcss7-compat@^2.0.3",
"tailwindcss-responsive-embed": "^1.0.0",
"vue-infinite-loading": "^2.4.5",
"vue-instantsearch": "^3.4.3",
Expand Down
5 changes: 3 additions & 2 deletions pages/_slug.vue
Expand Up @@ -30,13 +30,14 @@
<!-- right column -->
<div
class="bg-gray-100 dark:bg-gray-900 pr-4 sm:pr-6 lg:pr-8 lg:flex-shrink-0 lg:border-l dark:lg:border-gray-500 lg:border-gray-200 xl:pr-0"
></div>
>
<post-right-column></post-right-column>
</div>
</div>
</template>

<script>
export default {
layout: 'home',
async asyncData({ $content, params }) {
const post = await $content('posts', params.slug).fetch()
const author = await $content('authors', post.author).fetch()
Expand Down
4 changes: 0 additions & 4 deletions pages/nuxt/index.vue
Expand Up @@ -34,11 +34,7 @@
</template>

<script>
import Feed from '@/components/articles/Feed'
import PostSort from '@/components/blog/PostSort'
import RightColumn from '@/components/blog/PostRightColumn'
export default {
components: { RightColumn, PostSort, Feed },
layout: 'home',
async asyncData({ $content, params }) {
Expand Down

0 comments on commit ddc0919

Please sign in to comment.