add images to content
This commit is contained in:
parent
6978b760d0
commit
bd829c8711
|
@ -102,8 +102,13 @@ So, these reasons are why, in this case, I consider a platform like October to b
|
||||||
Having said that, it may sound like WordPress isn't very good when compared to something like October.
|
Having said that, it may sound like WordPress isn't very good when compared to something like October.
|
||||||
This, however, just isn't true.
|
This, however, just isn't true.
|
||||||
|
|
||||||
WordPress is very good at what it actually is - a platform that allows users, who may have limited technical ability, to publish a website.
|
{{<
|
||||||
For this it is very successful, after all it powers [over 30%](https://wordpress.org/news/2019/03/one-third-of-the-web/) of the world's websites.
|
figure
|
||||||
|
src="/images/logos/wp-logo.png"
|
||||||
|
alt="The WordPress icon."
|
||||||
|
class="icon-inline sm-order-rev wp-icon"
|
||||||
|
caption="WordPress is very good at what it actually is - a platform that allows users, who may have limited technical ability, to publish a website. For this it is very successful, after all it powers [over 30%](https://wordpress.org/news/2019/03/one-third-of-the-web/) of the world's websites."
|
||||||
|
>}}
|
||||||
|
|
||||||
However, it is also a victim of its own success.
|
However, it is also a victim of its own success.
|
||||||
|
|
||||||
|
@ -120,15 +125,14 @@ Interest that would encourage visitors to explore the site further.
|
||||||
The site has a colour scheme that is intentionally, lacking colour and fairly dark.
|
The site has a colour scheme that is intentionally, lacking colour and fairly dark.
|
||||||
This is to draw the attention of visitors to the full colour photographs that are intended to be the focus of attention.
|
This is to draw the attention of visitors to the full colour photographs that are intended to be the focus of attention.
|
||||||
|
|
||||||
## The Deployment
|
|
||||||
|
|
||||||
{{<
|
{{<
|
||||||
figure
|
figure
|
||||||
src="/images/logos/docker-vertical-monochromatic.png"
|
src="/images/leopold/medium-2.jpg"
|
||||||
alt="The Docker logo."
|
alt=""
|
||||||
class="logo large"
|
|
||||||
>}}
|
>}}
|
||||||
|
|
||||||
|
## The Deployment
|
||||||
|
|
||||||
The website is hosted on a Virtual Private Server using [Docker](https://www.docker.com/).
|
The website is hosted on a Virtual Private Server using [Docker](https://www.docker.com/).
|
||||||
|
|
||||||
The main advantage of using Docker containers in this case, is in how it simplifies development and deployment.
|
The main advantage of using Docker containers in this case, is in how it simplifies development and deployment.
|
||||||
|
@ -139,3 +143,9 @@ The Dockerised services we require, are simple to set up and having these servic
|
||||||
|
|
||||||
Deployment is also simplified in that the containers can be easily pushed to production servers.
|
Deployment is also simplified in that the containers can be easily pushed to production servers.
|
||||||
|
|
||||||
|
{{<
|
||||||
|
figure
|
||||||
|
src="/images/logos/docker-vertical-monochromatic.png"
|
||||||
|
alt="The Docker logo."
|
||||||
|
class="logo large"
|
||||||
|
>}}
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 33 KiB |
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
After Width: | Height: | Size: 82 KiB |
Reference in New Issue