Skip to content

Releases: guangmean/Niello

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

Niello 3.0.7 Released

18 Oct 00:46
Compare
Choose a tag to compare

Niello 3.0.6 Released

11 Oct 01:52
Compare
Choose a tag to compare

Niello 3.0.5 Released

25 Sep 12:20
Compare
Choose a tag to compare

SEO - Image Alt and Favicon