Commit Graph

18 Commits

Author SHA1 Message Date
Bea 1020207759 Edit cookie popup message 2021-06-19 18:49:40 +02:00
Bea 5959da4dec Make policy popup less annoying 2021-03-16 20:39:13 +01:00
Bea 50c7afc806 Fix post info at bottom 2021-03-16 18:36:06 +01:00
Bea 16beaedc6f Fix policy opt-out issue 2021-03-16 17:50:12 +01:00
Bea 2858f82b3a Start implementing post info at bottom
Now, all posts show info about: author, updated date, tags.
However, styling is needed and also the tags part has to be fixed (we need to add a comma after every tag's name, excluding the last one)
2021-01-03 15:56:27 +01:00
Bea 3adf2fcde4 Organize scripts under subdirectories 2021-01-03 11:38:55 +01:00
Bea e899839211 Implement more image resizing, fix responsiveness
- Two new image sizes have been added: xl and xxl.
- Image resizing has been implemented in featured images.
- Some elements were not responsive, such as the link preview and code block.
2020-11-06 17:35:02 +01:00
Bea d8b54a00d9 Proceed implementing responsive theme
The responsive theme is almost ready; most pages and elements now render correctly on the vast majority of screens. There are some known issues which are in the works.

Also, a <h4> "Paragraphs" title has been aded on the left navbar.
2020-11-06 00:28:34 +01:00
Bea 58f26b715b Fix indentation 2020-11-04 23:47:36 +01:00
Bea 67ba61d93b Fix missing handlebars checks 2020-11-04 23:43:30 +01:00
Bea f08c70ca67 Move vanta-js to separate partial to avoid duplication 2020-11-04 23:38:08 +01:00
Bea eefd3de659 Fix minor issues
- fixed indentation
- moved navbars and policy popup to "partials"
- fixed broken image if website icon wasn't set
2020-11-04 23:29:55 +01:00
Bea 69c1bf00d2 Finish creating /tags/ page
The tags page was finally completed, and shows every tag
with its own image.

A "see all tags" link was added in the header of every
(single) tag's page, in case of a missing description.

Also, the "secondary navigation" div now has a relative
position and a higher z-index, so that the tags page's
header does not cast a shadow on it.

Signed-off-by: Lorenzo DellacĂ  <lorenzo.dellaca@mind-overflow.net>
2020-08-20 15:47:29 +02:00
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
Bea da155c7d7e Lots of changes
- add tags.hbs
- add home.hbs, copy of index.hbs
- change <h1> global font size
 make some animations faster
- make post title & footer background black instead of animated gradient
- make "services" link in navbar white instead of animated gradient
- move some css classes to screen.css to allow tags.hbs accessing them
- fix policy popup being covered (issue #001)
- fix policy popup style
- fig kg-bookmark thumbnail image
- add PT Serif font
- add category and posted date under post title
- move big post cards to post-card-big.hbs, so both index, home and tags can access it
- mode post post cards style to new post-card-style.css file
- update page.hbs, now rendering correctly and including content
- add "l" size to package.json, to allow more high-res images
2020-08-18 15:30:35 +02:00
Bea 3b4b716667 implement sidebar related-posts style
implement remark42 commenting system
2020-08-16 12:25:09 +02:00
Bea c64c2985ad this is actually the first commit - theme made on the base CSS/HTML of the already existing (but handmade) mind-overflow.net website. 2020-08-12 00:30:29 +02:00
Bea 1b10a2e2a7 Initial commit 2020-08-10 19:03:30 +02:00