diff options
-rw-r--r-- | makefile | 10 | ||||
-rw-r--r-- | readme.org | 3 |
2 files changed, 1 insertions, 12 deletions
diff --git a/makefile b/makefile deleted file mode 100644 index 43cd018..0000000 --- a/makefile +++ /dev/null @@ -1,10 +0,0 @@ -## -# theme builds -# -# @file -# @version 0.1 - -css: static/css/style.scss - sassc -I node_modules static/css/style.scss static/css/style.css - -# end @@ -1,4 +1,3 @@ * Dependencies -- Install =sassc= on archlinux - Install =tachyons-sass= over npm -- Hugo takes care of the conversion +- Hugo takes care of the scss conversion |