Skip to content

Instantly share code, notes, and snippets.

View shimakyohsuke's full-sized avatar

shimakyohsuke shimakyohsuke

View GitHub Profile
@shimakyohsuke
shimakyohsuke / text.md
Last active June 26, 2018 09:19
第81回 WordBench神戸(6月25日)メモ
@shimakyohsuke
shimakyohsuke / list.md
Last active June 19, 2018 09:21
Amazon で買える非常時持ち物の便利そうなやつ

Amazon で買える非常時持ち物の便利そうなやつ

避難できる公園とか学校とかの避難所で使うことを想定してます。

※Amazon リンクはアフィリとかではないただのリンクです。

USB充電(5200mAh)できる LED ランタン

@shimakyohsuke
shimakyohsuke / mixin_year_month_day.pug
Created February 10, 2017 08:03
pug で年月日できる mixin
//- +year_month_day(ture || false, start_year, end_year)
mixin year_month_day(required, start_year, end_year)
select(name='year', required=required)
option(value='', selected='selected') -
- var y = start_year
while y <= end_year
option(value=y + '年')=y++ + ''
select(name='month', required=required)
option(value='', selected='selected') -
- var m = 1
@shimakyohsuke
shimakyohsuke / mixin_prefectures.pug
Last active August 17, 2023 01:30
pug で都道府県の mixin
//- +prefectures(true || false)
mixin prefectures(required)
select(name='都道府県', required=required)
option(value='', selected='selected')
| 【選択して下さい】
optgroup(label='北海道・東北地方')
option(value='北海道')
| 北海道
option(value='青森県')
| 青森県
@shimakyohsuke
shimakyohsuke / init.sh
Last active March 3, 2017 07:44
Wocker でコンテナ立ち上げ後に実効するやつ
#!/bin/bash
#shopt -s expand_aliases
#source ~/.bash_profile
## 日本語化する?
echo "日本語化する? [Y/N]"
read ANSWER
case $ANSWER in
"" | "Y" | "y" | "yes" | "Yes" | "YES" )
@shimakyohsuke
shimakyohsuke / content-area-markup.wordpress.xml
Last active March 18, 2016 06:56 — forked from ShinichiNishikawa/WP Content Area Markup
Tags I use a lot in WordPress content area.
<?xml version="1.0" encoding="UTF-8" ?>
<!-- This is a WordPress eXtended RSS file generated by WordPress as an export of your site. -->
<!-- It contains information about your site's posts, pages, comments, categories, and other content. -->
<!-- You may use this file to transfer that content from one site to another. -->
<!-- This file is not intended to serve as a complete backup of your site. -->
<!-- To import this information into a WordPress site follow these steps: -->
<!-- 1. Log in to that site as an administrator. -->
<!-- 2. Go to Tools: Import in the WordPress admin panel. -->
<!-- 3. Install the "WordPress" importer from the list. -->
@shimakyohsuke
shimakyohsuke / wp_single.css
Last active March 16, 2016 06:15
WordPress の single ページに使うCSS
img {
max-width: 100%;
height: auto;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.alignright {
float: right;
select(name="birthday_year", required)
option(value='', selected='selected') -
- var n = 1990
while n <= 2016
option(value=n + '年')
=n++
| 年
select(name="birthday_month", required)
option(value='', selected='selected') -

■wockerで初期設定をサクッと終わらせる http://note.next-season.net/cms/wordpress/808

##macのターミナル
vagrant ssh
 
##ここからはwockerマシンの中のssh操作
ls -s ~/data/init.sh /home/core/
chmod +x /home/core/init.sh
@shimakyohsuke
shimakyohsuke / wbkobe.md
Last active January 30, 2016 07:31
[議事録] 第50回 WordBench神戸(1月30日)〜プラグインについて話そう!〜

第50回 WordBench神戸(1月30日)〜プラグインについて話そう!〜

https://wordbenchkobe.doorkeeper.jp/events/37893

プラグインの最終更新日時が古い場合どうするか?

→他に選択肢がない場合は使う。PR 送れる技術があれば送りたい。

おすすめプラグイン系の記事を見つけたらどうしようか