jekyll リンクの掲載方法
jekyllでリンクを文章の中に掲載したいと思い、下記のように記載しました。
[sitename]: https://hoge.com
でも、リンクがページに掲載されないのです。
色々と調べていて、気がつきました。
最初に生成されたページをよく見てみたら、下記のように書かれていました。
Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].
[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
つまり
[sitename]: https://hoge.com
とリンクを予め設定します。
そしてリンクを挿入したいところに、下記のように書きます。
[sitename][sitename]
このように記載すると、リンクが貼られた言葉としてページに表示されます。
ハマった理由
[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/
と書かれているのを見て、つい[]にリンクを貼るテキストを書き、続けてリンク先のURLを書くのだと思い込んでしまったのです。
Author And Source
この問題について(jekyll リンクの掲載方法), 我々は、より多くの情報をここで見つけました https://qiita.com/masaru21/items/fdd4c050e3bcf30217f0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .