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:
parent
136f8a3e86
commit
f68ff9a945
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,3 +1,4 @@
|
||||||
*.sw*
|
*.sw*
|
||||||
_site
|
_site
|
||||||
.jekyll-metadata
|
.jekyll-metadata
|
||||||
|
.sass-cache
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
sassc css/cryptohagen.scss > css/cryptohagen.css
|
|
||||||
yui-compressor css/cryptohagen.css > css/cryptohagen.min.css
|
|
4589
css/cryptohagen.css
4589
css/cryptohagen.css
File diff suppressed because it is too large
Load diff
5
css/cryptohagen.min.css
vendored
5
css/cryptohagen.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue