Initial commit of jimeh.me v4.0

This commit is contained in:
2015-10-15 21:29:39 +01:00
commit 7fcf153023
17 changed files with 574 additions and 0 deletions

10
css/main.scss Executable file
View File

@@ -0,0 +1,10 @@
---
# Only the main Sass file needs front matter (the dashes are enough)
---
// Import partials from `sass_dir` (defaults to `_sass`)
@import
"setup",
"base",
"layout"
;