aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOscar Najera <hi@oscarnajera.com>2023-09-06 17:16:52 +0200
committerOscar Najera <hi@oscarnajera.com>2023-09-06 17:16:52 +0200
commitf46e4e60d95850d1761fff0e8e1ab35332eb3cb2 (patch)
tree8eb7fcca7f84e7ed6530e3b64e4abef1b7791ffc
parent0ffef36d80c3c79e68db1e032b3200c4b6f2ce93 (diff)
downloadhugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.tar.gz
hugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.tar.bz2
hugo-minimalist-theme-f46e4e60d95850d1761fff0e8e1ab35332eb3cb2.zip
clean css instructions
-rw-r--r--makefile10
-rw-r--r--readme.org3
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
diff --git a/readme.org b/readme.org
index 313192e..c49fe5a 100644
--- a/readme.org
+++ b/readme.org
@@ -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