From 10b93602be0a190cb296abb04a3c3e964c82c96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 23 Jun 2023 21:29:05 +0200 Subject: [PATCH 1/4] Add a README template --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cba43ca --- /dev/null +++ b/README.md @@ -0,0 +1,26 @@ +# Hybrid WordPress Theme + +A hybrid WordPress theme optimized and integrated with Gutenberg. + +## Requirements + +- PHP version 7.4 +- WordPress version 6.0 + +## Installation + +1. In your admin panel, go to Appearance -> Themes and click the 'Add New' button. +2. Type in Twenty Twenty-One in the search form and press the 'Enter' key on your keyboard. +3. Click on the 'Activate' button to use your new theme right away. +4. Go to INSERT ABOUT PAGE for a guide on how to customize this theme. +5. Navigate to Appearance > Customize in your admin panel and customize to your taste. + +## Configuration + +Open Appearance / Customizer on WordPress admin and go through all settings. + +## Usage + +Take it for a spin! See how your Hybrid WordPress Theme elevates your portfolio, business website, or personal blog. + +Say thank you to [Bill Erickson](https://www.billerickson.net/hybrid-wordpress-theme-starter/) From 941bade90702adc8c94b36369d7e4d4f3db7b675 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 23 Jun 2023 21:31:47 +0200 Subject: [PATCH 2/4] Fix README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cba43ca..094e2aa 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,10 @@ A hybrid WordPress theme optimized and integrated with Gutenberg. 2. Type in Twenty Twenty-One in the search form and press the 'Enter' key on your keyboard. 3. Click on the 'Activate' button to use your new theme right away. 4. Go to INSERT ABOUT PAGE for a guide on how to customize this theme. -5. Navigate to Appearance > Customize in your admin panel and customize to your taste. ## Configuration -Open Appearance / Customizer on WordPress admin and go through all settings. +Navigate to Appearance -> Customize in your admin panel and customize to your taste. ## Usage From e86dfd1d53f66d716f11f763a816a8eedf649491 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 23 Jun 2023 21:35:24 +0200 Subject: [PATCH 3/4] Add aCF to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 094e2aa..6cd20bf 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A hybrid WordPress theme optimized and integrated with Gutenberg. - PHP version 7.4 - WordPress version 6.0 +- Advanced Custom Fields plugin 6.0 ## Installation From 262856d3a810ac443350453e4ab6c2867a86dc25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Viktor=20Sz=C3=A9pe?= Date: Fri, 23 Jun 2023 21:47:44 +0200 Subject: [PATCH 4/4] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd20bf..38dd2be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A hybrid WordPress theme optimized and integrated with Gutenberg. - PHP version 7.4 - WordPress version 6.0 -- Advanced Custom Fields plugin 6.0 +- Advanced Custom Fields plugin version 6.0 ## Installation