From 14db36030612f02c5c44da3c8242cbbc2e3a3c8d Mon Sep 17 00:00:00 2001 From: Don Harper Date: Wed, 24 Feb 2021 23:19:55 -0600 Subject: [PATCH] new post --- content/post/2021/02/new-look,-again.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/post/2021/02/new-look,-again.md diff --git a/content/post/2021/02/new-look,-again.md b/content/post/2021/02/new-look,-again.md new file mode 100644 index 00000000..127e33f5 --- /dev/null +++ b/content/post/2021/02/new-look,-again.md @@ -0,0 +1,18 @@ ++++ +date = "2021-02-24T04:00:00-07:00" +title = "New look, again" +categories = ["sitenews"] +tags = ["cms"] +#image = "" +#feature_image = "" +#series = [""] +summary = "Cha-cha-changes!" +Victor_Hugo = "true" +Focus_Keyword = "look" ++++ + +So, the CMS/static site generator I use, [Hugo](https://gohugo.io) had a new release which normally is a good thing. But, this time it broke the theme I was using, so it is time for a new look. + +This may or may not be the final look for the site for a while, as I still need to check some things out. I will look to make sure that there are no new edge cases with sharp edges. + +I also have been looking at two other CMS/site generators. One is a true CMS and was written from scratch has a [Hugo](https://gohugo.io) replacement, then other is a very fast and lean static generator. I would need to play with that one more to get a look I was happy with. More as I have time.