Skip to content

Instantly share code, notes, and snippets.

# If you do not have OpenSSL installed, change
# the following line to use 'http://'
source 'https://rubygems.org'
# For faster file watcher updates on Windows:
gem 'wdm', '~> 0.1.0', platforms: [:mswin, :mingw]
# Windows does not come with time zone data
gem 'tzinfo-data', platforms: [:mswin, :mingw, :jruby]
export LANG=ja_JP.UTF-8
export EDITOR=vim
HISTFILE=$HOME/.zsh-history
HISTSIZE=100000
SAVEHIST=100000
export PGDATA=/usr/local/var/postgres
export PATH=/bin:/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:$PATH
### prompt
.welcome
.logo
= image_tag "middleman-logo.svg"
%h1 Middleman is Running
%p.doc
= link_to "Read Documentation Online", "https://middlemanapp.com", target: "_blank"
@machida
machida / curry.html
Created February 5, 2016 02:01 — forked from ytk001/curry.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<meta name="description" content="美味しいカレーのレシピ">
<title>カレーのレシピ</title>
</head>
<body>
<h1>カレーのレシピ</h1>
<article>
@machida
machida / application.sass
Created October 5, 2015 12:38
application.sass
@charset "utf-8"
//////////////
//settings
//////////////
// variables
@import variabless/**/*
@machida
machida / colors.sass
Last active October 5, 2015 09:05
variables
// basic-color
$basic-color: black
$main-color: black
$accent-color: black
$sub-color: black
// ui-color
$default: black
$primary: black
$info: black
@machida
machida / reset.sass
Last active October 5, 2015 10:03
reset.sass
// http://meyerweb.com/eric/tools/css/reset/
// v2.0 | 20110126
// License: none (public domain)
=meyer-reset
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
margin: 0
padding: 0
border: 0
font-size: 100%
@machida
machida / curry.html
Last active September 17, 2015 01:32 — forked from ryosuke-endo/curry.html
HTMLの練習(このレシピにマークアップをしてみましょう)
<!DOCTYPE html>
<html lang="ja">
<head>
<style>
table{
border:solid 1px #000;
border-collapse:collapse;
}
th,td{
padding:5px;
'editor':
'fontSize': 18
'fontFamily': 'Ricty Discord'
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>カレーのレシピ</title>
</head>
<body>
<header>
<h1>カレーのレシピ</h1>
<p>誰でもできる、美味しいカレーの作り方です。旦那も息子もこのカレーが大好物。<br>