diff --git a/README.md b/README.md index 9cffc86..75c9a04 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Pulsar
- WordPress starter theme with Tailwind CSS, Alpine JS and a modern development workflow + WordPress starter theme for a modern development workflow
## Requirements @@ -23,7 +23,6 @@ themes/your-theme-name/ # → Root of your theme │ ├── block-styles.php # → Custom block styles │ ├── blocks.php # → All enabled blocks │ └── browsersync.json # → Developer-specific configuration for BrowserSync (if wanted) -│ └── mix.json # → Mix entries and other settings ├── includes/ # → Theme functions and classes │ └── classes/ # → Theme classes (autoloaded) │ ├── Contracts/ # → Interfaces and Traits @@ -32,7 +31,6 @@ themes/your-theme-name/ # → Root of your theme │ ├── Patterns.php # → Block pattern management │ ├── Styles.php # → Block styles management │ └── Tools/ # → Various tools used throughout the theme -│ ├── Mix.php # → Handles asset management with Laravel Mix │ └── Svg.php # → Allows manipulating SVGs and inlining them │ ├── Enqueue.php # → Theme assets │ └── Setup.php # → Theme setup diff --git a/assets/svg/dropdown.svg b/assets/svg/dropdown.svg new file mode 100644 index 0000000..f3d50c1 --- /dev/null +++ b/assets/svg/dropdown.svg @@ -0,0 +1,3 @@ + diff --git a/assets/svg/hamburger.svg b/assets/svg/hamburger.svg new file mode 100644 index 0000000..a1c9791 --- /dev/null +++ b/assets/svg/hamburger.svg @@ -0,0 +1,5 @@ + diff --git a/assets/svg/logo.svg b/assets/svg/logo.svg new file mode 100644 index 0000000..6e33e78 --- /dev/null +++ b/assets/svg/logo.svg @@ -0,0 +1,23 @@ + diff --git a/comments.php b/comments.php index 73fba16..8107bd9 100644 --- a/comments.php +++ b/comments.php @@ -19,7 +19,7 @@ ?>