Custom made theme for Ghost CMS. Used on my main website.
Go to file
Bea 67344effd0 Begin CSS refactoring for improved organization
CSS code was divided in multiple files, however this was not practical
for organization since different pages needed different CSS classes one
 another, that were in most of those CSS files.

This commit brings (mostly) everything in one file with a table of
contents on top.

An exception is made for fonts, that are now in a separate "fonts.css"
file, since they contain fundamentally different things.

Classes organization is not yet complete, however a great part was done.
Next commits will finalize this organization and finish moving classes.

Signed-off-by: Lorenzo DellacĂ  <lorenzo.dellaca@mind-overflow.net>
2020-08-18 18:20:39 +02:00
assets Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
partials Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
.editorconfig Initial commit 2020-08-10 19:03:30 +02:00
.gitignore Initial commit 2020-08-10 19:03:30 +02:00
custom-tags.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
default.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
home.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
index.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
package.json Lots of changes 2020-08-18 15:30:35 +02:00
page.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
post.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00
tag.hbs Begin CSS refactoring for improved organization 2020-08-18 18:20:39 +02:00