From 1e196aa6e9b0d5c04661724f662f8b100e50a3c1 Mon Sep 17 00:00:00 2001 From: jk Date: Fri, 26 Mar 2021 10:47:58 +0000 Subject: [PATCH] WIP Japanese version of site - update --- content/all.jp.md | 5 + content/bookmarks.jp.md | 4 + content/exercise.jp.md | 4 + content/feeds.jp.md | 4 + content/resume.jp.md | 4 + .../{ => en}/b99bm-assignment-1.yaml | 0 .../{ => en}/b99bm-assignment-2.yaml | 0 ...rs-friend-home-brewed-beer-calculators.yml | 0 .../brewing-grain-substitution-chart.yaml | 0 .../craft-beer-brewing-magazine-podcast.yaml | 0 .../how-scotland-lost-her-parliament.yaml | 0 data/bookmarks/{ => en}/lemmy.yaml | 0 .../{ => en}/master-brewers-podcast.yaml | 0 data/bookmarks/{ => en}/pixelfed.yaml | 0 ...m-high-contrast-colour-pair-generator.yaml | 0 .../{ => en}/switching-software.yaml | 0 data/bookmarks/{ => en}/vegan-richa.yaml | 0 data/bookmarks/jp/b99bm-assignment-1.yaml | 11 ++ data/bookmarks/jp/b99bm-assignment-2.yaml | 11 ++ ...rs-friend-home-brewed-beer-calculators.yml | 11 ++ .../jp/brewing-grain-substitution-chart.yaml | 11 ++ .../craft-beer-brewing-magazine-podcast.yaml | 11 ++ .../jp/how-scotland-lost-her-parliament.yaml | 12 ++ data/bookmarks/jp/lemmy.yaml | 11 ++ data/bookmarks/jp/master-brewers-podcast.yaml | 11 ++ data/bookmarks/jp/pixelfed.yaml | 11 ++ ...m-high-contrast-colour-pair-generator.yaml | 11 ++ data/bookmarks/jp/switching-software.yaml | 11 ++ data/bookmarks/jp/vegan-richa.yaml | 12 ++ layouts/all/single.jp.html | 54 +++++++ layouts/feeds/single.jp.html | 13 ++ layouts/resume/single.jp.html | 136 ++++++++++++++++++ .../layouts/_default/section.jp.html | 6 +- .../nipponalba/layouts/_default/single.html | 4 +- .../layouts/_default/single.jp.html | 25 ++-- 35 files changed, 376 insertions(+), 17 deletions(-) create mode 100644 content/all.jp.md create mode 100644 content/bookmarks.jp.md create mode 100644 content/exercise.jp.md create mode 100644 content/feeds.jp.md create mode 100644 content/resume.jp.md rename data/bookmarks/{ => en}/b99bm-assignment-1.yaml (100%) rename data/bookmarks/{ => en}/b99bm-assignment-2.yaml (100%) rename data/bookmarks/{ => en}/brewers-friend-home-brewed-beer-calculators.yml (100%) rename data/bookmarks/{ => en}/brewing-grain-substitution-chart.yaml (100%) rename data/bookmarks/{ => en}/craft-beer-brewing-magazine-podcast.yaml (100%) rename data/bookmarks/{ => en}/how-scotland-lost-her-parliament.yaml (100%) rename data/bookmarks/{ => en}/lemmy.yaml (100%) rename data/bookmarks/{ => en}/master-brewers-podcast.yaml (100%) rename data/bookmarks/{ => en}/pixelfed.yaml (100%) rename data/bookmarks/{ => en}/random-high-contrast-colour-pair-generator.yaml (100%) rename data/bookmarks/{ => en}/switching-software.yaml (100%) rename data/bookmarks/{ => en}/vegan-richa.yaml (100%) create mode 100644 data/bookmarks/jp/b99bm-assignment-1.yaml create mode 100644 data/bookmarks/jp/b99bm-assignment-2.yaml create mode 100644 data/bookmarks/jp/brewers-friend-home-brewed-beer-calculators.yml create mode 100644 data/bookmarks/jp/brewing-grain-substitution-chart.yaml create mode 100644 data/bookmarks/jp/craft-beer-brewing-magazine-podcast.yaml create mode 100644 data/bookmarks/jp/how-scotland-lost-her-parliament.yaml create mode 100644 data/bookmarks/jp/lemmy.yaml create mode 100644 data/bookmarks/jp/master-brewers-podcast.yaml create mode 100644 data/bookmarks/jp/pixelfed.yaml create mode 100644 data/bookmarks/jp/random-high-contrast-colour-pair-generator.yaml create mode 100644 data/bookmarks/jp/switching-software.yaml create mode 100644 data/bookmarks/jp/vegan-richa.yaml create mode 100644 layouts/all/single.jp.html create mode 100644 layouts/feeds/single.jp.html create mode 100644 layouts/resume/single.jp.html diff --git a/content/all.jp.md b/content/all.jp.md new file mode 100644 index 0000000..92322e2 --- /dev/null +++ b/content/all.jp.md @@ -0,0 +1,5 @@ +--- +title: "すべてのフィード" +type: all +section: all +--- diff --git a/content/bookmarks.jp.md b/content/bookmarks.jp.md new file mode 100644 index 0000000..0cf6ba9 --- /dev/null +++ b/content/bookmarks.jp.md @@ -0,0 +1,4 @@ +--- +title: "ブックマーク" +type: bookmarkof +--- diff --git a/content/exercise.jp.md b/content/exercise.jp.md new file mode 100644 index 0000000..919147d --- /dev/null +++ b/content/exercise.jp.md @@ -0,0 +1,4 @@ +--- +title: "運動" +type: exercise +--- diff --git a/content/feeds.jp.md b/content/feeds.jp.md new file mode 100644 index 0000000..d8ace9c --- /dev/null +++ b/content/feeds.jp.md @@ -0,0 +1,4 @@ +--- +title: "フィード" +type: feeds +--- diff --git a/content/resume.jp.md b/content/resume.jp.md new file mode 100644 index 0000000..3cc9ed9 --- /dev/null +++ b/content/resume.jp.md @@ -0,0 +1,4 @@ +--- +title: "履歴書" +type: resume +--- diff --git a/data/bookmarks/b99bm-assignment-1.yaml b/data/bookmarks/en/b99bm-assignment-1.yaml similarity index 100% rename from data/bookmarks/b99bm-assignment-1.yaml rename to data/bookmarks/en/b99bm-assignment-1.yaml diff --git a/data/bookmarks/b99bm-assignment-2.yaml b/data/bookmarks/en/b99bm-assignment-2.yaml similarity index 100% rename from data/bookmarks/b99bm-assignment-2.yaml rename to data/bookmarks/en/b99bm-assignment-2.yaml diff --git a/data/bookmarks/brewers-friend-home-brewed-beer-calculators.yml b/data/bookmarks/en/brewers-friend-home-brewed-beer-calculators.yml similarity index 100% rename from data/bookmarks/brewers-friend-home-brewed-beer-calculators.yml rename to data/bookmarks/en/brewers-friend-home-brewed-beer-calculators.yml diff --git a/data/bookmarks/brewing-grain-substitution-chart.yaml b/data/bookmarks/en/brewing-grain-substitution-chart.yaml similarity index 100% rename from data/bookmarks/brewing-grain-substitution-chart.yaml rename to data/bookmarks/en/brewing-grain-substitution-chart.yaml diff --git a/data/bookmarks/craft-beer-brewing-magazine-podcast.yaml b/data/bookmarks/en/craft-beer-brewing-magazine-podcast.yaml similarity index 100% rename from data/bookmarks/craft-beer-brewing-magazine-podcast.yaml rename to data/bookmarks/en/craft-beer-brewing-magazine-podcast.yaml diff --git a/data/bookmarks/how-scotland-lost-her-parliament.yaml b/data/bookmarks/en/how-scotland-lost-her-parliament.yaml similarity index 100% rename from data/bookmarks/how-scotland-lost-her-parliament.yaml rename to data/bookmarks/en/how-scotland-lost-her-parliament.yaml diff --git a/data/bookmarks/lemmy.yaml b/data/bookmarks/en/lemmy.yaml similarity index 100% rename from data/bookmarks/lemmy.yaml rename to data/bookmarks/en/lemmy.yaml diff --git a/data/bookmarks/master-brewers-podcast.yaml b/data/bookmarks/en/master-brewers-podcast.yaml similarity index 100% rename from data/bookmarks/master-brewers-podcast.yaml rename to data/bookmarks/en/master-brewers-podcast.yaml diff --git a/data/bookmarks/pixelfed.yaml b/data/bookmarks/en/pixelfed.yaml similarity index 100% rename from data/bookmarks/pixelfed.yaml rename to data/bookmarks/en/pixelfed.yaml diff --git a/data/bookmarks/random-high-contrast-colour-pair-generator.yaml b/data/bookmarks/en/random-high-contrast-colour-pair-generator.yaml similarity index 100% rename from data/bookmarks/random-high-contrast-colour-pair-generator.yaml rename to data/bookmarks/en/random-high-contrast-colour-pair-generator.yaml diff --git a/data/bookmarks/switching-software.yaml b/data/bookmarks/en/switching-software.yaml similarity index 100% rename from data/bookmarks/switching-software.yaml rename to data/bookmarks/en/switching-software.yaml diff --git a/data/bookmarks/vegan-richa.yaml b/data/bookmarks/en/vegan-richa.yaml similarity index 100% rename from data/bookmarks/vegan-richa.yaml rename to data/bookmarks/en/vegan-richa.yaml diff --git a/data/bookmarks/jp/b99bm-assignment-1.yaml b/data/bookmarks/jp/b99bm-assignment-1.yaml new file mode 100644 index 0000000..3888ec6 --- /dev/null +++ b/data/bookmarks/jp/b99bm-assignment-1.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://jon.kelbie.scot/uni/B99BM_Assignment_1.pdf' + category: Assignments + date: '2020-11-13 09:25:45' + draft: false + name: 'B99BM Assignment 1' + posttype: bookmark-of + slug: b99bm-assignment-1 + title: 'B99BM Assignment 1' + content: 'アルコール飲料に含まれるアロマ化合物の形成における酵母の役割」についてのディスカッションです。飲料の微生物学と生化学、2020年第1学期。(英語)' +--- diff --git a/data/bookmarks/jp/b99bm-assignment-2.yaml b/data/bookmarks/jp/b99bm-assignment-2.yaml new file mode 100644 index 0000000..8630323 --- /dev/null +++ b/data/bookmarks/jp/b99bm-assignment-2.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://jon.kelbie.scot/uni/B99BM_Assignment_2.pdf' + category: Assignments + date: '2020-12-07 09:41:28' + draft: false + name: 'B99BM Assignment 2' + posttype: bookmark-of + slug: b99bm-assignment-2 + title: 'B99BM Assignment 2' + content: '酒類の製造における麹の利用」についてのポスター発表です。飲料の微生物学と生化学、2020年第1学期。(英語)' +--- diff --git a/data/bookmarks/jp/brewers-friend-home-brewed-beer-calculators.yml b/data/bookmarks/jp/brewers-friend-home-brewed-beer-calculators.yml new file mode 100644 index 0000000..a439894 --- /dev/null +++ b/data/bookmarks/jp/brewers-friend-home-brewed-beer-calculators.yml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://www.brewersfriend.com/stats' + date: '2020-06-16 22:10:25' + draft: false + name: 'Brewer''s Friend Home Brewed Beer Calculators' + posttype: bookmark-of + slug: brewers-friend-home-brewed-beer-calculators + title: 'Brewer''s Friend Home Brewed Beer Calculators' + content: 'ホームブリューワーが数字の意味を理解するのに役立つ計算機の幅広いリストです。' + category: 'ブルーイング' +--- diff --git a/data/bookmarks/jp/brewing-grain-substitution-chart.yaml b/data/bookmarks/jp/brewing-grain-substitution-chart.yaml new file mode 100644 index 0000000..7c1981b --- /dev/null +++ b/data/bookmarks/jp/brewing-grain-substitution-chart.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://www.brew.is/files/malt.html' + category: ブルーイング + date: '2020-12-14 20:20:49' + draft: false + name: '醸造用穀物の代用表' + posttype: bookmark-of + slug: brewing-grain-substitution-chart + title: '醸造用穀物の代用表' + content: '醸造所で第一希望のモルトが手に入らない場合、代替モルトを探すのに便利な表です。' +--- diff --git a/data/bookmarks/jp/craft-beer-brewing-magazine-podcast.yaml b/data/bookmarks/jp/craft-beer-brewing-magazine-podcast.yaml new file mode 100644 index 0000000..a8e86b4 --- /dev/null +++ b/data/bookmarks/jp/craft-beer-brewing-magazine-podcast.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://beerandbrewing.com/podcasts/' + category: 'ブルーイング' + date: '2020-07-28 09:28:08' + draft: false + name: 'Craft Beer & Brewing Magazine® Podcast ' + posttype: bookmark-of + slug: craft-beer--brewing-magazine-podcast + title: 'Craft Beer & Brewing Magazine® Podcast ' + content: 'おいしいビールを作る人、飲む人のためのポッドキャストです。(英語)' +--- diff --git a/data/bookmarks/jp/how-scotland-lost-her-parliament.yaml b/data/bookmarks/jp/how-scotland-lost-her-parliament.yaml new file mode 100644 index 0000000..4bc024b --- /dev/null +++ b/data/bookmarks/jp/how-scotland-lost-her-parliament.yaml @@ -0,0 +1,12 @@ +--- +bookmark-of: 'https://randomscottishhistory.com/how-scotland-lost-her-parliament-and-what-came-of-it-1891' +category: 'スコットランドの政治' +date: '2020-06-16 10:57:50' +draft: false +name: 'How Scotland Lost Her Parliament' +posttype: bookmark-of +slug: how-scotland-lost-her-parliament +title: 'How Scotland Lost Her Parliament' +visibility: public +content: 'このCharles Waddie著「How Scotland Lost Her Parliament」(1891年)は、すべてのスコットランド人が読むべき本です。(英語)' +--- diff --git a/data/bookmarks/jp/lemmy.yaml b/data/bookmarks/jp/lemmy.yaml new file mode 100644 index 0000000..284f0da --- /dev/null +++ b/data/bookmarks/jp/lemmy.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://lemmy.ml' + category: ActivityPub + date: '2020-11-25 10:44:53' + draft: false + name: Lemmy + posttype: bookmark-of + slug: lemmy + title: Lemmy + content: 'フリーでオープンソースの、セルフホスティング可能な、Redditの代替となるフェデレートシステムです。' +--- diff --git a/data/bookmarks/jp/master-brewers-podcast.yaml b/data/bookmarks/jp/master-brewers-podcast.yaml new file mode 100644 index 0000000..93cc38f --- /dev/null +++ b/data/bookmarks/jp/master-brewers-podcast.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://www.masterbrewerspodcast.com' + category: 'ブルーイング' + date: '2020-07-28 09:25:48' + draft: false + name: 'Master Brewers Podcast' + posttype: bookmark-of + slug: master-brewers-podcast + title: 'Master Brewers Podcast' + content: '醸造科学、技術、オペレーションの分野で業界最高の人材にインタビューする週刊ポッドキャストです。(英語)' +--- diff --git a/data/bookmarks/jp/pixelfed.yaml b/data/bookmarks/jp/pixelfed.yaml new file mode 100644 index 0000000..3694314 --- /dev/null +++ b/data/bookmarks/jp/pixelfed.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://pixelfed.org' + category: ActivityPub + date: '2020-12-14 20:32:50' + draft: false + name: Pixelfed + posttype: bookmark-of + slug: pixelfed + title: Pixelfed + content: 'Instagramに代わる、フリーでオープンソース、セルフホスティング、フェデレート機能を備えています。' +--- diff --git a/data/bookmarks/jp/random-high-contrast-colour-pair-generator.yaml b/data/bookmarks/jp/random-high-contrast-colour-pair-generator.yaml new file mode 100644 index 0000000..3c1af5d --- /dev/null +++ b/data/bookmarks/jp/random-high-contrast-colour-pair-generator.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://randoma11y.com' + category: 'ウェブデザイン' + date: '2020-07-16 09:02:23' + draft: false + name: 'Random high contrast colour pair generator' + posttype: bookmark-of + slug: random-high-contrast-colour-pair-generator + title: 'Random high contrast colour pair generator' + content: 'コントラストのある色を生成することで、ウェブデザインにおけるアクセシビリティと読みやすさを向上させる、非常に中毒性の高いサイトです' +--- diff --git a/data/bookmarks/jp/switching-software.yaml b/data/bookmarks/jp/switching-software.yaml new file mode 100644 index 0000000..70b7469 --- /dev/null +++ b/data/bookmarks/jp/switching-software.yaml @@ -0,0 +1,11 @@ +--- + bookmark-of: 'https://switching.software' + category: De-google + date: '2020-12-14 20:41:23' + draft: false + name: 'Switching Software' + posttype: bookmark-of + slug: switching-software + title: 'Switching Software' + content: '中央集権的で不自由なソフトウェアやサイトに代わる、自由でオープンソースの包括的なリストをよく維持しています。 脱Google、脱facebookなどの助けとなる有用な情報源です。(英語)' +--- diff --git a/data/bookmarks/jp/vegan-richa.yaml b/data/bookmarks/jp/vegan-richa.yaml new file mode 100644 index 0000000..cfed358 --- /dev/null +++ b/data/bookmarks/jp/vegan-richa.yaml @@ -0,0 +1,12 @@ +--- + bookmark-of: 'https://www.veganricha.com' + category: 'ブィーガン' + date: '2020-06-16 14:14:37' + draft: false + name: 'Vegan Richa' + posttype: bookmark-of + slug: vegan-richa + title: 'Vegan Richa' + visibility: public + content: '優れたレシピは、サイトでも、リチャの料理本でも紹介されています。(英語)' +--- diff --git a/layouts/all/single.jp.html b/layouts/all/single.jp.html new file mode 100644 index 0000000..3d9dad3 --- /dev/null +++ b/layouts/all/single.jp.html @@ -0,0 +1,54 @@ +{{ define "main" }} +
+ + {{ range where .Site.Pages "Kind" "page"}} + {{ if not (eq .Type "response")}}
+ {{ with .Page.Params.Image }}
{{ partial "image.html" . }}
{{ end }} +
+ {{if eq .Type "article"}}

