VERSION - 1.0.7: Release on 22 Jan 2024
- Performance improvements
- Accessibility improvements
- Moving fonts locally instead of Google Fonts
- General design improvements
New Files
partials/preload.hbs
Changed Files
author.hbs gulpfile.js package.json assets/js/app.js assets/js/app.min.js partials/loop.hbs partials/share.hbs partials/teaser.hbs partials/topper.hbs partials/card-author.hbs partials/card-editors-pick.hbs partials/card.hbs partials/structure/head.hbs partials/structure/header.hbs partials/css/dist/style.hbs partials/css/dist/style-rtl.hbs /assets/ (Copy all the `/sass/` folder and override your current one. /assets/fonts/ (Copy the `/assets/fonts/` folder to your `/assets/` folder.
VERSION - 1.0.6: Release on 03 Nov 2023
- Added Table Of Contents (docs)
- Added Mastodon and Discord social links (docs)
- Added homepage post card for access label (docs)
- Added post excerpt to post cards (docs)
- Feature image webp format to improve loading performance
- Added pt-br.json translation file. Thanks, Diego
- Accessibility fix for the color mode button
- Change Twitter icon to 𝕏
- Fixes for Germain translation. Thanks Pit Gottschalk
- Fixed visible author posts in the authors page
- General design & typography and editor cards improvemenets
- Support for the new Ghost show_title_and_feature_image feature
New Files
partials/icons/discord.hbs partials/icons/mastodon.hbs partials/table-of-contents.hbs partials/visibility-label.hbs
Changed Files
gulpfile.js package.json page.hbs post.hbs author.hbs partials/latest.hbs partials/related.hbs partials/share.hbs partials/social-icons.hbs partials/structure/head.hbs partials/structure/header.hbs partials/dark-mode-js.hbs partials/editors-picks.hbs partials/card-author.hbs partials/card-editors-pick.hbs partials/card.hbs partials/tag-section.hbs partials/teaser.hbs partials/topper.hbs partials/css/dist/style-rtl.hbs partials/css/dist/style.hbs partials/dark-mode-js.hbs assets/js/app.js assets/js/app.min.js /locales/ (Copy all the `/locales/` folder and override your current theme one.) /assets/sass/ (Copy all the `/sass/` folder and override your current theme one. .github/workflows/deploy-theme.yml (.github is a hidden folder by default on Mac systems https://www.avast.com/c-mac-show-hidden-files) No worries about this if you are not using GitHub Actions.
VERSION - 1.0.5: Release on 04 April 2023
- Fixed the Callout Card style background
- Improve the Header Card spacing
- Fixed the archive page title
- Fixed the Toggle Card icon on Safari. Thanks, Evans.
- Adjusted the width of galleries and wide images.
- Fixed a translation issue with the dark mode switch button. Thanks, Thomas.
- Corrected the translations for “See All” and “Editors’ Picks”.
- Fixed the date order for related posts.
- Added a Right-to-Left layout theme setting (docs).
- Added a theme setting to format post dates. (docs).
- Added a link to the Tripoli theme documentation in the Ghost admin, so you can access it anytime. (Settings > Design)
- Added responsive support for Loom videos
- Updated GitHub action version
- General design improvements
Changed Files
gulpfile.js package.json assets/js/app.js assets/js/app.min.js partials/css/dist/style-rtl.hbs partials/css/dist/style.hbs partials/dark-mode-js.hbs partials/related.hbs partials/structure/head.hbs partials/structure/header.hbs partials/tag-section.hbs partials/timestamp.hbs partials/upgrade.hbs custom-archive.hbs /locales/ (Copy all the `/locales/` folder and override your current theme one.) /assets/sass/ (Copy all the `/sass/` folder and override your current theme one. If you want the exact files: assets/sass/components/_card-callout-editor.scss assets/sass/components/_card-general-editor.scss assets/sass/components/_card-header-editor.scss assets/sass/components/_card-toggle-editor.scss assets/sass/components/_card.scss assets/sass/components/_color-mode.scss assets/sass/components/_teaser.scss assets/sass/components/_topper.scss assets/sass/elements/__all.scss assets/sass/elements/_fieldset.scss assets/sass/elements/_input.scss assets/sass/elements/_fieldset.scss
VERSION - 1.0.4: Release on 23 Nov 2022
- Fixed Pinterest embed style.
- Fixed the navigation divider style in Safari.
- Fixed editors picks posts order.
- Fixed content images link by disabling lightbox if the image is linked.
- New Archive page to show all posts ordered by month. (docs).
- New admin setting to show how many editors picks posts to show. (docs).
- New WhatsApp and Pinterest sharing icons.
- New admin settings to add your Pinterest profile link with other social site footer icons. (docs).
- New admin setting to show how many posts to show in the homepage top Latest column. (docs).
- Added
See all
button to the homepage tags section. - New admin setting to set how many posts to show for every tag section on homepage. (docs).
- Ability to hide all the theme membership interface elements from the admin. This includes the header Log in and Subscribe links. (docs).
Thanks, Dane, Steven, Eugene, Justyna, and Samuel, for your feedback and suggestions!
Changed Files
bower.json gulpfile.js package.json assets/css/style-min-rtl.css assets/css/style-min.css assets/js/app.js assets/js/app.min.js partials/css/dist/style-rtl.hbs partials/css/dist/style.hbs partials/editors-picks.hbs partials/hero.hbs partials/social-icons.hbs partials/structure/header.hbs partials/tag-section.hbs partials/share.hbs /locales/ (Copy all the `/locales/` folder and override your current theme one.) /assets/sass/ (Copy all the `/sass/` folder and override your current theme one.
New Files
custom-archive.hbs /partials/icons/ (The `/partials/icons/` folder)
VERSION - 1.0.3: Release on 2 Sept 2022
Please make sure you have the latest version of Ghost before upgrading. This is required for the comments and search to work.
- Added Ghost Native Comments (docs).
- Added Ghost Native Search (docs).
- Added reading time to the article page.
- Order Tags and Authors on custom pages by name to match the admin order.
- Fixed navigation divider not showing on Safari / iPhone. Thanks, Samuel & Dane!
- Fixed the Latest section image width. Thanks, Allan!
- Fixed header bottom border color in dark mode. Thanks, Allan!
- Change the content divider style from star to line.
New Files
partials/reading-time.hbs partials/icon-search.hbs partials/comments/ghost.hbs
Changed Files
post.hbs default.hbs gulpfile.js package.json custom-authors.hbs custom-tags.hbs partials/structure/header.hbs partials/topper.hbs partials/css/dist/style-rtl.hbs partials/css/dist/style.hbs assets/js/app.js assets/js/app.min.js /locales/ (Copy all the `/locales/` folder and override your current theme one.) /assets/sass/ (Copy all the `/sass/` folder and override your current theme one. Too many files changed here, so it’s easier to do this instead of doing it one by one.)
Deleted Files
partials/search/search-setup.hbs partials/search/search-form.hbs
VERSION - 1.0.2: Release on 24 June 2022
New
Improvements
- Improve quotes and typeography style. The quotes styl is now similar to the editor one. Demo. Thanks Eugene!
- Make it easy if you want to remove the footer Ghost and Tripoli links with CSS instead of editing the theme file. Docs
- Added the
redirects.yaml
file for RSS redirect.
Since Tripoli uses /latest/
URL for recent posts, you can access the RSS feed at site.com/latest/rss/
instead of site.com/rss/
. This update redirects site.com/rss/
– in case anyone used it before to subscribe to your website – to site.com/latest/rss/
.
Go to your Ghost admin Settings > Labs > Redirects and upload the redirects.yaml
file.
New Files
redirects.yaml custom-tags.hbs partials/card-tag.hbs
Changed Files
package.json package-lock.json partials/structure/footer.hbs partials/css/dist/style.hbs partials/css/dist/style-rtl.hbs
VERSION - 1.0.1: Release on 17 May 2022
New
Improvements
- General design improvements including footer, social and share links, color mode switch icon, search
- Updated Ghost Deploy Action version
- Removed Node Sass and upgraded to Gulp 4
Fixes
- Instagram and Twitter embed styles
New Files
custom-newsletters.hbs partials/home-tags-sections.hbs partials/newsletters-labels.hbs
Changed Files
home.hbs package.json partials/card-author.hbs partials/card.hbs partials/css/dist/style-rtl.hbs partials/css/dist/style.hbs partials/newsletter-form.hbs partials/related.hbs partials/social-icons.hbs partials/teaser.hbs partials/timestamp.hbs .github/workflows/deploy-theme.yml assets/js/app.min.js
The .github/workflows/deploy-theme.yml
file is for the GitHub Deploy Action. It is part of the theme, but since the folder starts with a dot ( .github ) it might be hidden on your computer. No worries if you are not using GitHub for theme deployment.)
VERSION - 1.0.0: Release on 30 April 2022
Initial Release
Have any questions? Contact Ahmad