File tree Expand file tree Collapse file tree 4 files changed +5
-16
lines changed
Expand file tree Collapse file tree 4 files changed +5
-16
lines changed Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ You don't have write permissions for the /Library/Ruby/Gems/2.6.0 directory.
232232The 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
236236bundle install
237237bundle update html-pipeline
238238```
Original file line number Diff line number Diff line change @@ -22,12 +22,11 @@ gem "minima", "~> 2.5"
2222gem "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.
Original file line number Diff line number Diff line change @@ -112,7 +112,6 @@ color_scheme: nil
112112
113113plugins :
114114 - jekyll-seo-tag
115- - jekyll/footnotes
116115 - jemoji
117116
118117kramdown :
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Welcome to the **The AI Alliance**: **MICROSITE_TITLE**.
2020TODO - 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<!--
5344Use the following construct to automatically show a table of
You can’t perform that action at this time.
0 commit comments