Browse Source

init 🔥

windhamdavid 5 months ago
parent
commit
c0b15d4fd2
3 changed files with 46 additions and 0 deletions
  1. 30 0
      README.md
  2. 0 0
      index.php
  3. 16 0
      style.css

+ 30 - 0
README.md

@@ -0,0 +1,30 @@
+# README
+
+## Lakelands Plastic Surgery
+
+WordPress theme tailored to easy editing in Gutenberg with limited formatting controls to maintain design consistency. The simple site layout can be expanded with additional templates, parts, and patterns.
+
+```css
+/*!
+Theme Name: LPS
+Theme URI: http://lps.davidwindham.com
+Author: windhamdavid
+Author URI: https://davidwindham.com
+Description: A Theme for Lakelands Plastic Surgery
+Version: 0.1.0
+Tags: Full Site Editing, Blocks, Patterns
+Requires PHP: 7.0
+Tested up to: 6.5
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+Thanks:
+2024 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfour
+*/
+```
+
+### Log
+
+- 24/06/27 - Init
+
+### Notes

+ 0 - 0
index.php


+ 16 - 0
style.css

@@ -0,0 +1,16 @@
+/*!
+Theme Name: LPS
+Theme URI: http://lps.davidwindham.com
+Author: windhamdavid
+Author URI: https://davidwindham.com
+Description: A Theme for Lakelands Plastic Surgery
+Version: 0.1.0
+Tags: Full Site Editing, Blocks, Patterns
+Requires PHP: 7.0
+Tested up to: 6.5
+License: GNU General Public License v2 or later
+License URI: http://www.gnu.org/licenses/gpl-2.0.html
+
+Thanks:
+2024 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfour
+*/