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