aboutsummaryrefslogtreecommitdiff
path: root/_plugins/add-anchor-to-header-from-header-id.rb (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move images/ -> static/EuAndreh2020-12-191-1/+1
|
* Translate alt of link iconEuAndreh2020-10-301-1/+3
|
* Add alt to header link iconEuAndreh2020-10-301-1/+1
|
* Wrap header with link using a div rather than a spanEuAndreh2020-10-301-1/+1
|
* Use Jekyll to output slides HTML filesEuAndreh2020-10-101-1/+1
|
* Adapt add-anchor-to-header-from-header-id to handle <hn><a></a></hn>EuAndreh2020-08-151-1/+1
| | | | | Now the hook creates a wrapping <span> to put the header and it's existing link inside, and add the new anchor as a sibling.
* Run Jekyll hooks on :pages tooEuAndreh2020-08-151-1/+1
|
* Create Jekyll hook to add header anchors based on the header IDsEuAndreh2020-08-131-0/+9
Impement add-anchor-to-header-from-header-id.rb using regexps, like the "official hooks" do: - https://github.com/jekyll/jekyll-mentions - https://github.com/jekyll/jemoji