Updated first post - newwebsite to include excerpt section

This commit is contained in:
Matthew McKinnon 2022-08-07 02:25:43 +10:00
parent 5a0ac18565
commit c897699796

View File

@ -5,7 +5,7 @@ description: We have a new website at last.
date: 2022-08-07 date: 2022-08-07
author: Matthew McKinnon author: Matthew McKinnon
--- ---
<!-- excerpt start -->
<center> <center>
![](/assets/img/fireworks.jpg) ![](/assets/img/fireworks.jpg)
@ -17,6 +17,8 @@ After many months, we finally have a new website that works.
In the past, previous websites were built using Wordpress. Because I could go many months without creating a blog post, the website would get "forgotten". Because of this, the versions of Wordpress and plugins that were being used at the time would sometimes become "compromised", thus allowing attackers to gain entry to server and deface website etc. In the past, previous websites were built using Wordpress. Because I could go many months without creating a blog post, the website would get "forgotten". Because of this, the versions of Wordpress and plugins that were being used at the time would sometimes become "compromised", thus allowing attackers to gain entry to server and deface website etc.
<!-- excerpt end -->
So a new website back end was needed. After investigating and trying many different styles, I settled on using [Eleventy](https://11ty.dev){target="_blank"}. So a new website back end was needed. After investigating and trying many different styles, I settled on using [Eleventy](https://11ty.dev){target="_blank"}.
Eleventy is a framework for building static websites. Once I built the code and templates. The website was born. All using pure HTML pages. Eleventy is a framework for building static websites. Once I built the code and templates. The website was born. All using pure HTML pages.