Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/naro143/hugo-coder-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornaro143 <y.ishimi@itdharman.com>2018-09-28 14:43:04 +0300
committernaro143 <y.ishimi@itdharman.com>2018-09-28 14:43:04 +0300
commit3e76f7f8de4ac5d4a0e9c4d9724e0381889ea7c8 (patch)
tree7405e6e36e4017d820400c8d811fe3c2d18135e5
parent7e8c4821633d20bb7615c5a2fe1c91a40e3b8e1a (diff)
add: ja content
-rw-r--r--exampleSite/config.toml85
-rw-r--r--exampleSite/content/about.ja.md43
-rw-r--r--exampleSite/content/contact.ja.md13
-rw-r--r--exampleSite/content/posts/FeaturesOfCoderPortfolio.ja.md35
-rw-r--r--exampleSite/content/posts/theme-demo.ja.md112
-rw-r--r--exampleSite/content/projects.ja.md16
6 files changed, 254 insertions, 50 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 8fc7e2b..100fa00 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,7 +3,7 @@ title = "Yusuke Ishimi"
theme = "coder-portfolio"
-languagecode = "en"
+DefaultContentLanguage = "en"
paginate = 20
@@ -55,58 +55,43 @@ disqusShortname = "yourdiscussshortname"
weight = 3
url = "https://www.linkedin.com/in/naro143/"
-[[menu.main]]
- name = "Blog"
- weight = 1
- url = "posts"
-[[menu.main]]
- name = "About"
- weight = 2
- url = "about"
-[[menu.main]]
- name = "Projects"
- weight = 3
- url = "projects"
-[[menu.main]]
- name = "Contact me"
- weight = 5
- url = "contact"
-
[languages]
[languages.en]
+ languagecode = "en"
languagename = "English" # The language name to be displayed in the selector.
title = "Yusuke Ishimi"
# You can configure the theme parameter for each language.
[languages.en.params]
- author = "Yusuke Ishimi"
- info = "WEB AND APPS ENGINEER"
- description = "Yusuke Ishimi's personal website"
- keywords = "blog,developer,personal"
+ author = "Yusuke Ishimi"
+ info = "WEB AND APPS ENGINEER"
+ description = "Yusuke Ishimi's personal website"
+ keywords = "blog,developer,personal"
[languages.en.menu] # It is possible to change the menu too.
- [[languages.en.menu.main]]
- name = "About"
- weight = 1.0
- url = "about"
+ [[languages.en.menu.main]]
+ name = "About"
+ weight = 1.0
+ url = "about"
- [[languages.en.menu.main]]
- name = "Blog"
- weight = 2.0
- url = "posts"
+ [[languages.en.menu.main]]
+ name = "Blog"
+ weight = 2.0
+ url = "posts"
- [[languages.en.menu.main]]
- name = "Projects"
- weight = 3
- url = "projects"
- [[languages.en.menu.main]]
- name = "Contact me"
- weight = 5
- url = "contact"
+ [[languages.en.menu.main]]
+ name = "Projects"
+ weight = 3
+ url = "projects"
+ [[languages.en.menu.main]]
+ name = "Contact me"
+ weight = 5
+ url = "contact"
[languages.ja]
+ languagecode = "ja"
languagename = "Japanese"
title = "石見 優丞"
@@ -118,18 +103,18 @@ disqusShortname = "yourdiscussshortname"
[languages.ja.menu]
[[languages.ja.menu.main]]
- name = "石見とは"
- weight = 1.0
- url = "ja/about"
+ name = "テーマについて"
+ weight = 1.0
+ url = "ja/about"
[[languages.ja.menu.main]]
- name = "ブログ"
- weight = 2.0
- url = "ja/posts"
+ name = "ブログ"
+ weight = 2.0
+ url = "ja/posts"
[[languages.ja.menu.main]]
- name = "プロジェクト"
- weight = 3
- url = "ja/projects"
+ name = "プロジェクト"
+ weight = 3
+ url = "ja/projects"
[[languages.ja.menu.main]]
- name = "お問い合わせ"
- weight = 5
- url = "ja/contact"
+ name = "お問い合わせ"
+ weight = 5
+ url = "ja/contact"
diff --git a/exampleSite/content/about.ja.md b/exampleSite/content/about.ja.md
new file mode 100644
index 0000000..df3e0b1
--- /dev/null
+++ b/exampleSite/content/about.ja.md
@@ -0,0 +1,43 @@
++++
+title = "About Hugo"
+slug = "about"
+thumbnail = "images/tn.png"
+description = "about"
++++
+
+---------------------------
+このテーマは[hugo-coder](https://github.com/luizdepra/hugo-coder)を元に作成をしています。
+一見綺麗なポートフォリをサイトですが、より個人的なことも伝えられるようにしました。
+変更点の詳細はブログから、"FeaturesOfCoderPortfolio"を見てください。
+それ以外のDEMOのコンテンツに関してはhugo-coderのものです。
+質問や、報告がありましたら、下記からお願いいたします。
+
+* [open an issue on GitHub](https://github.com/naro143/hugo-coder-portfolio/issues/new)
+* [ask me on Twitter](https://twitter.com/naro143)
+
+---------------------------
+
+Hugo is a static site engine written in Go.
+
+
+It makes use of a variety of open source projects including:
+
+* [Cobra](https://github.com/spf13/cobra)
+* [Viper](https://github.com/spf13/viper)
+* [J Walter Weatherman](https://github.com/spf13/jWalterWeatherman)
+* [Cast](https://github.com/spf13/cast)
+
+Learn more and contribute on [GitHub](https://github.com/spf13).
+
+## Setup
+
+Some fun facts about [Hugo](http://gohugo.io/):
+
+* Built in [Go](http://golang.org/)
+* Loosely inspired by [Jekyll](http://jekyllrb.com/)
+* Primarily developed by [spf13](http://spf13.com/) on the train while commuting to and from Manhattan.
+* Coded in [Vim](http://vim.org) using [spf13-vim](http://vim.spf13.com/)
+
+Have questions or suggestions? Feel free to [open an issue on GitHub](https://github.com/spf13/hugo/issues/new) or [ask me on Twitter](https://twitter.com/spf13).
+
+Thanks for reading!
diff --git a/exampleSite/content/contact.ja.md b/exampleSite/content/contact.ja.md
new file mode 100644
index 0000000..2489f6a
--- /dev/null
+++ b/exampleSite/content/contact.ja.md
@@ -0,0 +1,13 @@
++++
+title = "Contact"
+slug = "contact"
+thumbnail = "images/tn.png"
+description = "contact"
++++
+
+## 連絡をとりたいですか?
+
+質問や報告などの連絡は下記からお願いします。
+
+* [open an issue on GitHub](https://github.com/naro143/hugo-coder-portfolio/issues/new)
+* [ask me on Twitter](https://twitter.com/naro143) \ No newline at end of file
diff --git a/exampleSite/content/posts/FeaturesOfCoderPortfolio.ja.md b/exampleSite/content/posts/FeaturesOfCoderPortfolio.ja.md
new file mode 100644
index 0000000..9d663e9
--- /dev/null
+++ b/exampleSite/content/posts/FeaturesOfCoderPortfolio.ja.md
@@ -0,0 +1,35 @@
++++
+date = "2018-08-03"
+title = "CoderPortfolioの特徴"
+math = "true"
+
++++
+
+## 変更点
+
+### ShortCode "private content"を追加しました
+
+綺麗なサイトを崩さずに、あなたの個人的なコンテンツ(趣味や感情)を簡単に伝えることができます。
+実際の動きについては、"テーマデモ"をご覧ください。
+
+### リンクに赤い下線のアニメーションを追加しました
+
+サイトがよりカラフルに美しくなりました。
+
+### SNSシェアのボタンを追加しました
+
+あなたの記事がより影響力を持つようになりました。
+
+### コードのハイライトを変更しました
+
+日本のサービス [Qiita](https://qiita.com/) のハイライトを参照しました。
+とても優しく美しいハイライトです。
+
+### ヘッダーに影を追加しました
+
+より境界線がはっきりしました。
+
+### ShortCode "portfolio"を追加しました
+
+あなたの作品を綺麗に表示できるようになりました。
+実際の動きについては、"テーマデモ"をご覧ください。 \ No newline at end of file
diff --git a/exampleSite/content/posts/theme-demo.ja.md b/exampleSite/content/posts/theme-demo.ja.md
new file mode 100644
index 0000000..d007942
--- /dev/null
+++ b/exampleSite/content/posts/theme-demo.ja.md
@@ -0,0 +1,112 @@
++++
+date = "2018-08-03"
+title = "テーマデモ"
+math = "true"
+
++++
+
+## Style Demo
+
+# h1 Heading
+## h2 Heading
+### h3 Heading
+#### h4 Heading
+##### h5 Heading
+###### h6 Heading
+
+
+---
+
+**This is bold text**
+
+__This is bold text__
+
+*This is italic text*
+
+_This is italic text_
+
+~~Deleted text~~
+
+This is text with inline math $\sum_{n=1}^{\infty} 2^{-n} = 1$ and with math blocks:
+
+$$
+\sum_{n=1}^{\infty} 2^{-n} = 1
+$$
+
+| Heading | Another heading |
+| :----: | :-------------: |
+| text | text |
+| text | text |
+| text | text |
+
+> Block quotes are
+> written like so.
+>
+> They can span multiple paragraphs,
+> if you like.
+
+Some text, and some `code` and then a nice plain [link with title](https://github.com/davidhampgonsalves/davidhampgonsalves.com-hugo "title text!").
+
+and then
+
++ Create a list by starting a line with `+`, `-`, or `*`
++ Sub-lists are made by indenting 2 spaces:
+ - Marker character change forces new list start:
+ * Ac tristique libero volutpat at
++ Very easy!
+
+vs.
+
+1. Lorem ipsum dolor sit amet
+2. Consectetur adipiscing elit
+3. Integer molestie lorem at massa
+
+## Code
+
+Inline `code`
+
+``` js
+var foo = function (bar) {
+ return bar++;
+};
+
+console.log(foo(5));
+```
+
+## Private Content
+
+プライベートな内容をこのShortCodeで作成できます。
+
+```
+{% private %}
+ここにプライベートな内容を書きます。
+{% /private %}
+```
+
+実際に使用するときには、ShortCodeをさらに{}で囲ってください。
+
+## Private Content Demo
+
+下付きのバーの'Click'をクリックしてください。
+プライベートな内容が下に表示されます。
+
+{{% private %}}
+## Private Content
+プライベートな内容です。
+{{% /private %}}
+
+## Portfolio Content
+
+ポートフォリオをこのShortCodeで作成できます。
+
+```
+{% portfolio image="/images/tn.png" alt="Coder Portfolio" %}
+作品の説明。
+{% /portfolio %}
+```
+
+実際に使用するときには、ShortCodeをさらに{}で囲ってください。
+
+## Portfolio Content Demo
+
+"プロジェクト"を見てください。 \ No newline at end of file
diff --git a/exampleSite/content/projects.ja.md b/exampleSite/content/projects.ja.md
new file mode 100644
index 0000000..5be7434
--- /dev/null
+++ b/exampleSite/content/projects.ja.md
@@ -0,0 +1,16 @@
++++
+title = "Projects"
+slug = "projects"
+thumbnail = "images/tn.png"
+description = "projects"
++++
+
+## Portfolio Demo
+
+{{% portfolio image="/images/tn.png" alt="Coder Portfolio" %}}
+
+## Coder Portfolio
+
+hugo-coderを元に作成しました。
+より自分を伝えられるようにしました。
+{{% /portfolio %}} \ No newline at end of file