Directory structure for SASS files

Moved bootstrap folder into _sass/bootstrap
Moved cryptohagen.scss to /assets/css
Added frontmatter to cryptohagen.scss
Esse commit está contido em:
Jesper Hess 2017-02-12 11:20:03 +01:00
commit f68ff9a945
84 arquivos alterados com 8 adições e 4599 exclusões

1
.gitignore externo
Ver arquivo

@ -1,3 +1,4 @@
*.sw*
_site
.jekyll-metadata
.sass-cache

Ver arquivo

@ -2,6 +2,9 @@
markdown: kramdown
includes_dir: _sections
sass:
style: compressed
gems:
- jekyll-feed
- jekyll-sitemap

Ver arquivo

@ -19,7 +19,7 @@
<head>
<meta charset="utf-8">
<title>{{ site.data.strings[title] }}</title>
<link rel="stylesheet" href="css/cryptohagen.min.css" />
<link rel="stylesheet" href="/assets/css/cryptohagen.css" />
</head>
<body>

Ver arquivo

@ -1,3 +1,6 @@
---
---
$font-family-sans-serif: monospace;
$font-family-serif: monospace;
$font-family-monospace: monospace;

Ver arquivo

@ -1,4 +0,0 @@
#!/bin/sh
sassc css/cryptohagen.scss > css/cryptohagen.css
yui-compressor css/cryptohagen.css > css/cryptohagen.min.css

Diferenças do arquivo suprimidas por serem muito extensas Carregar Diff

Diff do arquivo suprimido porque uma ou mais linhas são muito longas