News

Navarch Theme Changelog #1

This is currently a private theme until it is ready to be deployed for public use.

These are some of the changes over the weekend:

Additions

  • Custom search functionality with keywords
    • (tags and categories will come later)
  • Code block support with PrismJS
    • For optimization, this can be toggled on and off with hugo frontmatter using usePrism = true/false for single.html

Code Block Sample:

#!/usr/bin/env python3

def code_block(val: int):
    """Python docstring"""
    return val + 3

Updates

  • Added loading indicator on localimage shortcode
    • Changed localimage shortcode image caption styling
  • Category backlink in single.html
  • Minor fixes
    • Paginated list css updates
    • Paginated table added to news category
    • Right content search css