Skip to content

Commit

Permalink
add researchmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nawta committed Mar 5, 2024
1 parent 35850ea commit 403ffa6
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
31 changes: 29 additions & 2 deletions patches/@lekoarts+gatsby-theme-emilia+5.1.0.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/.DS_Store b/node_modules/@lekoarts/gatsby-theme-emilia/.DS_Store
new file mode 100644
index 0000000..e69de29
index 0000000..9a874b5
Binary files /dev/null and b/node_modules/@lekoarts/gatsby-theme-emilia/.DS_Store differ
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/.DS_Store b/node_modules/@lekoarts/gatsby-theme-emilia/src/.DS_Store
new file mode 100644
index 0000000..78f7bee
index 0000000..6dd5571
Binary files /dev/null and b/node_modules/@lekoarts/gatsby-theme-emilia/src/.DS_Store differ
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/.DS_Store b/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/.DS_Store
new file mode 100644
index 0000000..b1f02aa
Binary files /dev/null and b/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/.DS_Store differ
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/gatsby-theme-emilia-core/.DS_Store b/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/gatsby-theme-emilia-core/.DS_Store
new file mode 100644
index 0000000..7ceb314
Binary files /dev/null and b/node_modules/@lekoarts/gatsby-theme-emilia/src/@lekoarts/gatsby-theme-emilia-core/.DS_Store differ
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/components/footer.tsx b/node_modules/@lekoarts/gatsby-theme-emilia/src/components/footer.tsx
index 56d6123..3bad814 100755
--- a/node_modules/@lekoarts/gatsby-theme-emilia/src/components/footer.tsx
Expand Down Expand Up @@ -86,3 +95,21 @@ index d6f186c..93c1f37 100755
{children}
</>
)
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-en.mdx b/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-en.mdx
new file mode 100644
index 0000000..a89755f
--- /dev/null
+++ b/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-en.mdx
@@ -0,0 +1,3 @@
+## About Me
+
+Boggarts lavender robes, Hermione Granger Fantastic Beasts and Where to Find Them. Bee in your bonnet Hand of Glory elder wand, spectacles House Cup Bertie Bott’s Every Flavor Beans Impedimenta. Stunning spells tap-dancing spider Slytherin’s Heir mewing kittens Remus Lupin. Palominos scarlet train black robes, Metamorphimagus Niffler dead easy second bedroom. Padma and Parvati Sorting Hat Minister of Magic blue turban remember my last.
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-ja.mdx b/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-ja.mdx
new file mode 100644
index 0000000..a89755f
--- /dev/null
+++ b/node_modules/@lekoarts/gatsby-theme-emilia/src/texts/about-me-ja.mdx
@@ -0,0 +1,3 @@
+## About Me
+
+Boggarts lavender robes, Hermione Granger Fantastic Beasts and Where to Find Them. Bee in your bonnet Hand of Glory elder wand, spectacles House Cup Bertie Bott’s Every Flavor Beans Impedimenta. Stunning spells tap-dancing spider Slytherin’s Heir mewing kittens Remus Lupin. Palominos scarlet train black robes, Metamorphimagus Niffler dead easy second bedroom. Padma and Parvati Sorting Hat Minister of Magic blue turban remember my last.
7 changes: 4 additions & 3 deletions patches/@lekoarts+gatsby-theme-emilia-core+5.1.0.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ index df15490..9227001 100755
projectsPath: options.projectsPath,
},
diff --git a/node_modules/@lekoarts/gatsby-theme-emilia-core/gatsby-node.mjs b/node_modules/@lekoarts/gatsby-theme-emilia-core/gatsby-node.mjs
index ea1619e..4680fd7 100755
index ea1619e..1ad7d9c 100755
--- a/node_modules/@lekoarts/gatsby-theme-emilia-core/gatsby-node.mjs
+++ b/node_modules/@lekoarts/gatsby-theme-emilia-core/gatsby-node.mjs
@@ -137,11 +137,15 @@ export const onCreateNode = ({ node, actions, getNode, createNodeId, createConte
@@ -137,11 +137,16 @@ export const onCreateNode = ({ node, actions, getNode, createNodeId, createConte
export const sourceNodes = (
{ actions, createContentDigest },
{
Expand All @@ -44,9 +44,10 @@ index ea1619e..4680fd7 100755
- { title: `Homepage`, href: `https://www.lekoarts.de?utm_source=emilia&utm_medium=Theme` },
+ { title: `Linkedin`, href: `https://www.linkedin.com/in/naotonishida/` },
+ { title: `GitHub`, href: `https://github.com/nawta` },
+ { title: `Twitter`, href: `https://twitter.com/cvadogsan` },
+ { title: `X`, href: `https://twitter.com/cvadogsan` },
+ { title: `Instagram`, href: `https://www.instagram.com/nawta.ig/` },
+ { title: `Blog`, href: `https://nawta.hatenadiary.com/` },
+ { title: `researchmap`, href: `https://researchmap.jp/nawta` },
+ { title: `CV`, href: `https://drive.google.com/file/d/1N6G3iBiAMTbzCHQg2jKHWKBHp70PWHFQ/view?usp=sharing` },
],
showThemeAuthor = true,
Expand Down

0 comments on commit 403ffa6

Please sign in to comment.