From dccfdbf6ec393d2f40bf522a9e9d15746ced77c8 Mon Sep 17 00:00:00 2001 From: Siteleaf Date: Wed, 14 Aug 2019 21:24:49 +0900 Subject: [PATCH] Updated Config and 41 other files --- _config.yml | 2 +- _posts/2013-07-07-install-julius-with-homebrew.md | 2 +- _posts/2013-11-05-osx-http-proxy.md | 2 +- _posts/2013-12-05-qiita-alfred-workflow.md | 2 +- _posts/2014-03-14-rails-assets-cli.md | 2 +- _posts/2014-05-30-dokku-with-dockland.md | 2 +- _posts/2014-09-23-homebrew-osx-knp.md | 2 +- _posts/2014-10-27-brew-cask-downloader.md | 2 +- _posts/2014-12-03-sketch-plugin-stickygrid-ja.md | 2 +- _posts/2014-12-03-sketch-plugin-stickygrid.md | 2 +- _posts/2014-12-16-myo-armband.md | 2 +- _posts/2015-02-26-cabocha-on-rubygems.md | 2 +- _posts/2015-02-26-gulp-decomposer-bower-import.md | 2 +- _posts/2015-03-10-create-icns-from-sketch.md | 2 +- _posts/2015-07-05-hugo-paper.md | 2 +- _posts/2015-09-07-alfred-qiita-workflow-in-go.md | 2 +- _posts/2015-12-07-wallpaper-for-simple-desktop.md | 2 +- _posts/2015-12-16-atom-package-diff.md | 2 +- _posts/2016-01-24-essentials-for-new-macbook.md | 2 +- _posts/2016-02-11-polyglot-extension-for-safari.md | 2 +- _posts/2016-05-26-stairlab-aiseminar-2-memo.md | 2 +- _posts/2016-10-15-cuda-on-macos.md | 2 +- _posts/2017-02-02-sim-card-travel.md | 2 +- .../2017-02-13-markdown-friendly-note-taking-apps.markdown | 2 +- _posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md | 2 +- _posts/2017-02-28-minimal-python-jupyter-macos.markdown | 2 +- ...2017-03-23-install-opencv3-and-python3-bindings.markdown | 2 +- _posts/2017-04-23-apple-pie.markdown | 6 +++--- _posts/2017-05-13-github-repos-comparison.md | 2 +- _posts/2017-06-16-x11forward.md | 2 +- _posts/2017-12-27-oss-for-designers.markdown | 2 +- _posts/2018-02-15-data-recovery.markdown | 2 +- _posts/2018-03-24-earin-m2-first-look.markdown | 2 +- _posts/2018-03-29-products-guide.markdown | 3 +-- _posts/2018-04-10-building-tensorflow-from-source.markdown | 2 +- _posts/2018-04-13-camping.markdown | 2 +- _posts/2018-08-03-hermitian-conjugate.md | 2 +- _posts/2018-08-05-life-automation.md | 2 +- _posts/2019-01-01-years-resolution-2019.markdown | 2 +- _posts/2019-01-14-padsize.md | 2 +- _posts/2019-01-17-english-note.markdown | 2 +- _posts/2019-06-05-sign-and-notarize-electron-app.md | 2 +- 42 files changed, 44 insertions(+), 45 deletions(-) diff --git a/_config.yml b/_config.yml index 47d0a7f..1d69fdc 100644 --- a/_config.yml +++ b/_config.yml @@ -44,4 +44,4 @@ exclude: - script - vendor - docker-compose.yml -- Dockerfile \ No newline at end of file +- Dockerfile diff --git a/_posts/2013-07-07-install-julius-with-homebrew.md b/_posts/2013-07-07-install-julius-with-homebrew.md index ca098b3..06c90d1 100644 --- a/_posts/2013-07-07-install-julius-with-homebrew.md +++ b/_posts/2013-07-07-install-julius-with-homebrew.md @@ -1,7 +1,7 @@ --- title: OSXに音声解析エンジンJuliusを入れる with Homebrew date: 2013-07-07 09:00:00 +09:00 -redirect_from: /blog/2013/07/07/install-julius-with-homebrew +redirect_from: "/blog/2013/07/07/install-julius-with-homebrew" --- Homebrew を使って macOS に音声解析エンジン Julius をインストールします。 diff --git a/_posts/2013-11-05-osx-http-proxy.md b/_posts/2013-11-05-osx-http-proxy.md index eb079b5..8023317 100644 --- a/_posts/2013-11-05-osx-http-proxy.md +++ b/_posts/2013-11-05-osx-http-proxy.md @@ -1,7 +1,7 @@ --- title: OS Xのネットワーク環境に合わせてHTTP_PROXYを切り替えるシェルスクリプト date: 2013-11-05 09:00:00 +09:00 -redirect_from: /blog/2013/11/05/osx-http-proxy +redirect_from: "/blog/2013/11/05/osx-http-proxy" --- ![](/uploads/osx-http-proxy.png) diff --git a/_posts/2013-12-05-qiita-alfred-workflow.md b/_posts/2013-12-05-qiita-alfred-workflow.md index 9b0c448..24e1d40 100644 --- a/_posts/2013-12-05-qiita-alfred-workflow.md +++ b/_posts/2013-12-05-qiita-alfred-workflow.md @@ -1,7 +1,7 @@ --- title: Qiitaでストックした記事をインクリメンタルサーチするAlfred 2 Workflow date: 2013-12-05 09:00:00 +09:00 -redirect_from: /blog/2013/12/05/qiita-alfred-workflow +redirect_from: "/blog/2013/12/05/qiita-alfred-workflow" --- コードを書いている時に、ストックしておいた Qiita の記事を検索したくなるシーンが最近増えてきた気がする。 diff --git a/_posts/2014-03-14-rails-assets-cli.md b/_posts/2014-03-14-rails-assets-cli.md index a778cb9..6f90d1e 100644 --- a/_posts/2014-03-14-rails-assets-cli.md +++ b/_posts/2014-03-14-rails-assets-cli.md @@ -1,7 +1,7 @@ --- title: Rails Assetsのパッケージをコマンドラインから検索する date: 2014-03-14 09:00:00 +09:00 -redirect_from: /blog/2014/03/14/rails-assets-cli +redirect_from: "/blog/2014/03/14/rails-assets-cli" --- [Rails Assets](https://rails-assets.org/) は Bower パッケージを Bundler で管理出 diff --git a/_posts/2014-05-30-dokku-with-dockland.md b/_posts/2014-05-30-dokku-with-dockland.md index 7c924af..b61638a 100644 --- a/_posts/2014-05-30-dokku-with-dockland.md +++ b/_posts/2014-05-30-dokku-with-dockland.md @@ -1,7 +1,7 @@ --- title: Run dokku with Dockland date: 2014-05-30 09:00:00 +09:00 -redirect_from: /blog/2014/05/30/dokku-with-dockland +redirect_from: "/blog/2014/05/30/dokku-with-dockland" --- ローカルから heroku-toolbelt ライクに dokku コマンドを叩く dockland gem をリリースした。 diff --git a/_posts/2014-09-23-homebrew-osx-knp.md b/_posts/2014-09-23-homebrew-osx-knp.md index d573c67..e4f43f2 100644 --- a/_posts/2014-09-23-homebrew-osx-knp.md +++ b/_posts/2014-09-23-homebrew-osx-knp.md @@ -1,7 +1,7 @@ --- title: HomebrewでmacOSに構文解析システムKNPを入れる date: 2014-09-23 09:00:00 +09:00 -redirect_from: /blog/2014/09/23/homebrew-osx-knp +redirect_from: "/blog/2014/09/23/homebrew-osx-knp" --- Homebrew で macOS に構文解析システム KNP をインストールします。 diff --git a/_posts/2014-10-27-brew-cask-downloader.md b/_posts/2014-10-27-brew-cask-downloader.md index a980aed..325ea91 100644 --- a/_posts/2014-10-27-brew-cask-downloader.md +++ b/_posts/2014-10-27-brew-cask-downloader.md @@ -1,7 +1,7 @@ --- title: homebrew-caskを単純なダウンローダーとして使う date: 2014-10-27 09:00:00 +09:00 -redirect_from: /blog/2014/10/27/brew-cask-downloader +redirect_from: "/blog/2014/10/27/brew-cask-downloader" --- ![image](/uploads/brew-cask-downloader.png) diff --git a/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md b/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md index c444946..642efda 100644 --- a/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md +++ b/_posts/2014-12-03-sketch-plugin-stickygrid-ja.md @@ -1,7 +1,7 @@ --- title: Sketch 3 plugin 'StickyGrid' date: 2014-12-03 09:00:00 +09:00 -redirect_from: /blog/2014/12/03/sketch-plugin-stickygrid-ja +redirect_from: "/blog/2014/12/03/sketch-plugin-stickygrid-ja" --- 選択したシェイプのポイントをグリッドに吸い付かせるプラグイン StickyGrid を作りました。 diff --git a/_posts/2014-12-03-sketch-plugin-stickygrid.md b/_posts/2014-12-03-sketch-plugin-stickygrid.md index 932c649..c64c7b1 100644 --- a/_posts/2014-12-03-sketch-plugin-stickygrid.md +++ b/_posts/2014-12-03-sketch-plugin-stickygrid.md @@ -1,7 +1,7 @@ --- title: Sketch 3 plugin 'StickyGrid' date: 2014-12-03 09:00:00 +09:00 -redirect_from: /blog/2014/12/03/sketch-plugin-stickygrid +redirect_from: "/blog/2014/12/03/sketch-plugin-stickygrid" --- For practicing Sketch plugin development, I created **StickyGrid** to let shape points sticked with grids. diff --git a/_posts/2014-12-16-myo-armband.md b/_posts/2014-12-16-myo-armband.md index 12c2f41..0c39ab3 100644 --- a/_posts/2014-12-16-myo-armband.md +++ b/_posts/2014-12-16-myo-armband.md @@ -1,7 +1,7 @@ --- title: Take control of Chrome with Myo Armband date: 2014-12-16 09:00:00 +09:00 -redirect_from: /blog/2014/12/16/myo-armband +redirect_from: "/blog/2014/12/16/myo-armband" --- Thalmic Labs の MYO アームバンドが届いたので Google Chrome をマイノリティ・リポートっぽいジェスチャーで操作する Myo Scripts を書いてみる。 diff --git a/_posts/2015-02-26-cabocha-on-rubygems.md b/_posts/2015-02-26-cabocha-on-rubygems.md index 7c27b89..ed9440a 100644 --- a/_posts/2015-02-26-cabocha-on-rubygems.md +++ b/_posts/2015-02-26-cabocha-on-rubygems.md @@ -1,7 +1,7 @@ --- title: CaboCha on RubyGems date: 2015-02-26 09:00:00 +09:00 -redirect_from: /blog/2015/02/26/cabocha-on-rubygems +redirect_from: "/blog/2015/02/26/cabocha-on-rubygems" --- 日本語係り受け解析器 CaboCha の Ruby バインディング [cabocha-ruby](https://github.com/uetchy/cabocha-ruby) をリリースした。とは言っても [公式](https://code.google.com/p/cabocha/) の SWIG バインディングをベースにしたものだ。 diff --git a/_posts/2015-02-26-gulp-decomposer-bower-import.md b/_posts/2015-02-26-gulp-decomposer-bower-import.md index a251959..33bcef3 100644 --- a/_posts/2015-02-26-gulp-decomposer-bower-import.md +++ b/_posts/2015-02-26-gulp-decomposer-bower-import.md @@ -1,7 +1,7 @@ --- title: 'gulp + decomposer: Best way to sassy-@import bower components' date: 2015-02-26 09:00:00 +09:00 -redirect_from: /blog/2015/02/26/gulp-decomposer-bower-import +redirect_from: "/blog/2015/02/26/gulp-decomposer-bower-import" --- gulp + Browserify(+ debowerify)という構成で Web サイトを作っていると、SASS にも debowerify 相当のものが欲しくなってくる。 diff --git a/_posts/2015-03-10-create-icns-from-sketch.md b/_posts/2015-03-10-create-icns-from-sketch.md index 7dcd226..15bc181 100644 --- a/_posts/2015-03-10-create-icns-from-sketch.md +++ b/_posts/2015-03-10-create-icns-from-sketch.md @@ -1,7 +1,7 @@ --- title: Create .icns from .sketch date: 2015-03-10 09:00:00 +09:00 -redirect_from: /blog/2015/03/10/create-icns-from-sketch +redirect_from: "/blog/2015/03/10/create-icns-from-sketch" --- ![](/uploads/create-icns-from-sketch/intro.png) diff --git a/_posts/2015-07-05-hugo-paper.md b/_posts/2015-07-05-hugo-paper.md index 312a954..0b8bae8 100644 --- a/_posts/2015-07-05-hugo-paper.md +++ b/_posts/2015-07-05-hugo-paper.md @@ -1,7 +1,7 @@ --- title: 'Hugo Paper: well-simplified theme for Hugo' date: 2015-07-05 09:00:00 +09:00 -redirect_from: /blog/2015/07/05/hugo-paper +redirect_from: "/blog/2015/07/05/hugo-paper" --- When I created my blog, there are no well simplified [Hugo](http://gohugo.io) theme around the world. I need to a theme that just don't interrupt reading experience. [Hugo Paper](https://github.com/uetchy/hugo-paper) is made for that. diff --git a/_posts/2015-09-07-alfred-qiita-workflow-in-go.md b/_posts/2015-09-07-alfred-qiita-workflow-in-go.md index 3cad36f..3e77285 100644 --- a/_posts/2015-09-07-alfred-qiita-workflow-in-go.md +++ b/_posts/2015-09-07-alfred-qiita-workflow-in-go.md @@ -1,7 +1,7 @@ --- title: Alfred Qiita Workflow in Go date: 2015-09-07 09:00:00 +09:00 -redirect_from: /blog/2015/09/07/alfred-qiita-workflow-in-go +redirect_from: "/blog/2015/09/07/alfred-qiita-workflow-in-go" --- ![Cover](/uploads/alfred-qiita-workflow.png) diff --git a/_posts/2015-12-07-wallpaper-for-simple-desktop.md b/_posts/2015-12-07-wallpaper-for-simple-desktop.md index 6648962..7d2acb1 100644 --- a/_posts/2015-12-07-wallpaper-for-simple-desktop.md +++ b/_posts/2015-12-07-wallpaper-for-simple-desktop.md @@ -1,7 +1,7 @@ --- title: Wallpapers for simple desktop date: 2015-12-07 09:00:00 +09:00 -redirect_from: /blog/2015/12/07/wallpaper-for-simple-desktop +redirect_from: "/blog/2015/12/07/wallpaper-for-simple-desktop" --- ![One of my wallpapers](/images/wallpaper/bricks.png) diff --git a/_posts/2015-12-16-atom-package-diff.md b/_posts/2015-12-16-atom-package-diff.md index 0942af0..2a06721 100644 --- a/_posts/2015-12-16-atom-package-diff.md +++ b/_posts/2015-12-16-atom-package-diff.md @@ -1,7 +1,7 @@ --- title: Gluing Installed Atom Packages and apm Stars Together date: 2015-12-16 09:00:00 +09:00 -redirect_from: /blog/2015/12/16/atom-package-diff +redirect_from: "/blog/2015/12/16/atom-package-diff" --- Atom にインストールしているパッケージと[Atom.io](https://atom.io/packages)上のスターを同期する CLI ツール [Atom Package Diff](https://www.npmjs.com/package/atom-package-diff) を公開した。 diff --git a/_posts/2016-01-24-essentials-for-new-macbook.md b/_posts/2016-01-24-essentials-for-new-macbook.md index 7ab3fe2..81c8930 100644 --- a/_posts/2016-01-24-essentials-for-new-macbook.md +++ b/_posts/2016-01-24-essentials-for-new-macbook.md @@ -1,7 +1,7 @@ --- title: Essentials for New MacBook date: 2016-01-24 09:00:00 +09:00 -redirect_from: /blog/2016/01/24/essentials-for-new-macbook +redirect_from: "/blog/2016/01/24/essentials-for-new-macbook" --- ![](/uploads/essentials-for-new-macbook-spec.png) diff --git a/_posts/2016-02-11-polyglot-extension-for-safari.md b/_posts/2016-02-11-polyglot-extension-for-safari.md index 17d4c8e..7017945 100644 --- a/_posts/2016-02-11-polyglot-extension-for-safari.md +++ b/_posts/2016-02-11-polyglot-extension-for-safari.md @@ -1,7 +1,7 @@ --- title: Polyglot Extension for Safari date: 2016-02-11 09:00:00 +09:00 -redirect_from: /blog/2016/02/11/polyglot-extension-for-safari +redirect_from: "/blog/2016/02/11/polyglot-extension-for-safari" --- ![](http://uechi-public.s3.amazonaws.com/github/Polyglot/header.png) diff --git a/_posts/2016-05-26-stairlab-aiseminar-2-memo.md b/_posts/2016-05-26-stairlab-aiseminar-2-memo.md index f8fe039..4635d57 100644 --- a/_posts/2016-05-26-stairlab-aiseminar-2-memo.md +++ b/_posts/2016-05-26-stairlab-aiseminar-2-memo.md @@ -1,7 +1,7 @@ --- title: ステアラボ人工知能セミナー#2 メモ date: 2016-05-26 09:00:00 +09:00 -redirect_from: /blog/2016/05/26/stairlab-aiseminar-2-memo +redirect_from: "/blog/2016/05/26/stairlab-aiseminar-2-memo" --- 走り書きです。 diff --git a/_posts/2016-10-15-cuda-on-macos.md b/_posts/2016-10-15-cuda-on-macos.md index 70272bd..1d87f32 100644 --- a/_posts/2016-10-15-cuda-on-macos.md +++ b/_posts/2016-10-15-cuda-on-macos.md @@ -1,7 +1,7 @@ --- title: CUDA on macOS date: 2016-10-15 09:00:00 +09:00 -redirect_from: /blog/2016/10/15/cuda-on-macos +redirect_from: "/blog/2016/10/15/cuda-on-macos" --- Install TensorFlow with CUDA 8.0 + cuDNN 5.1 support on macOS. diff --git a/_posts/2017-02-02-sim-card-travel.md b/_posts/2017-02-02-sim-card-travel.md index 5e417ca..db9b8a3 100644 --- a/_posts/2017-02-02-sim-card-travel.md +++ b/_posts/2017-02-02-sim-card-travel.md @@ -1,7 +1,7 @@ --- title: 海外旅行におけるSIMカードの選択 date: 2017-02-02 00:20:00 +09:00 -redirect_from: /blog/2017/02/02/sim-card-travel +redirect_from: "/blog/2017/02/02/sim-card-travel" --- 世界中で 3G 通信が出来る[GigSky](http://www.gigsky.jp)の SIM を 3 日間の台湾旅行で使ってみました。 diff --git a/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown b/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown index 912c007..a7ccc3a 100644 --- a/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown +++ b/_posts/2017-02-13-markdown-friendly-note-taking-apps.markdown @@ -1,7 +1,7 @@ --- title: Markdownフレンドリーなノートアプリ date: 2017-02-13 21:52:00 +09:00 -redirect_from: /blog/2017/02/13/markdown-friendly-note-taking-apps +redirect_from: "/blog/2017/02/13/markdown-friendly-note-taking-apps" --- UI が秀逸な Markdown ノートアプリを紹介します。 diff --git a/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md b/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md index ebb6a5a..8966101 100644 --- a/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md +++ b/_posts/2017-02-13-nvidia-titan-x-macpro-early-2008.md @@ -1,7 +1,7 @@ --- title: Install NVIDIA GeForce GTX TITAN X in MacPro Early 2008 date: 2017-02-13 14:20:00 +09:00 -redirect_from: /blog/2017/02/13/nvidia-titan-x-macpro-early-2008 +redirect_from: "/blog/2017/02/13/nvidia-titan-x-macpro-early-2008" --- MacPro Early 2008 という骨董品に NVIDIA Titan X (Maxwell)を積んだところ、いくつかの問題にぶつかりました。この記事でそれらの問題と解決策について書きます。 diff --git a/_posts/2017-02-28-minimal-python-jupyter-macos.markdown b/_posts/2017-02-28-minimal-python-jupyter-macos.markdown index 9df54dc..3609db9 100644 --- a/_posts/2017-02-28-minimal-python-jupyter-macos.markdown +++ b/_posts/2017-02-28-minimal-python-jupyter-macos.markdown @@ -1,7 +1,7 @@ --- title: Install Python and Jupyter on macOS with Minimal Effort date: 2017-02-28 11:14:00 +09:00 -redirect_from: /blog/2017/02/28/minimal-python-jupyter-macos +redirect_from: "/blog/2017/02/28/minimal-python-jupyter-macos" --- Maybe you don't need `pyenv` and/or `virtualenv` in most cases. diff --git a/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown b/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown index 01ec91b..6e5b3f1 100644 --- a/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown +++ b/_posts/2017-03-23-install-opencv3-and-python3-bindings.markdown @@ -1,7 +1,7 @@ --- title: Definitive Guide to Install OpenCV 3 and its Python 3 bindings date: 2017-03-23 15:10:00 +09:00 -redirect_from: /blog/2017/03/23/install-opencv3-and-python3-bindings +redirect_from: "/blog/2017/03/23/install-opencv3-and-python3-bindings" --- This article describes how to install OpenCV 3 and its Python 3 bindings on macOS and Ubuntu. diff --git a/_posts/2017-04-23-apple-pie.markdown b/_posts/2017-04-23-apple-pie.markdown index ae2acdc..92fc6b9 100644 --- a/_posts/2017-04-23-apple-pie.markdown +++ b/_posts/2017-04-23-apple-pie.markdown @@ -1,10 +1,10 @@ --- title: アップルパイ date: 2017-04-23 14:48:00 +09:00 -redirect_from: /blog/2017/04/23/apple-pie categories: - - recipe -image: '/uploads/apple-pie.jpg' +- recipe +redirect_from: "/blog/2017/04/23/apple-pie" +image: "/uploads/apple-pie.jpg" --- ![apple-pie.jpg](/uploads/apple-pie.jpg) diff --git a/_posts/2017-05-13-github-repos-comparison.md b/_posts/2017-05-13-github-repos-comparison.md index 466b53b..edf4bdf 100644 --- a/_posts/2017-05-13-github-repos-comparison.md +++ b/_posts/2017-05-13-github-repos-comparison.md @@ -1,7 +1,7 @@ --- title: GitHubリポジトリの比較表を gh-compare で作る date: 2017-05-13 12:00:00 +09:00 -redirect_from: /blog/2017/05/13/github-repos-comparison +redirect_from: "/blog/2017/05/13/github-repos-comparison" image: http://uechi-public.s3.amazonaws.com/github/gh-compare.gif --- diff --git a/_posts/2017-06-16-x11forward.md b/_posts/2017-06-16-x11forward.md index a61153f..5ac5efc 100644 --- a/_posts/2017-06-16-x11forward.md +++ b/_posts/2017-06-16-x11forward.md @@ -1,7 +1,7 @@ --- title: Forward X11 window over SSH date: 2017-06-16 00:00:00 +09:00 -redirect_from: /blog/2017/06/16/x11forward +redirect_from: "/blog/2017/06/16/x11forward" --- ![x11-plot.png](/uploads/x11-plot.png) diff --git a/_posts/2017-12-27-oss-for-designers.markdown b/_posts/2017-12-27-oss-for-designers.markdown index 06f4cf4..dee77ac 100644 --- a/_posts/2017-12-27-oss-for-designers.markdown +++ b/_posts/2017-12-27-oss-for-designers.markdown @@ -1,7 +1,7 @@ --- title: OSSに貢献しているのはコーダーだけじゃない date: 2017-12-27 00:24:00 +09:00 -redirect_from: /blog/2017/12/27/oss-for-designers +redirect_from: "/blog/2017/12/27/oss-for-designers" --- GitHub で公開されている OSS にちょっとした Pull-request を送るのが私の趣味です。 diff --git a/_posts/2018-02-15-data-recovery.markdown b/_posts/2018-02-15-data-recovery.markdown index 6623fb3..bbf947c 100644 --- a/_posts/2018-02-15-data-recovery.markdown +++ b/_posts/2018-02-15-data-recovery.markdown @@ -1,7 +1,7 @@ --- title: Guide to recover data from damaged HDD date: 2018-02-15 12:45:00 +09:00 -redirect_from: /blog/2018/02/15/data-recovery +redirect_from: "/blog/2018/02/15/data-recovery" --- This is a complete guide describes how to rescue your data from old and wrecked HDD. diff --git a/_posts/2018-03-24-earin-m2-first-look.markdown b/_posts/2018-03-24-earin-m2-first-look.markdown index d45c997..a25358f 100644 --- a/_posts/2018-03-24-earin-m2-first-look.markdown +++ b/_posts/2018-03-24-earin-m2-first-look.markdown @@ -1,7 +1,7 @@ --- title: EARIN M-2 所見 date: 2018-03-24 12:56:00 +09:00 -redirect_from: /blog/2018/03/24/earin-m2-first-look +redirect_from: "/blog/2018/03/24/earin-m2-first-look" --- EARIN M-2 は全体的に見て EARIN の正統進化系と言って良い。 diff --git a/_posts/2018-03-29-products-guide.markdown b/_posts/2018-03-29-products-guide.markdown index 5c3a4a8..b54368e 100644 --- a/_posts/2018-03-29-products-guide.markdown +++ b/_posts/2018-03-29-products-guide.markdown @@ -1,9 +1,8 @@ --- title: 普段使いしているもの date: 2018-03-29 22:33:00 +09:00 -redirect_from: /blog/2018/03/29/products-guide +redirect_from: "/blog/2018/03/29/products-guide" updated: 2018-08-03 09:00:00 +09:00 -redirect_from: /blog/2018/03/29/products-guide --- 普段使いしているプロダクトを紹介する。 diff --git a/_posts/2018-04-10-building-tensorflow-from-source.markdown b/_posts/2018-04-10-building-tensorflow-from-source.markdown index 7242676..891fcf2 100644 --- a/_posts/2018-04-10-building-tensorflow-from-source.markdown +++ b/_posts/2018-04-10-building-tensorflow-from-source.markdown @@ -1,7 +1,7 @@ --- title: Building TensorFlow from Source date: 2018-04-10 09:41:00 +09:00 -redirect_from: /blog/2018/04/10/building-tensorflow-from-source +redirect_from: "/blog/2018/04/10/building-tensorflow-from-source" --- As you may notice lines of snippet showed on [dockerfile-machinelearning](https://github.com/uetchy/dockerfile-machinelearning/blob/ffc2cadaf192b19509df0f4b87bc9d427aa30966/Dockerfile#L54-L86), TensorFlow can be non-interactively installed from source. diff --git a/_posts/2018-04-13-camping.markdown b/_posts/2018-04-13-camping.markdown index 5fdefc6..e0c0e4d 100644 --- a/_posts/2018-04-13-camping.markdown +++ b/_posts/2018-04-13-camping.markdown @@ -1,7 +1,7 @@ --- title: 初キャンプに必要な機材 date: 2018-04-13 14:26:00 +09:00 -redirect_from: /blog/2018/04/13/camping +redirect_from: "/blog/2018/04/13/camping" --- 先月、大洗で初めてのキャンプ泊をした。 diff --git a/_posts/2018-08-03-hermitian-conjugate.md b/_posts/2018-08-03-hermitian-conjugate.md index b385729..77341e8 100644 --- a/_posts/2018-08-03-hermitian-conjugate.md +++ b/_posts/2018-08-03-hermitian-conjugate.md @@ -1,7 +1,7 @@ --- title: 随伴行列あるいはエルミート共軛 date: 2018-08-03 00:00:00 +09:00 -redirect_from: /blog/2018/08/03/hermitian-conjugate +redirect_from: "/blog/2018/08/03/hermitian-conjugate" --- $m\times n$の複素行列の転置を取り、複素共軛をとった$n\times m$行列を随伴行列$A^\*$あるいはエルミート共軛という。 diff --git a/_posts/2018-08-05-life-automation.md b/_posts/2018-08-05-life-automation.md index 8d5c178..e25e097 100644 --- a/_posts/2018-08-05-life-automation.md +++ b/_posts/2018-08-05-life-automation.md @@ -1,7 +1,7 @@ --- title: 生活の自動化 date: 2018-08-05 00:00:00 +09:00 -redirect_from: /blog/2018/08/05/life-automation +redirect_from: "/blog/2018/08/05/life-automation" --- 生活にオートメーションを上手く取り入れ、本当にやりたいことや、やるべきことに集中できる環境をつくろう。 diff --git a/_posts/2019-01-01-years-resolution-2019.markdown b/_posts/2019-01-01-years-resolution-2019.markdown index 05faca6..cd69031 100644 --- a/_posts/2019-01-01-years-resolution-2019.markdown +++ b/_posts/2019-01-01-years-resolution-2019.markdown @@ -1,7 +1,7 @@ --- title: 今年の抱負 date: 2019-01-01 17:29:00 +09:00 -redirect_from: /blog/2019/01/01/years-resolution-2019 +redirect_from: "/blog/2019/01/01/years-resolution-2019" --- - 国際会議に論文通す diff --git a/_posts/2019-01-14-padsize.md b/_posts/2019-01-14-padsize.md index 5ffb936..ecb67ca 100644 --- a/_posts/2019-01-14-padsize.md +++ b/_posts/2019-01-14-padsize.md @@ -1,7 +1,7 @@ --- title: padStartにおけるpadSizeの求め方 date: 2019-01-14 00:00:00 +09:00 -redirect_from: /blog/2019/01/14/padsize +redirect_from: "/blog/2019/01/14/padsize" --- $$ diff --git a/_posts/2019-01-17-english-note.markdown b/_posts/2019-01-17-english-note.markdown index 31c2e9b..a4fe7df 100644 --- a/_posts/2019-01-17-english-note.markdown +++ b/_posts/2019-01-17-english-note.markdown @@ -1,7 +1,7 @@ --- title: 英語メモ date: 2019-01-17 19:31:00 +09:00 -redirect_from: /blog/2019/01/17/english-note +redirect_from: "/blog/2019/01/17/english-note" --- 頻用するけど忘れがちな語彙や便利イディオムをつらつら書きためた雑記です。 diff --git a/_posts/2019-06-05-sign-and-notarize-electron-app.md b/_posts/2019-06-05-sign-and-notarize-electron-app.md index f3f7281..8ca0348 100644 --- a/_posts/2019-06-05-sign-and-notarize-electron-app.md +++ b/_posts/2019-06-05-sign-and-notarize-electron-app.md @@ -1,7 +1,7 @@ --- title: Electronアプリをコード署名してApple 公証 (Notary) を通過させる方法 date: 2019-06-05 00:00:00 +09:00 -redirect_from: /blog/2019/06/05/sign-and-notarize-electron-app +redirect_from: "/blog/2019/06/05/sign-and-notarize-electron-app" --- electron-builder を利用して macOS 向け Electron アプリをコード署名し、公証を通過させます。