v3.0.1

March 27 2024

font-family

1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/themes/anatole/source/css/style.css
+++ b/themes/anatole/source/css/style.css
@@ -6,9 +6,9 @@ html {

body {
color: rgba(0, 0, 0, 0.5);
- /*font-family: 'Noto Sans', 'Garamond', 'Microsoft YaHei', 'PingHei', 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', SimSun, sans-serif;*/
+ font-family: 'Noto Sans', 'Garamond', 'Microsoft YaHei', 'PingHei', 'PingFang SC', Helvetica Neue, 'Work Sans', 'Hiragino Sans GB', SimSun, sans-serif;

- font-family: Noto Sans, Helvetica, Arial, sans-serif;
+ /*font-family: Noto Sans, Helvetica, Arial, sans-serif;*/

font-size: 15px;
width: 100%;

v2.1.2

February 07 2022

Minor

  • Removed unused clap button HTML tags
  • Minor style adjustments
  • Updated dependencies

Fixes

  • Fixed an issue with using featured projects on the welcome layout

v2.1.1

December 26 2021

Minor

  • Removed clap button info box

Added

  • Works with Ruby 3.0
  • Build with Jekyll 4.2.1

Fixes

  • Fixed theme color issue when using multiple theme colors
  • Fixed UTF-8 characters not rendering correctly in breadcrumbs
  • Fixed empty string warning in resume layout

v2.1.0

Fixes

  • Allow transparent project and post images
  • Removing/leaving out the logo key in the config file will now correctly remove the logo from the sidebar
  • Fixed a bug that caused blog posts to be included the the search even when set to sitemap: false in the front matter.

v2.0.4

December 05 2020

Minor

  • Added Lightbox : Lightbox is a solution that loads your image links, your Youtube links and your Vimeo links automatically in a minimalistic and responsive pseudo window/overlay.
  • Added WebP image format. WebP is a modern image format that provides superior lossless and lossy compression for images on the web.

v2.0.3

October 02 2020

Minor

  • Changed default code font
  • Improved fallback image in dark mode

v2.0.2

August 30 2020

Minor

  • Added button for adding applause / claps / kudos to projects pages and blog-posts.
  • Added Slider / Carousel

v2.0.1

July 30 2020

Minor

  • Fixed image fade in animation for images with srcset
  • Slightly increased size of post and project cards
  • Added page margin to print layout
  • Added reading time indicator to displaying the estimated reading time for the content.
  • Fixed a layout bug in the resume layout when changing the content width in variable
  • Fixed table of contents sticky breakpoint

v2.0.0

July 14 2020

Major

  • Added Built-In Search Functionality Added built-in search solution, that integrates well with the existing page style and the new navbar. The solution is entirely browser-based which means it even works while offline and doesn’t depend on an 3rd party. The results of the search are surprisingly good, but have only been tested in English
  • Added Table of Contents that is prettier, sticky, and dynamic. Adding a table of contents is part of kramdown However, v2 adds a dynamic version that will stick to the 3rd column on large screens and highlight the current section.
  • Added a scroll-linked navbar that disappears when scrolling down and re-appears when scrolling up.
  • Added grid layout in v2 that mirrors the projects layout, but for posts.
  • Added Image in various sizes depending on available screen width so that no specific size will fit all. Provides an appropriate sizes attribute, the browser can choose the best image from the provided source set.

Minor

  • CSS variables are now configurable.
  • Added keys in Resume layout : born, citizenship, and maritalStatus.
  • The projects, resume, and grid layout now make better use of large screens
  • Removed smooth scroll polyfill for Safari/Webkit as it has caused problems with sticky content.
  • Clicking the image in the blog layout will now navigate to the blog post.
  • hy-img has been removed and replaced with browser’s native loading=lazy attribute
  • JavaScript files are now chunked, so that only what is needed is loaded on demand.
  • Updated to Jekyll 4.1

Design

  • Many layouts (projects, resume, home) will now use more space on large screens
  • Headings now appear “oversized” on larger screens and extend to the right end of the screen
  • The base font size is now smaller across screen sizes
  • The content width is now larger across screen sizes
  • The link style has been changed to make picking accent colors easier for dark mode.
  • The navbar buttons made to look more like buttons
  • Dark mode colors have been toned down a bit
  • Improved dark mode text rendering on macOS
  • Changed the style of footnote links on small screens to make them easier to click.
  • Updated print resume style
  • Slightly decreased size of dark mode icon
  • Changed icons
  • Changed sidebar background
  • Slightly adjusted dark mode colors

Fixes

  • Horizontal scrolling on a code block, math black, or table can no longer accidentally open the drawer.
  • The client-side scripts are now more robust to missing HTML elements.
  • Fixed back button not showing when opening in standalone mode for the first time.
  • The menu icon is now hidden when the drawer is disabled.

v1.1.2

April 22 2020

  • Adding Table of Contents
  • Adding Top load Bar
  • Adding Back Progress Bar
  • Adding categories & tags
  • Fixed Gallery view

v1.1.1

Jan 25 2020

  • Adding shared on function to share post
  • Adding share-buttons.html layout
  • Optimezed pictures

v1.1.0

Jan 18 2020

  • Adding gallery layout.
  • Adding warning icon
  • Change name rules for .md and img files.

v1.0.0

Jul 9 2019

  • First realase build with hydejack v8.4.0
  • Adding Search function (lunr.js)
  • Adding Gallery function
  • Adding chat with crisp chat
  • Adding gallerry-index layout.
  • Adding search layout.
  • Connecting to Discus
  • Connecting to Tinyletter
  • Upgrading resume layout.
  • Upgrading dependencies