I hereby claim:
- I am kogakure on github.
- I am kogakure (https://keybase.io/kogakure) on keybase.
- I have a public key ASD10xwjUmtKK5ponrhVnoCSbQQNKwT_wvpszotYnHOmigo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| --- | |
| version: 1.0 | |
| domains: | |
| - www.styleurl.app | |
| url_patterns: | |
| - www.styleurl.app/* | |
| timestamp: '2018-07-31T09:54:39Z' | |
| id: lF87 | |
| redirect_url: https://www.styleurl.app/ | |
| shared_via: StyleURL - (https://styleurl.app) import and export CSS changes from Chrome |
| { | |
| "singleQuote": true, | |
| "trailingComma": "es5", | |
| "overrides": [ | |
| { | |
| "files": "**/*.css", | |
| "options": { | |
| "singleQuote": false | |
| } | |
| } |
| title | date |
|---|---|
How get Flickr images into Hugo |
2016-09-03 14:15:19 +0200 |
{{% flickr_gallery "72157656063987631" %}}
| html { | |
| box-sizing: border-box; | |
| } | |
| *, | |
| *:before, | |
| *:after { | |
| box-sizing: inherit; | |
| } |
| <main class="Demo bg-image"> | |
| <div class="Modal"> | |
| <h2>Sign In</h2> | |
| <form class="Form"> | |
| <label class="Label"> | |
| <input class="Input" type="text" | |
| placeholder="Username" name="username" | |
| required minlength="4"> |
| /* Refrences: | |
| 1. http://notes.iissnan.com/2016/publishing-github-pages-with-travis-ci | |
| 2. https://github.com/chrisjlee/hexo-theme-zurb-foundation/blob/e82f45a82bbaaee063bcb1298cd9793575afb142/gulpfile.js | |
| 3. https://github.com/gulpjs/gulp/blob/master/docs/recipes/delete-files-folder.md | |
| 4. https://hexo.io/api/ | |
| 5. https://github.com/iissnan/theme-next-docs/blob/master/.travis.yml | |
| */ | |
| var gulp = require('gulp'); | |
| var minifycss = require('gulp-clean-css'); |
| /* http://martinwolf.org/2013/01/29/pure-css-multiline-text-with-ellipsis/ */ | |
| $font-size: 26px; | |
| $line-height: 1.4; | |
| $lines-to-show: 3; | |
| h2 { | |
| display: block; /* Fallback for non-webkit */ | |
| display: -webkit-box; | |
| max-width: 400px; |
| // ---- | |
| // Sass (v3.3.14) | |
| // Compass (v1.0.1) | |
| // ---- | |
| @mixin attention($self: false) { | |
| @if($self != false) { | |
| &, | |
| &:hover, | |
| &:active, |
| # ============================================================================= | |
| # Configuration | |
| # ============================================================================= | |
| config defaultToCurrentScreen true | |
| config nudgePercentOf screenSize | |
| config resizePercentOf screenSize | |
| config secondsBetweenRepeat 0.1 | |
| config checkDefaultsOnLoad true | |
| config focusCheckWidthMax 3000 | |
| config windowHintsShowIcons true |