Skip to content

Commit a953b79

Browse files
authored
Footer updated with lunr usage, some more alias and exclude added (#17)
Signed-off-by: Hofi <hofione@gmail.com>
2 parents bc5d4fe + 212c209 commit a953b79

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

_data/excluded_titles.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
- '[Nn]ote[:]?'
44
- '[Dd]eclaration'
55
- '[Pp]arameters'
6-
- 'Accepted values'
6+
- '[Aa]ccepted values'
77
- '[Ii]nstall'
88
- '[Ff]iles'
99
- '[Dd]efault value'
1010
- '[Ss]ystem'
1111
- '[Ii]nstallation'
12+
- '[Oo]ption[s]?'
13+
- '[Nn]ame'

_data/link_aliases.yml

+3
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,6 @@ adm-temp-macro-ose#week_day_name-c_week_day_name-r_week_day_name-s_week_day_name
8888

8989
adm-temp-macro-ose#year-c_year-r_year-s_year:
9090
aliases: [ "${YEAR}", "${C_YEAR}", "${R_YEAR}", "${S_YEAR}" ]
91+
92+
adm-temp-macro-ose#year-c_year-r_year-s_year:
93+
aliases: [ "[Ff]ully-qualified domain name", "FQDN" ]

_includes/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
</ul>
1919
</div>
2020

21-
<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>
21+
<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 commit comments

Comments
 (0)