diff options
author | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 22:33:00 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2025-01-06 22:33:00 +0100 |
commit | 4f39910814164f91657de0b6de5c36241f19fc74 (patch) | |
tree | 93bb884e2c94b81c43b5882b8f77582d579fa668 /readme.org | |
parent | 2e913997fbacd664a3ba73875e002227ba3b78c8 (diff) | |
download | hugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.tar.gz hugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.tar.bz2 hugo-minimalist-theme-4f39910814164f91657de0b6de5c36241f19fc74.zip |
[RM] delete tachyons
Diffstat (limited to 'readme.org')
-rw-r--r-- | readme.org | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,9 +1,16 @@ * Usage -You must compile the tachyons modifications. -For that run the local makefile for the =css= target. +** CSS +I use tailwindcss because it is trendy and there are lots of docs and examples. +It follows the philosophy of tachyons, but it has more stuff, tachyons +stagnated. It is also possible to produce a trimmed css file without much work. + +It is only a dev dependency, there is no need to install it when only using the project. + +=make css= takes care of a build. It is useful to run this script with the +generated output of the website as there are css elements that come into place +due to the extended layout of the user. Maybe for future reference, I shall +procure that script on the user and not on the dev folder. -It is only a dev dependency, there is no need for tachyons dependencies on the -project. * Design decisions ** Authors =ox-hugo= exports from the =author= front matter regardless of it allowing |