Skip to content

Releases: cntrump/hugo-notepadium

v2.6.2

14 Jul 05:57
cf90712
Compare
Choose a tag to compare
  • Update style

v2.6.1

01 May 12:50
04960a4
Compare
Choose a tag to compare
  • Update note list style
  • Support link wrap img in markdown like github style: [![](img_url)](link_url)

v2.6.0

30 Apr 01:14
c769c9d
Compare
Choose a tag to compare
  • Update style

v2.5.0

17 Apr 06:33
761d9a6
Compare
Choose a tag to compare
  • Add article share support
  • Add Twitter card support

v2.4.0

04 Feb 04:35
a73e894
Compare
Choose a tag to compare
  • update style

v2.3.1

31 Jan 05:53
f27bea0
Compare
Choose a tag to compare
  • Update style

v2.3.0

20 Jan 16:14
8d4c2ab
Compare
Choose a tag to compare
  • Update style
  • Support custom <head>

Add user-side partial head-extra.html

./layouts/partials/head-extra.html

Add custom content:

<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#00a300">
<meta name="theme-color" content="#ffffff">

v2.2.0

10 Jan 15:03
7d9ec2b
Compare
Choose a tag to compare
  • Support custom SASS/SCSS
  • Update builtin style

v2.1.0

05 Jan 13:55
2ae2c49
Compare
Choose a tag to compare
  • Update builtin style
  • Support show Lastmod date on article
  • Support enable GitInfo for Lastmod

Enable GitInfo:

hugo --enableGitInfo

Or, edit config.toml:

enableGitInfo = true

v2.0.0

02 Jan 02:22
eafe25c
Compare
Choose a tag to compare

2020 first release.

  • Support custom footer.
  • Support custom header right side items.
  • Support add custom CSS & JS.