a0016f50f6
feat: new language switch behaviour, always listing all languages by weight but linking to translations if available
...
feat: if language switch shows language codes (instead of full language name), those codes are now uppercase
feat: translation list in post headers are replaced by links to translations in page headers - the old translation list in the post header can still be enabled using the boolean parameter "showTranslationListInPosts" (i.e. to turn it back on, add the parameter to your hugo.toml and set it to true)
2023-02-13 21:32:40 +01:00
4d42965bb5
Add title to the image tag in rss.xml ( #1105 )
...
Ref: https://cyber.harvard.edu/rss/rss.html#ltimagegtSubelementOfLtchannelgt
2023-02-04 17:34:21 +05:30
b906338dc8
Add param 'hiddenInHomeList' to hide certain post from home page
...
Usage =>
---
title: post name
hiddenInHomeList: true
---
2022-08-20 14:31:07 +05:30
eba92edd83
Feat: Add page nums in list pages
...
In site config =>
Params:
ShowPageNums: true
2022-08-15 19:25:55 +05:30
44f5970db2
Add RSS button to Section
and Term
pages.
...
Usage =>
Params:
ShowRssButtonInSectionTermList: true
---
ShowRssButtonInSectionTermList: false
---
2022-04-30 07:42:51 +05:30
1d2ecfedac
Add Support for i18n taxonomy for tags
...
closes : #876
2022-04-23 09:24:12 +05:30
c6e9568c12
Fix W3 validator warning: Section lacks heading. ( #857 )
...
Use `div` instead of `section` element, because already an `article` element.
2022-04-19 20:33:05 +05:30
575cc0ca8c
Use site
function instead of .Site
or $.Site
...
- The site function provides global access to the same data as the .Site page method.
- Current context (`.`) is never considered.
2022-03-27 18:44:06 +05:30
5f1d92493b
Avoid caching search input between navigation
2021-10-30 13:57:22 +05:30
38891b9062
Add showCanonicalLink
to markdown metadata ( #428 )
...
If an article has a `canonicalUrl` set, Originally published at `<hostname>` will be displayed at the top of the article by setting `showCanonicalLink` to true.
Usage =>
In front-matter:
canonicalUrl: "<URL>"
showCanonicalLink: true
2021-10-22 19:52:45 +05:30
97b373d9ee
Fix irregular spacing in seach title and svg icon
2021-09-05 18:22:39 +05:30
c437ee1b62
Add placeholder
param to let users customize
...
placeholder in search input box
2021-09-05 18:22:24 +05:30
7072a79f71
Refine [draft]
tag display
2021-09-04 12:03:12 +05:30
7ea01a0ab2
Allow hiding ShowCodeCopyButtons
per page
...
closes : #548
2021-09-02 20:22:08 +05:30
3442d5cb52
Allow hiding copyright/footer text
...
closes : #543
2021-09-02 20:19:52 +05:30
b4393b3d6e
Add post-content
only if it exists
2021-09-02 13:43:08 +05:30
162d80071f
Allow adding markdown description on list pages
2021-09-02 13:38:55 +05:30
bc99ae777d
Allow adding Content
on list pages
2021-09-02 13:33:47 +05:30
caa2240f12
Add missing [draft]
tag on archive page
2021-08-30 15:22:22 +05:30
fc87fc3a29
Add option to show all pages in archive
...
usage =>
In site config
`Params.ShowAllPagesInArchive: true`
2021-06-17 16:36:56 +05:30
da69dda48c
Allow disabling anchored headings
...
Usage =>
For site-wide:
Params.disableAnchoredHeadings: true
For front-matter:
disableAnchoredHeadings: true
2021-06-10 23:10:40 +05:30
573e673efa
Use content:encoded
in Rss feeds
...
when using ShowFullTextinRSS
2021-05-02 11:29:31 +05:30
0c64647138
Add option to show Full Text content in RSS feeds
...
closes : #372
usageIn site Params =>
ShowFullTextinRSS: true
2021-04-29 19:38:08 +05:30
8c313af0f3
Add missing spacing between search title and icon ( #351 )
2021-04-13 12:53:41 +05:30
6c64ad0695
Show Code Copy scripts only on Kind = page
2021-04-10 11:53:23 +05:30
bb7b6f0076
Refactor, move HLJS code from footer to head;
...
already defered.
2021-04-09 19:38:04 +05:30
427053290d
Move post nav links to a partial section ( #343 )
2021-04-09 14:55:56 +05:30
196b82645e
Fix Spacing in overall repo
2021-03-30 18:26:43 +05:30
6d6fe2c389
Move ToC divs to toc partial ( #329 )
...
Allows Overriding of ToC
2021-03-30 16:07:20 +05:30
b6af9eddee
Imrprovements to RSS ( #319 )
...
* Copy hugo's internal rss template
- loc: https://github.com/gohugoio/hugo/blob/master/tpl/tplimpl/embedded/templates/_default/rss.xml
- at commit 5f42590144579c318a444ea2ce46d5c3fbbbfe6e of https://github.com/gohugoio/hugo/
* Add Site image from images param
* Hide search and archives layouts from feed index
* add Description and Summary in RSS as in other templates
2021-03-25 14:50:53 +05:30
abfdb54c92
Add option to show link in meta data for editing posts ( #278 )
...
Usage
- in site config =>
Params:
editPost:
URL: "https://github.com/ <path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
- in front-matter vars =>
---
editPost:
URL: "https://github.com/ <path_to_repo>/content"
Text: "Suggest Changes" # edit text
appendFilePath: true # to append file path to Edit link
---
- Front-matter vars overrides global ones
2021-03-23 14:58:26 +05:30
706b5a1c94
Hide "..." in list pages when summary is not Truncated
2021-03-18 18:15:49 +05:30
ad81825345
Allow selective summary (in list pages) hiding in front matter ( #292 )
2021-03-18 17:46:32 +05:30
24f71d7f15
rm extra p
tag from render-image hook
2021-03-16 13:29:53 +05:30
c353447d8e
add browser-level lazy loading
...
ref: https://web.dev/browser-level-image-lazy-loading/
2021-03-16 13:18:57 +05:30
a982a29e24
clone render-image hook template
...
ref: https://gohugo.io/getting-started/configuration-markup/#render-hook-templates
2021-03-16 13:17:39 +05:30
e76154d418
Allow selective disabling of PostNavLinks in front matter ( #279 )
2021-03-01 22:37:24 +05:30
1a8e14a848
Use custom paginator's PageNumber for home-info
...
fixes non-mainSections pages from being displayed in the list
amend to 143eb18
2021-02-10 21:17:40 +05:30
143eb18b75
handle case where home-info was hidden
...
when num of posts = 0
- fix : #227
- refactor conditions for nested if
- also fix for 082d960
2021-02-10 21:00:12 +05:30
37afb5f13e
show breadcrumb nav also on list pages
...
- specifically section pages
- should not display on home(index)
2021-02-08 20:30:34 +05:30
43ddff0fde
breadcrumb nav as partial
2021-02-08 20:28:55 +05:30
65f84d6f19
use Parent's Permalink for breadcrumb nav
2021-02-08 20:21:26 +05:30
e03348c041
improve search
...
- fix menu element becoming inactive
change class active -> focus
- set input type seach #198
- add a reset func
- add script to clear searchbox
when clicked on X sign
2021-02-07 21:40:27 +05:30
7170eda172
translation list separate partial
2021-02-06 23:50:19 +05:30
c7b388346b
hide archives and search page from being searched
2021-01-30 12:53:14 +05:30
0c28a4ad5a
introduce searchHidden front-matter var
...
- to hide particular pages from search
usage:
in page's front-matter add
searchHidden: true
2021-01-30 12:50:16 +05:30
75855b2758
init feat Breadcrumb Navigation ( #207 )
...
* adds Breadcrumb nav above title of single page/post
* add enabler var 'ShowBreadCrumbs'
* introduce i18n var "home"
usage:
in site config:
Params:
ShowBreadCrumbs: true
in page front-matter:
ShowBreadCrumbs: false
2021-01-29 23:37:07 +05:30
a7e0b2f5a9
add check to display post-description in single
2021-01-29 23:25:46 +05:30
778ee39137
init feat Prev Next post links on single post page ( #180 )
...
usage =>
in site config add
Params:
ShowPostNavLinks: true
2021-01-28 00:05:30 +05:30
9257321547
Add description to other layouts
...
- helps adding description to sub-sections,
search, terms, archive pages
2021-01-27 21:31:33 +05:30