{{ .Title }}

{{ .Description }}{{ end }} + {{ if eq .Type "article" }}
+ {{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}-minute read
+ {{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} +
{{ end }} +
+ {{ .Content }} + {{ if eq .Type "photo"}} +
+ {{$link := .Permalink}} + {{$summary := .Content}} + {{ range .Page.Params.Photo }} + {{ if isset . "value" }} + {{ .alt }} + {{ else }} + Alt not yet added, will fix! + {{end}}{{end}} +
+ {{end}} +

+ {{ if not (eq .Type "article") }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
+
{{ end }} +
+
+ {{ else }} +
+

{{ .Site.Params.Firstname }} + {{ if eq .Params.posttype "in-reply-to" }} replied to {{ index .Params "in-reply-to" }}{{ end }} + {{ if eq .Params.posttype "like-of" }} liked {{ index .Params "like-of" }}{{ end }} + {{ if eq .Params.posttype "repost-of" }} shared {{ index .Params "repost-of" }}{{ end }}

+ {{ if .Content }}
{{ .Content }}
{{end}} + {{ if not (eq .Type "article") }}
+ {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}
+
{{ end }} +
+
+ {{end}} + {{ end }} + +
+ + +{{ end }} diff --git a/layouts/feeds/single.jp.html b/layouts/feeds/single.jp.html new file mode 100644 index 0000000..d78999a --- /dev/null +++ b/layouts/feeds/single.jp.html @@ -0,0 +1,13 @@ +{{ define "main" }} +
+

すべてのフィード

+

このサイトのすべてのフィードは、マイクロフォーマット2(MF2)とRSSの両方に対応しており、お好みのリーダーでフォローすることができます。

+

すべてのフィード、全部です。ATOM | RSS | MF2

+

すべての記事 - 長文のブログ記事ATOM | RSS | MF2

+

Brewshidoの記事ATOM | RSS | MF2

+

Bushido Dreamsの記事ATOM | RSS | MF2

+

Whitabooteryの記事ATOM | RSS | MF2

+

ノートATOM | RSS | MF2

+

写真ATOM | RSS | MF2

+
+{{ end }} diff --git a/layouts/resume/single.jp.html b/layouts/resume/single.jp.html new file mode 100644 index 0000000..3adbb0c --- /dev/null +++ b/layouts/resume/single.jp.html @@ -0,0 +1,136 @@ +{{ define "main" }} +
+

ウェブデベロッパー/I.T.コントラクター

+

現在の状況: 契約中

+

私は、さまざまなテクノロジーに対応した経験を持つ、熟練したウィンテル・インフラストラクチャのスペシャリストです。私の専門分野はウェブサーバ/サービスですが、非常に多才で、どんなシナリオにも価値を付加することができます。

+ 私の主な強みは、仕事熱心であること、複雑な問題を調査して解決することが好きなこと、コミュニケーション能力が高いことです。チームで協力することも、自主的に行動することもでき、プレッシャーに強く、挑戦することが好きです。

+ さらに、必要に応じてスクリプトやデスクトップ、ウェブアプリケーションを作成して自動化を導入し、プロセスを合理化することが好きで、そのためにプログラミングやスクリプト言語のポートフォリオを常に増やしています。

+

教育

+ 2007年~2011年 + 日本語で文学士号(優等)を取得 - 2:1 + エジンバラ大学 +
+

経験

+
+ 2012年1月~現在 +
+ + ウェブサービス・テクニカルアナリスト - 契約 + The Royal Bank of Scotland Group + +

eBanking Programmeに配属されたWintel Webインフラストラクチャ・プロジェクトの担当者です。IISサーバーの設定と構築、およびテスト環境と本番環境におけるウェブアプリケーションの構築変更のテストとデプロイを担当します。

+
+
+
+ 2012年5月~2020年2月 +
+ + ディレクター + Hatamoto Solutions Ltd. + +

I.T.コンサルタントとウェブ開発の会社を設立し、経営しました。

+
+
+
+ 2011年9月~2011年12月 +
+ + ウェブサービス技術者 - 契約 + The Royal Bank of Scotland Group + +

FiRSTプログラムに割り当てられたウィンテルのウェブインフラプロジェクトのリソースです。プロキシサーバーの設定やIISサーバーの構築・設定などを担当しました。

+
+
+
+ 2011年(必要に応じて) +
+ + ウェブデベロッパー + Kawaii Companions (www.kawaiicompanions.com) + +

グラフィカルなブリーフを解釈して「魔法のような体験」を創造。カスタマイズされたvBulletinフォーラム、Facebookファンページ、Ebayストア、バックエンドデザイン、日本語翻訳、SEO管理

+
+
+
+ 2009年(必要に応じて) +
+ + I.T.アドミニストレーター、ウェブデベロッパー + RL Rose Ltd. (www.rlroseltd.com) + +

インフラの評価と最適化、インフラのアップグレード提案、ウェブサイトの再構築、バックエンド主導のダイナミックなPHPサイト設計、社内CMSの構築。

+
+
+
+ 2008年(必要に応じて) +
+ + ウェブデベロッパー、 SEO マネージャー + Research is Cool (www.researchiscool.com) + +

大学院の求人・コース検索サイトの設計・開発。カスタム検索エンジンと、メンバーがグループに参加してコミュニケーションをとれるようなソーシャルネットワーキング要素を作成しました。

+
+
+
+ 2004年6月~2007年3月 +
+ + シニアテクニカルアナリスト (3レベル) \ テクニカルデザインオーソリティ + The Royal Bank of Scotland Group + +

ウェブサーバのインフラストラクチャを専門とし、1200台以上のウェブサーバをサポート。プロジェクトの計画、技術設計、実装のサインオフに関与。RBSの最初の社内Googleインストールの設定とテストを実施。デスクトップおよびウェブアプリケーションの設計・開発を行い、会社の工数を大幅に削減。

+
+
+
+ 2002年8月~2004年6月 +
+ + テクニカルアナリスト (2レベル)、チームリーダー + The Royal Bank of Scotland Group + +

イントラネット、Oracle、Microsoft SMS、Wintel File & Print、Unix、Messaging、Network、Backup & Restoreなどのインフラのインシデントをサポートしました。チームのWebサイトの管理とデザインを担当。主なスタッフトレーナーであり、9ヶ月間チームリーダーを務めました。

+
+
+
+ 2001年9月~2002年8月 +
+ + テクニカル・ヘルプデスク・アナリスト (1レベル) + The Royal Bank of Scotland Group + +

社内の電話、ネットワーク、メインフレームの第1レベルのサポート。SWIFTシステムを使用する商業顧客との第3レベルのリエゾン。チームの役割が別の場所に移った際には、新しいチームのトレーニングを行い、手順書の作成も行った。

+
+
+

スキル

+
+
+ ウェブテクノロジー +
  • Apache
  • IIS (4,5,6,8.5)
  • Oracle 9iAS
  • HTML5 / CSS3
  • PHP
  • +
  • JavaScript
  • JQuery
  • AJAX
  • XML
  • XSLT
  • C#
  • PL/SQL
  • +
  • VBScript
  • Perl
  • Site Server 3.0
  • FPSE
  • Wordpress
  • Drupal
  • +
  • OSCommerce
  • Magento
  • Nginx
  • Python
  • Ruby on Rails
  • Gitea
  • +
  • Webmentions
  • microformats
  • micropub/sub
  • Docker
  • DroneCI
  • Go
  • +
  • LetsEncrypt/Certbot
  • Nextcloud
  • Pleroma
  • Mastodon
  • Friendica
  • +
  • Prosody(XMPP)
  • Matrix Synapse
  • Grafana
  • Prometheus
+
+
+ オペレーティングシステム +
  • Windows (95,NT,XP,Vista,7,10)
  • Windows Server (2000,2003,2008 R2,2012 R2)
  • Linux (Red Hat, OpenSuse, CentOS, Ubuntu, Debian, PureOS, Manjaro)
  • Unix
+
+
+ デスクトップソフトウェア +
  • GIMP
  • Inkscape
  • Scribus
  • Flash
  • Dreamweaver
  • Virtual Studio Code
  • Atom
  • Hugo
+
+
+ RDBMS +
  • Oracle
  • MS SQL
  • MySQL/MariaDB
  • PostGreSQL
  • Dreamweaver
  • Virtual Studio Code
  • Atom
  • Hugo
+
+
+ その他 +
  • IBM Websphere
  • Business Objects
  • Veritas BackupExec
  • Legato Networker
  • Legato Replistor
  • Tivoli
  • Compaq RiB
  • MS SMS
  • +
  • PCAnywhere
  • Clustering
  • SSL Certificates
  • DNS
  • Virtualisation (ESXi/VMWare)
+
+
+
+
+{{ end }} diff --git a/themes/nipponalba/layouts/_default/section.jp.html b/themes/nipponalba/layouts/_default/section.jp.html index 1a8ffcd..71ec0e3 100644 --- a/themes/nipponalba/layouts/_default/section.jp.html +++ b/themes/nipponalba/layouts/_default/section.jp.html @@ -10,9 +10,9 @@
{{if eq .Type "article"}}

{{ .Title }}

{{ .Description }}{{ end }} {{ if eq .Type "article" }}
- {{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}
- {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}-minute read
- {{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} + {{ with .Page.Params.Blog }}ブログ: {{ partial "taxonomy/blog.html" . }}{{ end }}
+ {{ with .Page.Params.category }}カテゴリー: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}分間の読み取り
+ {{ with .Page.Params.tag }}タグ: {{ partial "taxonomy/tags.html" . }}{{ end }}
{{ end }}
{{ .Content }} diff --git a/themes/nipponalba/layouts/_default/single.html b/themes/nipponalba/layouts/_default/single.html index 1b68786..1963cdb 100644 --- a/themes/nipponalba/layouts/_default/single.html +++ b/themes/nipponalba/layouts/_default/single.html @@ -67,7 +67,7 @@
{{ else if eq .Type "bookmarkof" }}
{{ $cats := slice }} -{{ range .Site.Data.bookmarks }} +{{ range .Site.Data.bookmarks.en }} {{ $cats = $cats | append .category }} {{ end }} {{ $cats = uniq $cats | sort }} @@ -75,7 +75,7 @@ {{ $cat := . }}

{{ $cat }}

- {{ range $.Site.Data.bookmarks }} + {{ range $.Site.Data.bookmarks.en }} {{ if eq .category $cat }}
diff --git a/themes/nipponalba/layouts/_default/single.jp.html b/themes/nipponalba/layouts/_default/single.jp.html index 1b68786..5c0fac6 100644 --- a/themes/nipponalba/layouts/_default/single.jp.html +++ b/themes/nipponalba/layouts/_default/single.jp.html @@ -6,9 +6,9 @@
{{ with .Page.Params.Image }}{{ partial "image.html" . }}{{ end }}
{{ if eq .Type "article" }}

{{ .Title }}

{{ .Description }}
- {{ with .Page.Params.Blog }}Blog: {{ partial "taxonomy/blog.html" . }}{{ end }}
- {{ with .Page.Params.category }}Categories: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}-minute read
- {{ with .Page.Params.tag }}Tags: {{ partial "taxonomy/tags.html" . }}{{ end }} + {{ with .Page.Params.Blog }}ブログ: {{ partial "taxonomy/blog.html" . }}{{ end }}
+ {{ with .Page.Params.category }}カテゴリー: {{ partial "taxonomy/categories.html" . }}{{ end }}{{ .ReadingTime }}分間の読み取り
+ {{ with .Page.Params.tag }}タグ: {{ partial "taxonomy/tags.html" . }}{{ end }}
{{ end }} {{ if eq .Type "article" }}
{{else}}
{{end}} {{ .Content }} @@ -34,20 +34,21 @@

-

Interactions

-
Interactions on this site are possible either via webmentions or matrix courtesy of cactus chat, though guest (not logged in) commenting is not yet available. Alternatively, contact me via matrix or email.

- |
+

インタラクション

+
このサイトでは、webmentionsや「cactus chat」のmatrixを使って交流することができます( +現在、機能していません)。ゲスト(ログインしていない人)のコメントはまだできませんが、matrixメールでご連絡ください。

+ |
-
+
-

Alternatively, if you do not have a webmentions enabled website then you can leave a message using the comment parade form below.

-
Comment Parade

Please copy the following and paste into the URL field below: {{.Permalink }}

-

All going well, interactions will take a few minutes to appear, possibly longer due to .. gremlins.

+

また、webmentionが可能なウェブサイトをお持ちでない場合は、以下のコメントパレードフォームを使ってメッセージを残すこともできます。

+
Comment Parade

以下をコピーして、以下のURLフィールドに貼り付けてください。{{.Permalink }}

+

順調に進んでいますが、インタラクションが表示されるまでに数分かかります、グレムリンの影響でもっとかかるかもしれません。

{{ $mention_ids := index $.Site.Data.index .RelPermalink }} {{ if isset $mention_ids 0}} @@ -67,7 +68,7 @@
{{ else if eq .Type "bookmarkof" }}
{{ $cats := slice }} -{{ range .Site.Data.bookmarks }} +{{ range .Site.Data.bookmarks.jp }} {{ $cats = $cats | append .category }} {{ end }} {{ $cats = uniq $cats | sort }} @@ -75,7 +76,7 @@ {{ $cat := . }}

{{ $cat }}

- {{ range $.Site.Data.bookmarks }} + {{ range $.Site.Data.bookmarks.jp }} {{ if eq .category $cat }}