Skip to content

Instantly share code, notes, and snippets.

View urakey's full-sized avatar

akey urakey

View GitHub Profile
@urakey
urakey / HTML Coding Guideline.md
Last active November 11, 2022 03:09
HTML Coding Guideline

Google HTML/CSS Style Guide をベースに加筆修正を加えたものです。 ここで定められていないことで気になることが出た場合はについては HTML Best Practices に合わせるものとします。

HTMLのバリデーション

可能な限り適切な HTML を記述すること。

バリデーションツール: W3C HTML validator

@urakey
urakey / csscomb.json
Last active December 19, 2019 06:49
csscomb.json
{
"exclude": [
".git/**",
"node_modules/**",
"bower_components/**"
],
"always-semicolon": true,
"block-indent": " ",
"color-case": "lower",
"color-shorthand": true,
@urakey
urakey / backage.json
Last active December 19, 2019 05:19
My front build
{
"name": "myproject",
"version": "0.0.1",
"main": "gulpfile.js",
"scripts": {
"postinstall": "bower-installer"
},
"repository": {
"type": "git",
"url": "git://myproject"
@urakey
urakey / A-Pen-by-akey.markdown
Created December 19, 2013 14:52
A Pen by akey.
@urakey
urakey / Custom Flatland Dark.tmTheme
Last active December 20, 2015 03:59
Snippet: Custom Flatland Dark.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>PlasticCodeWrap</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@urakey
urakey / config.rb
Last active December 17, 2015 03:48
Snippet: Compass config.rb
# ************************************
# Environment Switch
# ************************************
# 開発モードか製品モードか指定(default :development)
# Gruntfile.js or Gruntfile.coffee に設定を書いている場合は不要
# environment = :production
# ************************************
# HTTP Path
@urakey
urakey / Lara Honya Night 2.tmTheme
Created April 13, 2013 08:14
Snippet: Lara Honya Night 2.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Desert</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>
@urakey
urakey / Gruntfile.coffee
Last active December 15, 2015 03:38 — forked from 2no/Gruntfile.js
Snippet: html_clean.coffee
module.exports = (grunt) ->
'use strict'
options =
html_clean:
html:
src: 'sample.html'
newline: '\r\n'

Sublime Text 2 – Useful Shortcuts (Mac OS X)

General

⌘T go to file
⌘⌃P go to project
⌘R go to methods
⌃G go to line
⌘KB toggle side bar
⌘⇧P command prompt
@urakey
urakey / Lara Honya Night.tmTheme
Last active December 11, 2015 15:08
Snippet: Lara Honya Night.tmTheme
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>name</key>
<string>Desert</string>
<key>settings</key>
<array>
<dict>
<key>settings</key>