Skip to content

Commit 8c8b83b

Browse files
committed
Removed the jekyll-footnotes plugin, which didn't work when published in one of the microsites
Signed-off-by: Dean Wampler <dean.wampler@ibm.com>
1 parent 007d81c commit 8c8b83b

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

GITHUB_PAGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.
232232
The commands run by `make setup-jekyll` include the following (a few details omitted for simplification):
233233

234234
```shell
235-
gem install bundler jekyll jekyll-footnotes jemoji
235+
gem install bundler jekyll jemoji
236236
bundle install
237237
bundle update html-pipeline
238238
```

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ gem "minima", "~> 2.5"
2222
gem "github-pages", "~> 231", group: :jekyll_plugins
2323

2424
# If you have any plugins, put them here!
25-
group :jekyll_plugins do
26-
gem "jekyll-footnotes"
25+
# group :jekyll_plugins do
2726
# gem "jekyll-feed", "= 0.17.0"
2827
# gem "jekyll-feed", "= 0.15.1"
2928
# gem "jekyll-feed", "~> 0.12"
30-
end
29+
# end
3130

3231
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
3332
# and associated library.

docs/_config.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ color_scheme: nil
112112

113113
plugins:
114114
- jekyll-seo-tag
115-
- jekyll/footnotes
116115
- jemoji
117116

118117
kramdown:

docs/index.markdown

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Welcome to the **The AI Alliance**: **MICROSITE_TITLE**.
2020
TODO - your "welcome" content
2121

2222

23-
This site is organized into the following sections{% fn %}:
23+
This site is organized into the following sections<sup>1</sup>:
2424

2525
* [TODO - second top-level page]({{site.baseurl}}/second_page)
2626
* [TODO - nested]({{site.baseurl}}/nested/nested)
@@ -38,16 +38,7 @@ Additional links:
3838
| **Version** | **Date** |
3939
| V0.1.0 | TIMESTAMP |
4040

41-
<!--
42-
The Gemfile and _config.yaml add a footnotes plugin, which we used above ("{% fn %}"). Here are the footnotes.
43-
See: https://github.com/orangejulius/jekyll-footnotes
44-
-->
45-
46-
{% footnotes %}
47-
{% fnbody %}
48-
<p>This is an example footnote. The numbering is automatic. See the [jekyll-footnotes](https://github.com/orangejulius/jekyll-footnotes){:target="jf"} site for more options.</p>
49-
{% endfnbody %}
50-
{% endfootnotes %}
41+
<sup>1</sup> This is an example footnote.
5142

5243
<!--
5344
Use the following construct to automatically show a table of

0 commit comments

Comments
 (0)