Compare commits
No commits in common. "bd829c8711318991c41623293d00ec6a3f32b3eb" and "dd07efe300c60ea378e06093f5aa276e9b04405b" have entirely different histories.
bd829c8711
...
dd07efe300
|
@ -102,13 +102,8 @@ 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.
|
||||||
figure
|
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.
|
||||||
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.
|
||||||
|
|
||||||
|
@ -125,14 +120,15 @@ 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/leopold/medium-2.jpg"
|
src="/images/logos/docker-vertical-monochromatic.png"
|
||||||
alt=""
|
alt="The Docker logo."
|
||||||
|
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.
|
||||||
|
@ -143,9 +139,3 @@ 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"
|
|
||||||
>}}
|
|
||||||
|
|
|
@ -36,6 +36,7 @@ body.colorscheme-light .avatar img {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
width: auto;
|
width: auto;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
@media (max-width: 500px) {
|
||||||
|
@ -87,6 +88,7 @@ body.colorscheme-light .avatar img {
|
||||||
height: auto;
|
height: auto;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 500px) {
|
@media (min-width: 500px) {
|
||||||
|
@ -112,6 +114,7 @@ body.colorscheme-light .avatar img {
|
||||||
.content figure.logo > img {
|
.content figure.logo > img {
|
||||||
display: block;
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 500px) {
|
@media (min-width: 500px) {
|
||||||
|
@ -127,13 +130,3 @@ body.colorscheme-light .avatar img {
|
||||||
height: 1.6em;
|
height: 1.6em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.wp-icon > img {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 500px) {
|
|
||||||
.content figure.icon-inline.wp-icon > img {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 33 KiB |
Binary file not shown.
Before Width: | Height: | Size: 66 KiB |
Binary file not shown.
Before Width: | Height: | Size: 82 KiB |
Reference in New Issue