DEV Community

Cover image for My theme for GhostCMS is free, open source and develop using ITCSS

My theme for GhostCMS is free, open source and develop using ITCSS

Carlos Caballero on April 12, 2019

A free, open source theme for Ghost I developed, together with my student Alejandro Torres, a redesign of the theme of this blog using t...
Collapse
 
ashwinv11 profile image
Ashwin Vaswani

Awesome!! Lately I've been using ITCSS for global styles and Atomic Design for reusable components with React. Been thoroughly enjoying how maintainable the two are in larger scale projects. I'm curious - do you still use object oriented class names for component scoped styles? Or some other methodology?

Collapse
 
carlillo profile image
Carlos Caballero

In this first step I have not contemplated a methodology like BEM or OOCSS. In fact, my plan is to explain what ITCSS is theoretically in a following post and then perform a refactoring towards the OOCSS.

A greeting.

Collapse
 
sm0ke profile image
Sm0ke

Hello Carlos,
Github link is dead.

github.com/caballerog/ares-designer

Cheers!

Collapse
 
carlillo profile image
Carlos Caballero

Hi @sm0ke ,

The repo was private :-P. Now, really is open-source :-D

Thanks.

Collapse
 
sm0ke profile image
Sm0ke

Nice, thank you!

Collapse
 
brandonskerritt profile image
Autumn

Awsome theme!!

Collapse
 
carlillo profile image
Carlos Caballero

Thanks Brandom!

This is a student homework! :-).

The next step is explain what's ITCSS and BEM (applied in this theme).