Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump version to 2.6.1 #336

Merged
merged 16 commits into from
Feb 6, 2024
Merged

Bump version to 2.6.1 #336

merged 16 commits into from
Feb 6, 2024

Conversation

EvanNotFound
Copy link
Owner

@EvanNotFound EvanNotFound commented Feb 5, 2024

Bug Fixes

#335: Site generation bug fixed.
#323: Image caption alignment corrected to center.
#322: Removed whitespace below the footer after preloader is disabled.
#321: Fixed the injector's location from head_end to body.
#317: Background images on non-home pages are now properly displayed.

Feature Enhancements

#331: Mobile view now includes a sidebar menu for easier navigation in the blog.
#330: Default dark mode option added for user preference.
#324: Adjusted column spacing in categories and modified link selection to prevent accidental navigation.
#316: Social links and dropdown arrow positions have been updated for better accessibility.
#272: Enhanced title spacing customization options.
#242: Implemented support for displaying total word count on pages.

EvanNotFound and others added 16 commits January 28, 2024 18:05
This commit addresses Issue #323 by applying the centering style to image captions on regular web pages. It modifies the CSS to include `.page-template-container figure.image-caption figcaption` alongside `.post-page-container figure.image-caption figcaption`, ensuring that image captions are centered across all types of pages.
This commit adds the sidebar links to the mobile sheet in the navbar. It also renames 'Mobile drawer' to 'Mobile sheet' in the comments. Issue #331
This commit introduces a new feature that allows the sidebar navigation to be displayed on mobile devices. The setting can be enabled or disabled through the '_config.yml' file. The 'navbar.ejs' template has been updated to check this setting before rendering the sidebar links. #331
This commit includes changes to the styling of the archive list and the shadow colors in the tailwind configuration. The archive list now has a modified margin and padding sizes for better layout. The shadow colors have been updated to use CSS variables for consistency and easier management. The changes are expected to improve the overall appearance and readability of the site. #324

Co-Authored-By: 叁有三分之一 <45657757+viecho@users.noreply.github.com>
This commit introduces additional styles for the social links section in the home banner. The user can now configure the style as default, reverse, or center via the _config.yml file. This includes changes in layout, styles, and configuration files. #316
Reorganized error handling and logging in the fetchRedefineInfo function.
Added separate functions for more granular logging. #335
This commit updates the _config.yml file to include a 'default_mode'
setting under colors, allowing for a default theme mode to be set.
The main.js file is also updated to use this default_mode setting when
determining the initial theme. #330
Introduced ability to customize the width of the navbar for both home
and other pages. Also added responsive padding for better viewing on
different devices. This change can be configured via the _config.yml file. #324
This commit adds customizable top spacing for headings from h1 to h6. The
spacing can be set in _config.yml file. The changes also include updated
margin-top references in markdown.styl file to use the new variables. #272
This commit includes several changes. First, new fields for total post count
and word count were added to language definition files (en, zh-CN, zh-TW, ja).
Secondly, the styles.css file was updated with new classes for spacing.
Lastly, a feature to display site statistics (total posts and total words)
in the footer was added, configurable through a new 'statistics' field in
_config.yml file. #242
@EvanNotFound EvanNotFound merged commit 551d321 into main Feb 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant