TAG | markdown
Nov/11
9
Github pages – How to do a simple in-page anchor navigation with Jekyll and Liquid
2 Comments · Posted by Christian in The real job
Currently I am writing a tutorial and I chose it to be a Github page for it is easy to setup, flexible and hosting is instantly available and free. It also offers git support of course and it allows me to write in Markdown or Textile which improves my productivity a lot.
But the single chapter pages are quite long by now so I thought it would be nice to have a simple navigation to jump to individual paragraphs. Here’s my approach.
GitHub · Jekyll · Liquid · markdown · static webpages

