Browse Source

init ๐Ÿ”ฅ

windhamdavid 5 months ago
parent
commit
95423a3c0f
3 changed files with 55 additions and 0 deletions
  1. 6 0
      .vscode/settings.json
  2. 32 0
      README.md
  3. 17 0
      style.css

+ 6 - 0
.vscode/settings.json

@@ -0,0 +1,6 @@
+{
+  "files.exclude": {
+    "**/node_modules": true
+  },
+  "cSpell.enabled": false
+}

+ 32 - 0
README.md

@@ -0,0 +1,32 @@
+# README
+
+## Lakelands Nursing & Rehabilitation Center
+
+WordPress theme tailored to easy editing in Gutenberg with limited formatting controls to maintain design consistency. The site layout can be expanded with additional templates, parts, and patterns.
+
+```css
+/*!
+Theme Name: LNR
+Theme URI: http://lnr.davidwindham.com
+Author: windhamdavid
+Author URI: https://davidwindham.com
+Description: A Theme for Lakelands Nursing & Rehabilitation Center
+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
+2025 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfive
+*/
+```
+
+### Log
+
+- 24/07/09 - Init ๐Ÿ”ฅ
+
+
+### Notes

+ 17 - 0
style.css

@@ -0,0 +1,17 @@
+/*!
+Theme Name: LNR
+Theme URI: http://lnr.davidwindham.com
+Author: windhamdavid
+Author URI: https://davidwindham.com
+Description: A Theme for Lakelands Nursing & Rehabilitation Center
+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
+2025 * GNU GPL v2 or later - https://github.com/WordPress/twentytwentyfive
+*/