Skip to content

Commit

Permalink
adding new comics
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonbright committed Oct 28, 2020
1 parent 88c133c commit c81ebed
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 5 deletions.
Binary file added src/images/data-bin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/images/planet-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ const IndexPage = ({ data }) => {
</div>
<div className="post-list__thumbnail">
<Link to={post.node.fields.slug}>
<Img
<Img
fluid={post.node.frontmatter.thumbnail.childImageSharp.fluid}
/>
/>
</Link>
</div>

Expand Down
9 changes: 9 additions & 0 deletions src/pages/post/data-bin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
path: /post/data-bin
title: When your data is open
date: 2020-10-27
thumbnail: "../../images/data-bin.png"
tags: ['data security']
---

![Is your data secure?](../../images/data-bin.png)
9 changes: 9 additions & 0 deletions src/pages/post/planet-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
path: /post/planet-data
title: Digital Exploits
date: 2020-10-29
thumbnail: "../../images/planet-data.png"
tags: ['data security']
---

![Is your data secure?](../../images/planet-data.png)
2 changes: 1 addition & 1 deletion src/pages/post/something-phishing.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: /post/something-phishing
title: Phishing
date: 2020-10-25
date: 2020-10-28
thumbnail: "../../images/something-phishing.png"
tags: ['data security','data privacy','phishing']
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/post/the-last-leaf.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: /post/the-last-leaf
title: The last one
date: 2020-10-24
date: 2020-10-26
thumbnail: "../../images/the-last-leaf.png"
tags: ['data security']
---
Expand Down
2 changes: 1 addition & 1 deletion src/pages/post/whats-reality.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
path: /post/whats-reality
title: What's Reality
date: 2020-10-26
date: 2020-10-24
thumbnail: "../../images/whats-reality.png"
tags: ['AR']
---
Expand Down

1 comment on commit c81ebed

@vercel
Copy link

@vercel vercel bot commented on c81ebed Oct 28, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.