You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a bit tricky. SASS would definitely improve the ease of writing the styling for the page. However there are certain problems right now.
Hugo has added experimental pipes in 0.43, but they are being guarded by extended build flag (in 0.44). Everything is fine from the CI side, we can just download the hugo_extended binaries and build with the pipe, however problems arise on the development side, as only the standard (pipe-less) build is provided using package managers. This would mean every person contributing would be in charge of manually updating to latest version of hugo, which can get messy, as #30 showed where I have build the side using 0.38-dev instead of latest 0.44, resulting in series of bugs.
There are 4 solutions we can take:
Keep the styling as-is, using traditional CSS 👎
Create the stylesheet using additional build step before actually deploying to the site, and once pipes enter mainstream, switch to pipes 😆
Use hugo-extended pipes and force everyone to download latest extended version 😕
Vote using reactions or comment.
The text was updated successfully, but these errors were encountered:
This is a bit tricky. SASS would definitely improve the ease of writing the styling for the page. However there are certain problems right now.
Hugo has added experimental pipes in 0.43, but they are being guarded by
extended
build flag (in 0.44). Everything is fine from the CI side, we can just download thehugo_extended
binaries and build with the pipe, however problems arise on the development side, as only the standard (pipe-less) build is provided using package managers. This would mean every person contributing would be in charge of manually updating to latest version of hugo, which can get messy, as #30 showed where I have build the side using 0.38-dev instead of latest 0.44, resulting in series of bugs.There are 4 solutions we can take:
Vote using reactions or comment.
The text was updated successfully, but these errors were encountered: