-
Notifications
You must be signed in to change notification settings - Fork 906
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
Type on Strap v2 #187
Comments
Can you talk a bit about Type on Strap v2 and Jekyll v4.0? News, improvements etc |
Allo @mhagnumdw From Jekyll here what 4.0 brings:
There are also some changes in the liquid tags, so far on my tests, everything seems to be working fine as is. I will also take on this opportunity to:
|
The new version is ready, should be merged into Master soon. However a couple of adjustment need to be made regarding the theme settings #17 : # THEME-SPECIFIC CONFIGURATION
theme_settings:
# Meta
avatar: assets/img/triangle.png
color_image: /assets/img/lineart.png # In post when you set color
favicon: assets/favicon.ico
# Header and footer text
header_text: Change header text in <code>_config.yml</code>
header_feature_image: assets/img/pexels/triangular.jpeg Will need to be transformed into: # THEME-SPECIFIC CONFIGURATION
avatar: assets/img/triangle.png # Empty for no avatar in navbar
favicon: assets/favicon.ico # Icon displayed in the tab
header_text: # Change Blog header text
header_feature_image: assets/img/pexels/triangular.jpeg
color_image: /assets/img/lineart.png # A bit transparent for color posts. For the rest, it can coexist no problems, but for any customization, it will need to go through the new way (using |
Preparation for the version 2 which will use Jekyll v4.0
The text was updated successfully, but these errors were encountered: