WGet, write.as formatting

Stuff today... Wget, Write.As syntax

WGet for getting web page locally!

Using Wget a lot today to download completed copies of web pages to work on locally. My Syntax is:

wget --adjust-extension --span-hosts --convert-links --backup-converted --no-directories --no-cache --timestamping --page-requisites --directory-prefix=public_html --no-check-certificate -e robots=off --output-file=logfile.txt <url of website page to get>

Seems to work. It will mirror the page and relevant images/files to your local hard disk so that you can create a copy.


write.as using your own domain?

You can use your own domain with write.as – here's how:

https://howto.write.as/setting-up-a-custom-domain

write.as markup using markdown and html

Looking at the formatting for write.as here:

Seems like you can use MarkDown and normal HTML to a certain degree.

https://howto.write.as/adding-html

Video

<video src="https://cdn.glitch.com/db7ab5d8-dd97-466b-8180-676147e8fc40%2FUsing%20Write.as%20Themes.mp4?" controls></video>

Iframe

<iframe width="560" height="315" src="https://www.youtube.com/embed/HJT8yYf-XPs" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Audio

<audio src="https://cdn.glitch.com/db7ab5d8-dd97-466b-8180-676147e8fc40%2F%2333%20-%20Reflection%2014%20about.mp3" controls></audio>

Image

<img src="https://i.snap.as/2HKPL0c.png" />

or using markdown:

![Image](https://i.snap.as/rICBDh1.png)

Read more for an excerpt

<!--more-->