DEV Community

Discussion on: How is your portfolio built?

Collapse
 
chrisrhymes profile image
C.S. Rhymes

Nice looking site!

I use Jekyll for mine. It went through a few iterations of different front end frameworks before I decided on Bulma. I ended up building a Jekyll theme in the end so others could use it too.

Here’s the link to the theme:
csrhymes.com/bulma-clean-theme/

Collapse
 
iam_timsmith profile image
Tim Smith

Thanks! I ❤️ Bulma. I use it all the time! I like your site, it’s minimalistic and easy to navigate.

Collapse
 
chrisrhymes profile image
C.S. Rhymes

Thanks. After looking at others sites I’m thinking about experimenting with some css animations to make it a bit more interesting.

Thread Thread
 
iam_timsmith profile image
Tim Smith

I know what you mean. I do little transitions and things, but nothing crazy. The things some people can do with javascript and css to make a website come to live is just amazing to me. I don't get it.

Collapse
 
sumnanazadi profile image
Sumnan Azadi • Edited

Noob Here.
Any reason for not using bootstrap
Or, is it just merely interesting

Thread Thread
 
iam_timsmith profile image
Tim Smith

It really depends on your project. The biggest turnoffs for me are the popularity (easy to spot without a lot of modifications) and the fact that it needs jquery. Burma is css only which means that it doesn’t have all of the interactivity, but it also means I’m not importing a bunch of stuff if I’m not going to use it.

Thread Thread
 
sumnanazadi profile image
Sumnan Azadi

Thanks for the reply, man.
Understood the interconnectivity and unnecessary stuff. That sometimes also bugs me.
But Popularity? I thought more popular means more stable. And there is a lot more Bootstraps theme than Bulma.

Thread Thread
 
iam_timsmith profile image
Tim Smith

Perhaps popularity isn’t the right word. Popularity generally does mean more stable. I was simply referring to being easily recognizable.

Thread Thread
 
sumnanazadi profile image
Sumnan Azadi

Thanks for the clarity, man

Thread Thread
 
chrisrhymes profile image
C.S. Rhymes

I quite like using Buefy for interactive pages. It’s a library that combines vue.js and Bulma so no need for jQuery.

buefy.org/