VPN Gateway: Turning a Docker or LXC Container into the Default Route for My Home Network

Turning a Docker or LXC Container into the Default Route for Your Home Network

Hugo Theme Kitchen Sink #

Welcome to the ultimate test post—a one‑stop shop for checking how your Hugo theme renders every common Markdown element, plus a few Hugo‑specific goodies. If something looks off here, you probably have a CSS rule to tweak.

Code Blocks #

1
2
3
4
5
6
7
package main

import "fmt"

func main() {
    fmt.Println("Hello, Hugo!")
}

Basic Formatting #

Paragraphs should wrap naturally and adjust to your layout. Italic text, bold text, bold‑italic, strikethrough, inline code, and links all appear here.

Blockquotes work, too! #

They can span multiple lines, include formatting inside, and even contain nested blockquotes.

A nested quote should be indented one extra level.


Lists #

Unordered #

  • Item One
  • Item Two
    • Sub‑item A
    • Sub‑item B
  • Item Three

Ordered #

  1. First item
  2. Second item
    1. Sub‑item one
    2. Sub‑item two
  3. Third item

Task List #

  • Write some code
  • Ship the blog

Headings #

Below is an H3, H4, H5, and H6 in quick succession:

Heading 3 #

Heading 4 #

Heading 5 #
Heading 6 #

Tables #

Syntax Description
Header Title
Paragraph Text