Commit Graph

25 Commits

Author SHA1 Message Date
Bea 893094b8fb Bump version to 0.1.4 2022-05-15 17:41:54 +02:00
Bea 0fc2172f49 Update version to 0.1.3 2021-06-19 18:49:47 +02:00
Bea e049602858 Bump version to 0.1.2 2021-03-17 17:22:59 +01:00
Bea e8eaecd4e9 Bump version to 0.1.1 2021-03-17 16:55:04 +01:00
Bea 9418dce69f Update theme for Ghost v4.0 2021-03-17 08:30:30 +01:00
Bea 50c7afc806 Fix post info at bottom 2021-03-16 18:36:06 +01:00
Bea 7dc83d3f75 Add PrismJS languages compatibility
Now, text highlighting supports HTML, CSS, C, JS, Bash, Batch, C++, C#, .gitignore, Java, JSON and YAML.
2021-01-03 11:49:54 +01:00
Bea 1890876929 Implement code highlighting via PrismJS
PrismJS has been locally included with a custom theme, to allow auto-highlighting of code blocks.
2021-01-03 11:25:51 +01:00
Bea e4bb647586 Make /tags/ page responsive, fix some paddings
In post cards, the "tag and date" text was slightly moved to the right and looked ugly. This was fixed.
The /tags/ page had a horizontal padding of 0 which made it look ugly. Solved.
The /tags/ page now scales based on screen size and is responsive. Fixes #5
2020-11-10 21:27:06 +01:00
Bea deabfa8d93 Fix KG Bookmark sizing and proportions
This commit fixes #4.
The kg bookmark sometimes had weird proportions, depending on the original image size and how long the text to show is. Also, the title was not clamped to 2 lines max.
2020-11-09 19:35:10 +01:00
Bea e2f0f4bc81 Install & configure gulp 2020-11-06 17:49:14 +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 dfb76da486 Fix footer and homepage responsive fonts
Fonts had weird sizes in the homepage, and the footer was at a fixed 25px.
Now, they both scale correctly.
2020-11-06 01:34:32 +01:00
Bea 83302f7cc3 Added script to make list of headers
Added a new script with the purpose of getting all headers from a post's content and creating links for them in the left sidebar.
Some div classes have been modified, and a wrapper div has been added to posts because of this new script.
Some minor CSS changes have been made.
2020-11-05 16:14:13 +01:00
Bea 84f9eadd3b Bump version 2020-11-05 00:06:03 +01:00
Bea 58f26b715b Fix indentation 2020-11-04 23:47:36 +01:00
Bea 3360f14d83 Change line endings from CRLF to LF 2020-10-30 00:19:49 +01:00
Bea 964a474355 Update text font
- Switched from Roboto to Open Sans
- Removed unused fonts
- Reduced text size from 19px to 18px
- upped version (0.0.5 to 0.0.6)
2020-10-30 00:16:35 +01: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 061b6dc122 implement some image resizing (todo: implement in whole website)
fix/improve css
change arrow-fade mode
2020-08-16 17:58:46 +02:00
Bea a1f0fcaf99 implement posts style, to be completed
change font
add secondary navigation to homepage
2020-08-15 12:40:28 +02:00
Bea 121708786d general style update:
- update homepage style
- update navbar style
- update footer style
- update feed animation
- add website logo
2020-08-13 19:35:53 +02:00
Bea 3b02a75451 began structuring index page. posts now show correctly on a 1920x1080 screen. 2020-08-13 14:23:29 +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