SU-SWS / decanter

A collection of front end web resources.
GNU General Public License v3.0
40 stars 9 forks source link

Style guide research #525

Closed buttonwillowsix closed 3 years ago

buttonwillowsix commented 4 years ago

Do research about the latest and greatest tools for making a styleguide, using KSS. Look at what Rivet is using

buttonwillowsix commented 4 years ago

Rivet uses Hugo. https://gohugo.io/

buttonwillowsix commented 4 years ago

Sort of interesting, but probably not for this: https://www.drupal.org/project/kss

buttonwillowsix commented 4 years ago

Another example of another style guide doc site (esp. figma docs): https://primer.style/

buttonwillowsix commented 4 years ago

Gah. https://www.frontify.com/en/pattern-library/

sherakama commented 4 years ago

https://www.freecodecamp.org/news/gatsby-vs-hugo-a-detailed-comparison-e78d94f640fc/

sherakama commented 4 years ago

https://medium.com/codingthesmartway-com-blog/top-static-site-generators-for-2019-26a4c8afcc05

sherakama commented 4 years ago

https://www.staticgen.com/

These look neat.

swig templates look a lot like twig templates https://node-swig.github.io/swig-templates/

buttonwillowsix commented 4 years ago

I feel like I ran into Metalsmith in my travels, too. Jekyll is also likely to come up.

yvonnetangsu commented 4 years ago

At first glance, Hexo looks pretty good since it's node based and supports twig. This page compares Hugo/Hexo/Jekyll and talks about Gatsby. The page has weird fonts but the info seems honest. https://www.techiediaries.com/jekyll-hugo-hexo/

sherakama commented 4 years ago

If you have a preference for unopinionated frameworks, Metalsmith is about as unopinionated as you can get.

^ But that means more setup work. ^ But it also means we would be able to write a plugin to handle the KSS rendering.

(EDIT) Or someone else did: https://www.npmjs.com/package/metalsmith-kss

sherakama commented 4 years ago

Metalsmith is neat but too old. Most of the available packages have not been maintained and are out of date.

Hexo looks like our leader.

sherakama commented 4 years ago

https://github.com/SU-SWS/decanter-web

github-actions[bot] commented 3 years ago

This issue has not seen any activity in 180 days. Marking as stale.

yvonnetangsu commented 3 years ago

This is the v6 Decanter site. We went with KSS + next.js + netlify CMS