# Writerside

I've decided to start blogging on Writerside. I'd like to think less about code when I am writing.

I haven't set a fancy pipeline for this at this time, I simply hooked it to Netlify and specified a folder to which I extract the Writerside Zip

1. Generate archive:

![Archive](img/writerside.png)

2. Delete and Unzip

```SHELL
rm -rf ./Site/* && unzip webHelpHI2-all.zip -d ./Site
```

3. Hook it to Netlify to publish content under /Site

4. make a pipeline...

* scan for secrets

* incorporate search via Algolia

* populate Algolia indexes on the pipeline

