The following pages and posts are tagged with
Title | Type | Excerpt |
---|---|---|
Tooltips | Page | You can add tooltips to any word, such as an acronym or specialized term. Tooltips work well for glossary definitions, because you don't have to keep repeati... |
Alerts | Page | You can insert notes, tips, warnings, and important alerts in your content. These notes make use of Bootstrap styling and are available through data referenc... |
Glossary layout | Page | Your glossary page can take advantage of definitions stored in a data file. This gives you the ability to reuse the same definition in multiple places. Addit... |
Links | Page | When creating links, you can use standard HTML or Markdown formatting. Note that this approach is susceptible to errors and broken links, so check your outpu... |
Icons | Page | You can integrate font icons through the Font Awesome and Glyphical Halflings libraries. These libraries allow you to embed icons through their libraries del... |
Images | Page | You embed images using traditional HTML or Markdown syntax for images. Unlike pages, you can store images in subfolders (in this theme). This is because when... |
Labels | Page | Labels are just a simple Bootstrap component that you can include in your pages as needed. They represent one of many Bootstrap options you can include in yo... |
Navtabs | Page | Navtabs provide a tab-based navagation directly in your content, allowing users to click from tab to tab to see different panels of content. Navtabs are espe... |
Pages | Page | This theme primarily uses pages. You need to make sure your pages have the appropriate frontmatter. One frontmatter tag your users might find helpful is the ... |
Posts | Page | You can use posts when you want to create blogs or news type of content. |
Syntax highlighting | Page | You can apply syntax highlighting to your code. This theme uses pygments and applies color coding based on the lexer you specify. |
Tables | Page | You can format tables using either multimarkdown syntax or HTML. You can also use jQuery datatables (a plugin) if you need more robust tables. |
YAML tutorial in the context of Jekyll | Page | YAML is a format that relies on white spacing to separate out the various elements of content. Jekyll lets you use Liquid with YAML as a way to parse through... |