Posts with "websites" Tag

Blogger Extractor

by Dan Aukes

A nice little package for exporting your blogger site to markdown.

Package URL: ...

Read More
Hugo Stuff

by Dan Aukes

Install

Make sure you install add-ons

Create a new site with yaml format

Modified from here

  1. ...
Read More
mkdocs info

by Dan Aukes

Python environment

```bash sudo apt install -y git python3-pip python3-venv python3 -m venv ~/envs/mkdocs . envs/mkdocs/bin/activate pip install \ mkdocs ...

Read More