Custom made theme for Ghost CMS. Used on my main website.
Go to file
Bea a962887133 Fix mobile title and code block
- On posts, the line-height was too high and mobile devices were overflowing the title on top. Now it's smaller, so a longer title should not be a problem.
- The horizontal navbar on code blocks was always present. Now, it only shows when necessary.
2020-11-09 12:13:02 +01:00
assets Fix mobile title and code block 2020-11-09 12:13:02 +01:00
partials Implement more image resizing, fix responsiveness 2020-11-06 17:35:02 +01:00
.editorconfig Update .editorconfig 2020-10-30 21:52:05 +01:00
.gitignore Fix minor issues 2020-11-04 23:29:55 +01:00
custom-tags.hbs Fix minor issues 2020-11-04 23:29:55 +01:00
default.hbs Proceed implementing responsive theme 2020-11-06 00:28:34 +01:00
gulpfile.js Install & configure gulp 2020-11-06 17:49:14 +01:00
home.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00
index.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00
package.json Install & configure gulp 2020-11-06 17:49:14 +01:00
page.hbs Implement more image resizing, fix responsiveness 2020-11-06 17:35:02 +01:00
post.hbs Implement more image resizing, fix responsiveness 2020-11-06 17:35:02 +01:00
tag.hbs Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00