Skip to content

Commit

Permalink
Merge pull request #159 from efcl/force-https
Browse files Browse the repository at this point in the history
http -> https
  • Loading branch information
azu authored Mar 26, 2018
2 parents eaaa5d1 + 2992bd1 commit 8b2ed30
Show file tree
Hide file tree
Showing 405 changed files with 1,583 additions and 1,647 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Web Scratch [![Circle CI](https://circleci.com/gh/efcl/efcl.github.io/tree/develop.svg?style=svg)](https://circleci.com/gh/efcl/efcl.github.io/tree/develop)

http://efcl.info/ のブログ用のリポジトリです。
https://efcl.info/ のブログ用のリポジトリです。

## Installation

Expand Down Expand Up @@ -29,4 +29,4 @@ typoなどの間違いは`develop`ブランチにPull Requestして頂いて問

ソースコードはMIT

文章はCC-BY <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="クリエイティブ・コモンズ・ライセンス" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
文章はCC-BY <a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="クリエイティブ・コモンズ・ライセンス" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/88x31.png" /></a>
42 changes: 3 additions & 39 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ keywords:
- "Objective-C"
- "Firefox"
- "拡張機能"
url: "http://efcl.info"
url: "https://efcl.info"
baseurl: ""
production_url : "http://efcl.info"
production_url : "https://efcl.info"
github_repo_url : https://github.com/efcl/efcl.github.io
icon: "/public/favicon.ico"
timezone: Asia/Tokyo
Expand All @@ -27,7 +27,7 @@ exclude:
# Setup
author:
name: 'azu'
url: http://efcl.info/
url: https://efcl.info/
twitter: azu_re
github: azu

Expand All @@ -44,39 +44,3 @@ redcarpet:
gems:
- jekyll-sitemap
- jemoji
# Prose
prose:
rooturl: '_posts/'
siteurl: 'http://efcl.info'
media: 'wp-content/uploads'
metadata:
_posts:
- name: "layout"
field:
element: "hidden"
value: "post"
- name: "title"
field:
element: "text"
label: "Title"
value: ""
type: "text"
- name: "author"
field:
element: "hidden"
label: "Author"
value: "azu"
placeholder: "Trunk Botterson"
type: "text"
- name: "categories"
field:
element: "multiselect"
label: "Post Category"
placeholder: "Create or choose"
alterable: true
- name: "tags"
field:
element: "multiselect"
label: "Post Tag"
placeholder: "Create or choose"
alterable: true
90 changes: 45 additions & 45 deletions _data/azu_events.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- date: 2011-01-16
title: "世界のJavaScript情報を読もう"
URL: http://www.slideshare.net/efcl/javascript-6580879
report_URL: http://efcl.info/2011/0117/res2229/
report_URL: https://efcl.info/2011/0117/res2229/
event_title: "Mozilla 勉強会@東京 5th"
event_URL: https://dev.mozilla.jp/events/workshop08/

Expand All @@ -22,246 +22,246 @@
- date: 2012-02-26
title: "WebStorm指南書"
URL: http://azu.github.io/slide/webstorm/webstorm.html
report_URL: http://efcl.info/2012/0226/res3015/
report_URL: https://efcl.info/2012/0226/res3015/
event_title: "横浜JSTDDハンズオン"
event_URL: https://atnd.org/events/25519

- date: 2012-03-24
title: "JavaScript Testing FrameworkのBusterJSを使う"
URL: http://azu.github.io/slide/Kamakura/busterJS.html
report_URL: http://efcl.info/2012/0324/res3020/
report_URL: https://efcl.info/2012/0324/res3020/
event_title: "カヤック社内勉強会"

- date: 2013-05-10
title: "iOS Unit Test"
URL: http://azu.github.io/slide/OCStudy/ios_unit_test.html
report_URL: http://efcl.info/2013/0607/res3295/
report_URL: https://efcl.info/2013/0607/res3295/
event_title: "Objective-C勉強会@東京"
event_URL: http://partake.in/events/30064810-a41b-4de6-a49b-897b73a5890d

- date: 2013-06-07
title: "NSDate A Live"
URL: http://azu.github.io/slide/OCStudy/2013_June/nsdate_a_live.html
report_URL: http://efcl.info/2013/0607/res3295/
report_URL: https://efcl.info/2013/0607/res3295/
event_title: "Objective-C勉強会@東京 6月"
event_URL: http://partake.in/events/54f3c547-5ffa-4fd4-8de6-d95788cb3915

- date: 2013-08-02
title: "Devlop iOS Library"
URL: http://azu.github.io/slide/OCStudy/2013_August/devlop_ios_library.html
report_URL: http://efcl.info/2013/0802/res3377/
report_URL: https://efcl.info/2013/0802/res3377/
event_title: "Objective-C勉強会@東京 8月"

- date: 2013-10-11
title: "Array.prototype.reduce Dance"
URL: https://gist.github.com/azu/6919649
report_URL: http://efcl.info/2013/1011/res3455/
report_URL: https://efcl.info/2013/1011/res3455/
event_title: "蕎麦JS"

- date: 2013-11-02
title: "NSAttributedString と TextKit"
URL: http://azu.github.io/slide/OCStudy/2013_November/nsattributedstring.html
report_URL: http://efcl.info/2013/1102/res3462/
report_URL: https://efcl.info/2013/1102/res3462/
event_title: "Objective-C勉強会@東京 11月"

- date: 2013-11-02
title: "deprecated! deprecated!"
URL: http://azu.github.io/slide/OCStudy/2013_November/deprecated_ios6_7.html
report_URL: http://efcl.info/2013/1102/res3462/
report_URL: https://efcl.info/2013/1102/res3462/
event_title: "Objective-C勉強会@東京 11月"

- date: 2013-11-02
title: "最近作ったiOSのライブラリ紹介"
URL: http://azu.github.io/slide/OCStudy/2013_November/mylibrary.html
report_URL: http://efcl.info/2013/1102/res3462/
report_URL: https://efcl.info/2013/1102/res3462/
event_title: "Objective-C勉強会@東京 11月"

- date: 2014-01-15
title: "mogenerator – potate tips"
URL: http://azu.github.io/slide/potatotips/mogenerator.html
report_URL: http://efcl.info/2014/0115/res3586/
report_URL: https://efcl.info/2014/0115/res3586/
event_title: "【第3回】potatotips"
event_URL: http://connpass.com/event/4563/

- date: 2014-03-28
title: "カジュアルJavaScript AST"
URL: http://azu.github.io/slide/JSojisan/
report_URL: http://efcl.info/2014/0328/res3756/
report_URL: https://efcl.info/2014/0328/res3756/
event_title: "JSオジサン #1"
event_URL: https://atnd.org/events/48368

- date: 2014-03-31
title: "Promises Starter"
URL: http://azu.github.io/slide/sushijs/
report_URL: http://efcl.info/2014/0401/res3779/
report_URL: https://efcl.info/2014/0401/res3779/
event_title: "寿司JS"

- date: 2014-04-02
title: "SAKURA(Internet Cloud).js"
URL: http://azu.github.io/slide/sakurajs/sakura_cloud.html
report_URL: http://efcl.info/2014/0403/res3793/
report_URL: https://efcl.info/2014/0403/res3793/
event_title: "桜JS"

- date: 2014-04-02
title: "5分で分かるpower assert"
URL: http://azu.github.io/slide/sakurajs/power-assert.html
report_URL: http://efcl.info/2014/0403/res3793/
report_URL: https://efcl.info/2014/0403/res3793/
event_title: "桜JS"

- date: 2014-04-15
title: "Test Runner Tips"
URL: http://azu.github.io/slide/hasakurajs/
report_URL: http://efcl.info/2014/0415/res3844/
report_URL: https://efcl.info/2014/0415/res3844/
event_title: "葉桜JS"

- date: 2014-05-28
title: "node-webkitとは何か"
URL: http://azu.github.io/slide/udonjs/node-webkit.html
report_URL: http://efcl.info/2014/0528/res3914/
report_URL: https://efcl.info/2014/0528/res3914/
event_title: "うどんJS"

- date: 2014-05-28
title: "一人で使えるGithub Issue"
URL: http://azu.github.io/slide/udonjs/github-issue.html
report_URL: http://efcl.info/2014/0528/res3914/
report_URL: https://efcl.info/2014/0528/res3914/
event_title: "うどんJS"

- date: 2014-06-28
title: "Githubで書く電子書籍"
URL: http://azu.github.io/slide/individual/
report_URL: http://efcl.info/2014/0628/res3950/
report_URL: https://efcl.info/2014/0628/res3950/
event_title: "個人開発を支える技術Night"
event_URL: http://www.zusaar.com/event/10467019

- date: 2014-08-20
title: "Objective-CでのPromiseと非同期処理"
URL: http://azu.github.io/slide/potatotips/promisekit.html
report_URL: http://efcl.info/2014/08/20/potatotips/
report_URL: https://efcl.info/2014/08/20/potatotips/
event_title: "【第8回】potatotips"
event_URL: http://efcl.info/2014/08/20/potatotips/
event_URL: https://efcl.info/2014/08/20/potatotips/

- date: 2014-09-22
title: "多段SourceMapと統一的なインターフェース"
URL: http://azu.github.io/slide/DOMQuery/sourcemap.pdf
report_URL: http://efcl.info/2014/09/22/sourcemap-ast/
URL: https://azu.github.io/slide/DOMQuery/sourcemap.pdf
report_URL: https://efcl.info/2014/09/22/sourcemap-ast/
event_title: "DOMQuery寿司"

- date: 2014-09-22
title: "power-assert in browser"
URL: http://azu.github.io/slide/DOMQuery/power-assert-in-browser.pdf
report_URL: http://efcl.info/2014/09/22/sourcemap-ast/
URL: https://azu.github.io/slide/DOMQuery/power-assert-in-browser.pdf
report_URL: https://efcl.info/2014/09/22/sourcemap-ast/
event_title: "DOMQuery寿司"

- date: 2014-10-29
title: "明日には使えなくなるES7トーク"
URL: http://azu.github.io/slide/es6talks/
report_URL: http://efcl.info/2014/10/29/es6-talks/
report_URL: https://efcl.info/2014/10/29/es6-talks/
event_title: "ES6+カジュアルトーク"
event_URL: http://connpass.com/event/9113/

- date: 2014-11-01
title: "JSer.info 200 回目記念イベント"
URL: http://azu.github.io/slide/jser200/
report_URL: http://efcl.info/2014/11/02/jserinfo200/
report_URL: https://efcl.info/2014/11/02/jserinfo200/
event_title: "JSer.info 200回記念イベント"
event_URL: http://connpass.com/event/9067/

- date: 2014-11-01
title: "世界のJavaScriptを読もう @ 2014"
URL: http://azu.github.io/slide/jser200/javascript-2014.html
report_URL: http://efcl.info/2014/11/02/jserinfo200/
report_URL: https://efcl.info/2014/11/02/jserinfo200/
event_title: "JSer.info 200回記念イベント"
event_URL: http://connpass.com/event/9067/

- date: 2014-11-09
title: "ニコニココードリーディング"
URL: http://azu.github.io/slide/niconicode/code-reading.pdf
report_URL: http://azu.github.io/slide/niconicode/code-reading.pdf
URL: https://azu.github.io/slide/niconicode/code-reading.pdf
report_URL: https://azu.github.io/slide/niconicode/code-reading.pdf
event_title: "ドワンゴ社内勉強会(外部参加)"

- date: 2014-12-05
title: "QUnit 2.xで変わること"
URL: http://azu.github.io/slide/chatwork/qunit2.html
report_URL: http://efcl.info/2014/12/05/chatworkjs/
report_URL: https://efcl.info/2014/12/05/chatworkjs/
event_title: "#chatworkjs"

- date: 2014-12-05
title: "TC39 MTG Notes 第43回 報告会"
URL: http://azu.github.io/slide/chatwork/tc39-mtg-notes.html
report_URL: http://efcl.info/2014/12/05/chatworkjs/
report_URL: https://efcl.info/2014/12/05/chatworkjs/
event_title: "#chatworkjs"

- date: 2014-12-18
title: "#JavaScript忘年会"
URL: http://azu.github.io/slide/pixelgrid/forget-js.html
report_URL: http://efcl.info/2014/12/18/pxgridjs/
report_URL: https://efcl.info/2014/12/18/pxgridjs/
event_title: "#pxgridjs"

- date: 2015-01-15
title: "textlintから学んだこと"
URL: http://azu.github.io/slide/reactsushi/textlint.html
report_URL: http://efcl.info/2015/01/15/reactsushi/
report_URL: https://efcl.info/2015/01/15/reactsushi/
event_title: "#reactsushi"

- date: 2015-01-28
title: "Testium"
URL: http://azu.github.io/slide/e2e_sushi/testium.html
report_URL: http://efcl.info/2015/01/28/e2e-template-literal-sushi/
report_URL: https://efcl.info/2015/01/28/e2e-template-literal-sushi/
event_title: "#e2e_sushi"

- date: 2015-03-07
title: "Promise Error Handling"
URL: http://azu.github.io/slide/error-handling/promise-error-handling.html
report_URL: http://efcl.info/2015/03/07/error-handling-sushi/
report_URL: https://efcl.info/2015/03/07/error-handling-sushi/
event_title: "#error_handling_sushi"

- date: 2015-03-22
title: "Decorators進捗"
URL: http://azu.github.io/slide/typescript-sushi/decorators.html
report_URL: http://efcl.info/2015/03/22/typescript-sushi/
report_URL: https://efcl.info/2015/03/22/typescript-sushi/
event_title: "#typescript_sushi"

- date: 2015-04-24
title: "10分で実装するFlux"
URL: http://azu.github.io/slide/react-meetup/flux.html
report_URL: http://efcl.info/2015/04/24/react-meetup/
report_URL: https://efcl.info/2015/04/24/react-meetup/
event_title: "React.js meetup"
event_URL: http://reactjs-meetup.connpass.com/event/11232/

- date: 2015-05-26
title: "われわれは、いかにして変更点を追うか"
URL: http://azu.github.io/slide/cto/changelog.html
report_URL: http://efcl.info/2015/05/26/cto_sushi/
report_URL: https://efcl.info/2015/05/26/cto_sushi/
event_title: "#cto_sushi"

- date: 2015-05-30
title: "ECMAScript 6 Draft Hisotry Repo"
URL: http://azu.github.io/slide/ecma262reading/es6-draft.html
report_URL: http://efcl.info/2015/05/30/ecma-262/
report_URL: https://efcl.info/2015/05/30/ecma-262/
event_title: "ECMA262読書会・1周年記念会"
event_URL: https://ecma262reading.doorkeeper.jp/events/25174

- date: 2015-07-27
title: "ロジック、E2E、描画、音、動画、Example、文章 - 色々なJSテスト"
URL: http://azu.github.io/slide/assistant-bucho/test-everything.html
report_URL: http://efcl.info/2015/07/27/assistant-bucho/
report_URL: https://efcl.info/2015/07/27/assistant-bucho/
event_title: "#副本部長_sushi"

- date: 2015-09-27
title: "Markdownで書く電子書籍開発環境"
URL: http://azu.github.io/slide/niku_sushi/ebook_development.html
report_URL: http://efcl.info/2015/09/27/niku_sushi/
report_URL: https://efcl.info/2015/09/27/niku_sushi/
event_title: "#niku_sushi"

- date: 2015-11-07
title: "技術文書をソフトウェア開発する話"
URL: https://azu.gitbooks.io/nodefest-technical-writing/content/
report_URL: http://efcl.info/2015/11/07/nodefest-2015/
report_URL: https://efcl.info/2015/11/07/nodefest-2015/
event_title: "東京Node学園祭2015"
event_URL: http://nodefest.jp/2015/

- date: 2015-12-09
title: "JavaScriptの素振りする技術"
URL: http://azu.github.io/slide/2015/year-end/javascript-swing.html
report_URL: http://efcl.info/2015/12/09/year-end-sushi/
report_URL: https://efcl.info/2015/12/09/year-end-sushi/
event_title: "#忘年_sushi"
Loading

0 comments on commit 8b2ed30

Please sign in to comment.