KitchenKatalog

Justin & Meredith Winokur's Kitchen Cooking Notebook

Sitemap · Our Recipe Book · Steven's Recipe Book · Ann's Recipe Book · Meal Ideas · Copied Recipes
Random · Random Links

Home > about_kk2.html

About KitchenKatalog V2.3

/about_kk2.html


You are viewing revision d9c8a71d from 2017-03-19 08:47:20 -0600. See current version and other versions

Links are to the current pages which may not exist or have changed. ID-based links may not work. Internal links have [@rev] links to this revision or add ?rev=d9c8a71d to a URL. See the help page for more information.


I used to run KitchenKatalog on Wordpress which was great since it offered many advanced tools. Wordpress is one of, if not the, most popular blogging and CMS engines. It has a large community with frequent updates.

However, it is also a large target to hackers. Even when I kept my installation up-to-date, any plugins, etc could open me up to attacks. And it kept happening. I was fed up with the time and annoyance (and sometimes money) of dealing with it.

Finally, I got fed up and decided to write my own static site generator. It was clunky but usable. It has however improved as I have moved through three versions of my own software to run it:

  1. Written just for KitchenKatalog. Bad design tradeoffs but it worked. It was hard to maintain though
  2. Written originally for work notes but later generalized for KitchenKatalog. Used some advanced programming which was fun and made it easy (enough) to add features. However, it was slow to compile and could not be compiled incrementally
  3. Current version. About the same speed to compile but then can compile incrementally. Also, wrote a web component to allow family to edit from the web browser

There is a downside:

I am now responsible for all design (hence it's ugly for now...) and, while I worked hard on the web components, it is still not particularly pretty

This is a continuous work in progress.

Acknowledgements

I make (and made) extensive use of open source projects in building this site

(And there may be more to follow if I change the design and use some of those frameworks)

Hosting

This site is hosted on WebFaction. It is a recent move but I have been very happy with them. They also host my git repos, etc.