Documentation
¶
Overview ¶
Package site provides the "ctx site" command for managing the ctx.ist static site.
Currently, supports one subcommand:
- ctx site feed: generates an Atom 1.0 feed from finalized blog posts in docs/blog/. Parses YAML frontmatter for title, date, author, and topics; extracts summary from the first paragraph after the heading. Drafts (reviewed_and_finalized != true) are skipped.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
feed
Package feed provides the "ctx site feed" subcommand.
|
Package feed provides the "ctx site feed" subcommand. |
|
Package core provides shared types for the site command: Atom XML feed structures used by the feed subcommand.
|
Package core provides shared types for the site command: Atom XML feed structures used by the feed subcommand. |
|
rss
Package rss generates Atom XML feeds from blog post metadata.
|
Package rss generates Atom XML feeds from blog post metadata. |
|
scan
Package scan reads blog post directories, parses frontmatter, and returns sorted post metadata.
|
Package scan reads blog post directories, parses frontmatter, and returns sorted post metadata. |
Click to show internal directories.
Click to hide internal directories.