diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-09-06 18:03:23 +0200 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-09-06 18:03:23 +0200 |
commit | 3f901f09c7be956e5ccee99a6202d51ca361193d (patch) | |
tree | 0e857e434fbd5d045f180c5b0d40434a38d32193 /readme.org | |
parent | f46e4e60d95850d1761fff0e8e1ab35332eb3cb2 (diff) | |
download | hugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.tar.gz hugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.tar.bz2 hugo-minimalist-theme-3f901f09c7be956e5ccee99a6202d51ca361193d.zip |
update tachyons usage
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -1,3 +1,6 @@ -* Dependencies -- Install =tachyons-sass= over npm -- Hugo takes care of the scss conversion +* Usage +On your project run +#+begin_src bash +npm install tachyons +#+end_src +This will allow the system to compile the css. |