Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
raythompsonwebdev committed Jan 21, 2024
1 parent 9319f8d commit 4708cfa
Show file tree
Hide file tree
Showing 7 changed files with 2,549 additions and 2,146 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
root = true

[*]
indent_style = tab
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
Expand Down
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"trailingComma": "es5",
"useTabs": true,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"singleQuote": false,
Expand Down
10 changes: 5 additions & 5 deletions 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@

<div class="error-404 not-found">
<p>
<?php esc_html_e(
'It looks like nothing was found at this location. Maybe try one of the links below or a search?',
'clashvibes'
);
<?php esc_html_e(
'It looks like nothing was found at this location. Maybe try one of the links below or a search?',
'clashvibes'
);
?>
</p>
</p>

<?php
get_search_form();
Expand Down
84 changes: 55 additions & 29 deletions readme.txt → README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,31 @@ Donate link: https://example.com/
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.2
Requires PHP: 8.1.9
Requires PHP: 5.6
Stable tag: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE

A theme called clashvibes.
## Please be aware that this theme has been completed yet. download and use at your own risk.

Community Wordpress Theme.

== Description ==

Hi. I'm a starter theme called `clashvibes`, or `underscores`, if you like. I'm a theme meant for hacking so don't use me as a Parent Theme. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.

My ultra-minimal CSS might make me look like theme tartare but that means less stuff to get in your way when you're designing your awesome theme. Here are some of the other more interesting things you'll find here:

* A modern workflow with a pre-made command-line interface to turn your project into a more pleasant experience.
* A just right amount of lean, well-commented, modern, HTML5 templates.
* A custom header implementation in `inc/custom-header.php`. Just add the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template.
* Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
* Some small tweaks in `inc/template-functions.php` that can improve your theming experience.
* A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
* 2 sample layouts in `sass/layouts/` made using CSS Grid for a sidebar on either side of your content. Just uncomment the layout of your choice in `sass/style.scss`.
Note: `.no-sidebar` styles are automatically loaded.
* Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.
* Full support for `WooCommerce plugin` integration with hooks in `inc/woocommerce.php`, styling override woocommerce.css with product gallery features (zoom, swipe, lightbox) enabled.
* Licensed under GPLv2 or later. :) Use it to make something cool.

- A modern workflow with a pre-made command-line interface to turn your project into a more pleasant experience.
- A just right amount of lean, well-commented, modern, HTML5 templates.
- A custom header implementation in `inc/custom-header.php`. Just add the code snippet found in the comments of `inc/custom-header.php` to your `header.php` template.
- Custom template tags in `inc/template-tags.php` that keep your templates clean and neat and prevent code duplication.
- Some small tweaks in `inc/template-functions.php` that can improve your theming experience.
- A script at `js/navigation.js` that makes your menu a toggled dropdown on small screens (like your phone), ready for CSS artistry. It's enqueued in `functions.php`.
- 2 sample layouts in `sass/layouts/` made using CSS Grid for a sidebar on either side of your content. Just uncomment the layout of your choice in `sass/style.scss`.
Note: `.no-sidebar` styles are automatically loaded.
- Smartly organized starter CSS in `style.css` that will help you to quickly get your design off the ground.
- Full support for `WooCommerce plugin` integration with hooks in `inc/woocommerce.php`, styling override woocommerce.css with product gallery features (zoom, swipe, lightbox) enabled.
- Licensed under GPLv2 or later. :) Use it to make something cool.

== Installation ==

Expand All @@ -52,9 +52,37 @@ Clone or download this repository, change its name to something else (like, say,

Then, update the stylesheet header in `style.css`, the links in `footer.php` with your own information and rename `clashvibes.pot` from `languages` folder to use the theme's slug. Next, update or delete this readme.

### Setup
## Setup

### Installation

Clone the repo

```sh
git clone git@github.com:raythompsonwebdev/mannering-woocommerce-theme.git
```

To start using all the tools that come with `clashvibes` you need to install the necessary Node.js and Composer dependencies :

Install NPM packages :

```sh
npm install
```

### or

```sh
yarn install
```

### or

```sh
pnpm install
```

To start using all the tools that come with `clashvibes` you need to install the necessary Node.js and Composer dependencies :
Install Composer packages :

```sh
$ composer install
Expand Down Expand Up @@ -92,29 +120,27 @@ clashvibes includes support for clashvibes-plugin and clashplayer plugins.

== Changelog ==

= 1.0 - May 12 2016 =
* Initial release
= 1.0.0 - Jan 21 2024 =

- Initial release

== Upgrade Notice ==

= 1.0 =
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.

= 0.5 =
This version fixes a security related bug. Upgrade immediately.
This version fixes a security related bug. Upgrade immediately.

Features:

1. custom posts.
2. block audio & video player.


== Credits ==

* Based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
* normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)
* SIL OFL 1.1 License (https://scripts.sil.org/OFL). In the Font Awesome Free download, the SIL OFL license applies to all icons packaged as web and desktop font files.
* CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) In the Font Awesome Free download, the CC BY 4.0 license applies to all icons packaged as SVG and JS file types.
MIT License (https://opensource.org/licenses/MIT) In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files.


- Based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc., [GPLv2 or later](https://www.gnu.org/licenses/gpl-2.0.html)
- normalize.css https://necolas.github.io/normalize.css/, (C) 2012-2018 Nicolas Gallagher and Jonathan Neal, [MIT](https://opensource.org/licenses/MIT)
- SIL OFL 1.1 License (https://scripts.sil.org/OFL). In the Font Awesome Free download, the SIL OFL license applies to all icons packaged as web and desktop font files.
- CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) In the Font Awesome Free download, the CC BY 4.0 license applies to all icons packaged as SVG and JS file types.
MIT License (https://opensource.org/licenses/MIT) In the Font Awesome Free download, the MIT license applies to all non-font and non-icon files.
1 change: 1 addition & 0 deletions front-page.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
<img src="<?php echo esc_url(home_url('/')); ?>/wp-content/uploads/2023/06/sliderimage.webp" alt="<?php esc_attr_e('sliderimage', 'clashvibes'); ?>">

</section>

<h2><?php esc_html_e('Latest Sound Clashes ', 'clashvibes'); ?></h2>

<section id="new-releases-section">
Expand Down
Loading

0 comments on commit 4708cfa

Please sign in to comment.