Directory structure for SASS files

Moved bootstrap folder into _sass/bootstrap
Moved cryptohagen.scss to /assets/css
Added frontmatter to cryptohagen.scss
This commit is contained in:
Jesper Hess 2017-02-12 11:20:03 +01:00
parent 136f8a3e86
commit f68ff9a945
84 changed files with 8 additions and 4599 deletions

1
.gitignore vendored
View File

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

View File

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

View File

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

View File

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

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long