Skip to content

Releases: guangmean/Niello

v4.1.0

13 Feb 12:48
Compare
Choose a tag to compare

What's Changed

  • Fixed the issue where Disqus parseColor received an unparseable color.
  • Updated the screenshot.
  • Updated the cookie accept button.

Full Changelog: v4.0.1...v4.1.0

v4.0.1

12 Feb 06:21
Compare
Choose a tag to compare

What's Changed

  • Fixed a CSS layout issue affecting category display on small screens.
  • Update README.md

Full Changelog: v4.0.0...v4.0.1

v4.0.0

04 Feb 07:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v4.0.0

v3.3.2

08 Jan 04:37
Compare
Choose a tag to compare

What's Changed

  • Support the default markdown bullet point style.
  • Update AdSense ad code.
  • Update Screenshots.

Full Changelog: v3.3.1...v3.3.2

v3.3.1

05 Jan 04:00
Compare
Choose a tag to compare

What's Changed

  • Support bullet points in markdown on a single page, as suggested by @J4ninja
  • Fixed an image issue on smaller screens.
  • Update imagextractor.html by @BenBradshawww in #11

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

23 Dec 01:08
Compare
Choose a tag to compare

Niello can now ignore posts that are specified in the site's ignore parameter categories.
[params]
[params.ignore]
categories = ["privacy", "terms", "archives", "cookie"]

Full Changelog: v3.2.0...v3.3.0

v3.2.0

16 Dec 01:49
bff449a
Compare
Choose a tag to compare
  1. !!! Important !!! Change site Params struct from
[params]
google_ad_client = "******"
ga4 = "******"
copyright = "© 2019 ~ 2024 by www.example.com All Rights Reserved."
sharethis = "******"
   To
[params]
[params.google]
	google_ad_client = "******"
	ga4 = "******"
[params.bannershowcase]
	categories = ["Example 1 - EN"]
	limit = 2
[params.email]
	contact = "[email protected]"	

copyright = "© 2019 ~ 2024 by www.example.com All Rights Reserved."
sharethis = "******"
  1. Move the hardcoded homepage featured posts and contact email to the configuration file.

  2. Full Changelog: v3.1.0...v3.2.0

Niello 3.1.0 Released

11 Dec 03:16
Compare
Choose a tag to compare

Fixed the summary image issues in the new Hugo version.
Add an example site for this theme.
Full Changelog: v3.0.9...v3.1.0

Niello 3.0.9 Released

28 Oct 06:16
Compare
Choose a tag to compare

Using i18n for Site Title and Description in SEO
Full Changelog: v3.0.8...v3.0.9

Niello 3.0.8 Released

25 Oct 06:47
Compare
Choose a tag to compare

Provides article archiving support.
Full Changelog: v3.0.7...v3.0.8