Descargue todo un blog de Jekyll con el siguiente comando: ## **1️⃣ Mirror the site locally** Use `wget` to download all pages, CSS, and images: ```bash mkdir geohot wget --mirror --convert-links --adjust-extension --page-requisites --no-parent https://geohot.github.io/blog/ ``` * `--mirror` → download recursively * `--convert-links` → make links local * `--adjust-extension` → save files with proper extensions (`.html`) * `--page-requisites` → include CSS, images, JS * `--no-parent` → avoid downloading unrelated pages The files will be saved under `geohot.github.io/blog/` in your current folder. --- ## **2️⃣ Combine all posts into a single HTML page** If you want **one PDF**, it’s easiest to create a single `all.html` page that contains all posts: ```bash # Create a blank HTML file echo "