Posts with "websites" Tag

Blogger Extractor

websitesmarkdownpython

by danaukes

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

Package URL: ...

Hugo Stuff

websitesmarkdownhugo

by danaukes

Install

Make sure you install add-ons

Create a new site with yaml format

Modified from here

  1. ...

mkdocs info

websitesmarkdownmkdocs

by danaukes

Python environment

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