Directory structure for SASS files

Moved bootstrap folder into _sass/bootstrap
Moved cryptohagen.scss to /assets/css
Added frontmatter to cryptohagen.scss
Este commit está contenido en:
Jesper Hess 2017-02-12 11:20:03 +01:00
padre 136f8a3e86
commit f68ff9a945
Se han modificado 84 ficheros con 8 adiciones y 4599 borrados

1
.gitignore vendido
Ver fichero

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

Ver fichero

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

Ver fichero

@ -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 fichero

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

Ver fichero

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

La diferencia del archivo ha sido suprimido porque es demasiado grande Cargar Diff

Las diferiencias del archivo han sido suprimidas porque una o mas lineas son muy largas