updated logo
This commit is contained in:
10
README.md
10
README.md
@@ -1,4 +1,4 @@
|
|||||||
# Starter Theme
|
# Starter Theme
|
||||||
<a href="https://github.com/open-function-computers-llc/rad-theme-engine">
|
<a href="https://github.com/open-function-computers-llc/rad-theme-engine">
|
||||||
<img width="250" align="right" src="images/RADLogos/RAD-Logo-2-OFCO.png">
|
<img width="250" align="right" src="images/RADLogos/RAD-Logo-2-OFCO.png">
|
||||||
</a>
|
</a>
|
||||||
@@ -31,8 +31,8 @@ And that's it! Read about what to do next on [the docs](https://rad-theme-engine
|
|||||||
|
|
||||||
## Security notes
|
## Security notes
|
||||||
|
|
||||||
The /vendor directory is blocked from public access by Apache by the included .htaccess file.
|
The /vendor directory is blocked from public access by Apache by the included .htaccess file.
|
||||||
If you're using NGINX, you can add this to your virtual host
|
If you're using NGINX, you can add this to your virtual host
|
||||||
|
|
||||||
```
|
```
|
||||||
location ^~ /vendor/ {
|
location ^~ /vendor/ {
|
||||||
@@ -44,3 +44,7 @@ If you're using NGINX, you can add this to your virtual host
|
|||||||
## License
|
## License
|
||||||
|
|
||||||
Licensed under the MIT license, see [LICENSE](https://github.com/open-function-computers-llc/wp-theme/blob/main/LICENSE).
|
Licensed under the MIT license, see [LICENSE](https://github.com/open-function-computers-llc/wp-theme/blob/main/LICENSE).
|
||||||
|
|
||||||
|
|
||||||
|
Fax number:
|
||||||
|
952-746-6995
|
||||||
|
|||||||
BIN
assets/logo.png
BIN
assets/logo.png
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 42 KiB |
@@ -4,6 +4,7 @@ return [
|
|||||||
"debug" => true,
|
"debug" => true,
|
||||||
"flex-file-prefix" => "flex",
|
"flex-file-prefix" => "flex",
|
||||||
"excerpt-more-text" => "…",
|
"excerpt-more-text" => "…",
|
||||||
|
|
||||||
"options-pages" => [
|
"options-pages" => [
|
||||||
"Site Settings",
|
"Site Settings",
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user