3 Commits
Author SHA1 Message Date
lifehackerhansol 141bd8d600 Initialize VitePress
- Add theme submodule
- Add initial configuration files
- Override theme-default VPFooter with custom theme version
2024-12-08 13:20:07 -08:00
lifehackerhansol 30ff537a5d Markdown formatting adjustments (#228)
* gitignore: Ignore venv directory

Needed on systems that enforce PEP668

* treewide: use `1.` numbering for all ordered lists

Following specifications at [0] the formatting for lists "have no
effect on the HTML output Markdown produces".

This means we can consolidate all ordered lists to `1.`, which makes it
easier for the end user to add and remove steps and retain the
numbering.

It should be noted some Markdown implementations may use the first
number as a starting number for ordered lists, so it's best to start
with `1.`.

[0]: https://daringfireball.net/projects/markdown/syntax#list

* treewide: default to 4-space indents

There is a mix of tabs, 4-space and 6-space indents; standardize
indentation across all pages to 4-spaces to keep consistency.

* treewide: consolidate unordered lists to `-`

Standardize the unordered list marker to `-`, which is currently the
most widely used form of indentation in this repository.

* treewide: remove usage of <a> tags where applicable

Use Markdown links instead.
2024-09-29 01:50:14 -05:00
Oreo639 8d610582ff Make life easier 2018-12-11 17:01:05 -08:00