Skip to content

Commit 1106bd9

Browse files
authored
chore: Updates/Creates crafting-awesome-wordpress-site
1 parent ceeef23 commit 1106bd9

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

content/metadata.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"commit": "ad0147096668b9eec4e39c1b47b62f9ec5f36bb5",
3-
"generated": "2023-10-27T11:19:23.446Z",
3+
"generated": "2023-10-27T11:20:45.388Z",
44
"metadata": [
55
{
66
"__outstatic": {
@@ -343,7 +343,7 @@
343343
{
344344
"__outstatic": {
345345
"commit": "ad0147096668b9eec4e39c1b47b62f9ec5f36bb5",
346-
"hash": "486310267",
346+
"hash": "72590457",
347347
"path": "content/posts/crafting-awesome-wordpress-site.md"
348348
},
349349
"author": {

content/posts/crafting-awesome-wordpress-site.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ It was enough to recreate a responsive design in HTML and CSS.
9393

9494
### CSS Grid
9595

96-
![](/images/gall-Q4Nj.webp)
96+
![](/images/gall-Y4NT.webp)
9797

9898
I also used CSS Grid for a photo gallery. One interesting trick was using the nth-child selector to enforce every N'th element to take specified columns and rows. I had 7 styles for the first 7 elements, and then the pattern had to repeat for the next elements. Here is an excerpt that used this approach:
9999

@@ -151,6 +151,8 @@ These three courses cover creating a WordPress site from three angles: classic t
151151

152152
## Setting up the local environment
153153

154+
155+
154156
I started by searching Reddit for the best way to set up a WordPress environment on my machine.
155157

156158
The easiest one was using Local by Flywheel. It's a very nice software that gets you started in minutes and does not require any configuration.
@@ -239,7 +241,7 @@ Finally, A2 hosting. The cheapest plan (11.99$ and 2.99$ with a monthly discount
239241

240242
There is one more hosting I want to mention. One of the best and cheapest options is a WordPress droplet on [DigitalOcean](https://www.digitalocean.com/community/tutorials/how-to-use-the-wordpress-one-click-install-on-digitalocean-2) with 25 GB of storage. It is 5$ per month but requires some manual setup and using SSH. Actually, for my own web site I used DigitalOcean and honestly, it is easy and took me around 5 minutes to get up and running.
241243

242-
## WordPress deployment
244+
## WordPress Deployment
243245

244246
The process of migrating the local copy of WordPress to your hosting is pretty straightforward.
245247

public/images/gall-Y4NT.webp

109 KB
Binary file not shown.

0 commit comments

Comments
 (0)