Skip to content

Commit

Permalink
Twitter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
lipis committed Dec 31, 2020
1 parent a13d8c6 commit 99d8d1b
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ module.exports = {
"gatsby-remark-prismjs",
"gatsby-remark-copy-linked-files",
"gatsby-remark-smartypants",
"@weknow/gatsby-remark-twitter",
{
resolve: "gatsby-remark-embedder",
options: {
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"author": "Christopher Chedeau <[email protected]>",
"dependencies": {
"@weknow/gatsby-remark-twitter": "0.2.3",
"gatsby": "2.29.2",
"gatsby-embedder-excalidraw": "1.1.1",
"gatsby-image": "2.8.0",
Expand Down
5 changes: 5 additions & 0 deletions src/blog.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.blog-post h3 {
margin-top: 1rem;
margin-bottom: .5rem;
}

.blog-post svg,
.blog-post img {
max-width: 100%;
Expand Down
13 changes: 11 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2170,6 +2170,15 @@
"@webassemblyjs/wast-parser" "1.9.0"
"@xtuc/long" "4.2.2"

"@weknow/[email protected]":
version "0.2.3"
resolved "https://registry.yarnpkg.com/@weknow/gatsby-remark-twitter/-/gatsby-remark-twitter-0.2.3.tgz#2b9292cc077196ebc6fbacf2af30bfe82f1f0f2e"
integrity sha512-24//k4QPUcZUv1f2ev4AzxBDMhvRdOyj/yiVDJ579WlsWZjKayPAi7TgeLRuejBTs4mfx3aBv4N/kD/oDvwsXw==
dependencies:
babel-runtime "^6.26.0"
node-fetch "^2.3.0"
unist-util-visit "^1.1.3"

"@xtuc/ieee754@^1.2.0":
version "1.2.0"
resolved "https://registry.yarnpkg.com/@xtuc/ieee754/-/ieee754-1.2.0.tgz#eef014a3145ae477a1cbc00cd1e552336dceb790"
Expand Down Expand Up @@ -10083,7 +10092,7 @@ node-eta@^0.9.0:
resolved "https://registry.yarnpkg.com/node-eta/-/node-eta-0.9.0.tgz#9fb0b099bcd2a021940e603c64254dc003d9a7a8"
integrity sha1-n7CwmbzSoCGUDmA8ZCVNwAPZp6g=

[email protected], node-fetch@^2.5.0, node-fetch@^2.6.1:
[email protected], node-fetch@^2.3.0, node-fetch@^2.5.0, node-fetch@^2.6.1:
version "2.6.1"
resolved "https://registry.yarnpkg.com/node-fetch/-/node-fetch-2.6.1.tgz#045bd323631f76ed2e2b55573394416b639a0052"
integrity sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==
Expand Down Expand Up @@ -14721,7 +14730,7 @@ unist-util-visit-parents@^3.0.0:
"@types/unist" "^2.0.0"
unist-util-is "^4.0.0"

unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.4.1:
unist-util-visit@^1.0.0, unist-util-visit@^1.1.0, unist-util-visit@^1.1.3, unist-util-visit@^1.4.1:
version "1.4.1"
resolved "https://registry.yarnpkg.com/unist-util-visit/-/unist-util-visit-1.4.1.tgz#4724aaa8486e6ee6e26d7ff3c8685960d560b1e3"
integrity sha512-AvGNk7Bb//EmJZyhtRUnNMEpId/AZ5Ph/KUpTI09WHQuDZHKovQ1oEv3mfmKpWKtoMzyMC4GLBm1Zy5k12fjIw==
Expand Down

1 comment on commit 99d8d1b

@vercel
Copy link

@vercel vercel bot commented on 99d8d1b Dec 31, 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.