How to Add Search to Your Static Site Generator (Jekyll, Hugo, Gatsby, Nikola, etc.)
Add full text search to your static site without using a third-party platform or any type of service. Stop paying for search.
One of the first things I learned was floats. This was something you couldn't do with tables and one I am constantly using. The picture on the right has this tag before it: <div style="float: right"> and the ending </div> after it. By changing the right to left, it will float to the other side of this post.
You can also use "align=right" in the beginning image tag to do the same thing. But the first method can be used for a multitude of objects in a post.
This can be a pain in the ass at times. I have found a few quick ways around it. One is a plugin that allows you to paste javascript into a post. Another is using a desktop blogging program like Windows Live Writer that allows you to paste it in.
If the bit of javascript is going to be use more often than one post, another solution is using Adsense Manager, pasting the javascript in as a new ad using the "save as code" function that allows you to save any text as an ad. Now you have a tag that you can paste anywhere in any post to show the javascript or you can add to each post, if needed.
A lot of blogging tools like Live Writer will add images or other objects and style them for you, but sometimes it's easier to open a browser window and write a post. I use Darkroom, Windows Live Writer, ScribeFire and the Wordpress posting page. It just depends on the post and my mood. And these are a couple of the simpler tricks I picked up for doing things the old school way.