Skip to content

Commit

Permalink
Footer updated with lunr usage, some more alias and exclude added (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Hofi <[email protected]>
  • Loading branch information
HofiOne authored May 9, 2024
2 parents bc5d4fe + 212c209 commit a953b79
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion _data/excluded_titles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
- '[Nn]ote[:]?'
- '[Dd]eclaration'
- '[Pp]arameters'
- 'Accepted values'
- '[Aa]ccepted values'
- '[Ii]nstall'
- '[Ff]iles'
- '[Dd]efault value'
- '[Ss]ystem'
- '[Ii]nstallation'
- '[Oo]ption[s]?'
- '[Nn]ame'
3 changes: 3 additions & 0 deletions _data/link_aliases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,6 @@ adm-temp-macro-ose#week_day_name-c_week_day_name-r_week_day_name-s_week_day_name

adm-temp-macro-ose#year-c_year-r_year-s_year:
aliases: [ "${YEAR}", "${C_YEAR}", "${R_YEAR}", "${S_YEAR}" ]

adm-temp-macro-ose#year-c_year-r_year-s_year:
aliases: [ "[Ff]ully-qualified domain name", "FQDN" ]
2 changes: 1 addition & 1 deletion _includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
</ul>
</div>

<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow">Jekyll</a> &amp; <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>.</div>
<div class="page__footer-copyright">&copy; {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.ui-text[site.locale].powered_by | default: "Powered by" }} <a href="https://jekyllrb.com" rel="nofollow" target="_blank">Jekyll</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow" target="_blank">Minimal Mistakes</a> &amp; <a href="https://lunrjs.com/" rel="nofollow" target="_blank">Lunr</a>.</div>

0 comments on commit a953b79

Please sign in to comment.