TL;DR: Probably not, but it depends on why you’re asking the question.
This message, related to the development of the theme, only displays on the
localhost
homepage to notify you of any important theme changes.
Below are the following changes that could be breaking changes for your site. For more details on any change, please refer to PR #154.
The major breaking change is:
images
(backwards compatibility for featured
and associated parameters still remains) will need to adjust from [images]="SRC"
to the new format.[[images]]
src = "" // Link to image
alt = "" // Alt text for image
stretch = // Optional: See screenshots for referenced values and outcomes
If you utilize any of the following, there might be a breaking:
While I realize this is inconvenient, I hope that it is worth it to you in the long run. Thanks for using the theme, and feel free to submit issues as needed.
TL;DR: Probably not, but it depends on why you’re asking the question.
After spending some time with GitLab Actions, I decided to make a shift to GitLab as my repository of choice for this blog. I made this shift first and foremost as part of my shift to use more open-source software, wherever possible. I also wanted to broaden my expertise with first-class DevOps tools, and GitLab fits this category.
I’m using Hugo to create this blog site. Hugo is a solid static website framework that allows users to generate HTML and JavaScript from simple Markdown content files. There are also a lot of good community-maintained themes. This website is hosted in Azure Blob Storage and served using Azure CDN through a Google domain name. The source code for the entire website is hosted in GitHub.
Hi all,