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
父節點 136f8a3e86
當前提交 f68ff9a945
共有 84 個文件被更改,包括 8 次插入4599 次删除

1
.gitignore vendored
查看文件

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

查看文件

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

查看文件

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

查看文件

@ -1,3 +1,6 @@
---
---
$font-family-sans-serif: monospace;
$font-family-serif: 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

文件差異過大導致無法顯示 Load Diff

File diff suppressed because one or more lines are too long