Skip to content

Commit 85efa3e

Browse files
author
nvisionative
authored
Merge pull request #132 from nvisionative/how-to-docs
Documentation changes for issues #129, #130, and #131
2 parents 5cc7bed + 748dfca commit 85efa3e

7 files changed

+29
-5
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
[![](http://nvquicktheme.nvisionative.com/portals/0/nvQuickTheme_logo.png)](http://nvquicktheme.nvisionative.com)
1+
[![](https://nvquicktheme.nvisionative.com/portals/0/nvQuickTheme_logo.png)](https://nvquicktheme.nvisionative.com)
22

3-
[![Build status](https://nvisionative.visualstudio.com/nvQuickTheme/_apis/build/status/nvQuickTheme-Node.js%20With%20gulp-CI)](https://nvisionative.visualstudio.com/nvQuickTheme/_build/latest?definitionId=1) [![Greenkeeper badge](https://badges.greenkeeper.io/nvisionative/nvQuickTheme.svg)](https://greenkeeper.io/)
3+
[![Build status](https://nvisionative.visualstudio.com/nvQuickTheme/_apis/build/status/nvQuickTheme-Node.js%20With%20gulp-CI)](https://nvisionative.visualstudio.com/nvQuickTheme/_build/latest?definitionId=1) [![Greenkeeper badge](https://badges.greenkeeper.io/nvisionative/nvQuickTheme.svg)](https://greenkeeper.io/) [![HitCount](http://hits.dwyl.io/nvisionative/nvQuickTheme.svg)](http://hits.dwyl.io/nvisionative/nvQuickTheme)
44

55
**nvQuickTheme** is more than just a great minimalist DNN (DotNetNuke) theme. It is a powerful theme building framework and developer workflow. This "starter solution" was made with developer efficiency and the ultimate DNN theme performance in mind. Most DNN themes in the marketplace today are loaded with bloat, which can make theming a pain, and for someone new to DNN, almost impossible. Our [documentation](https://nvisionative.github.io/nvQuickTheme/) will outline basic usage, modification, and advanced usage of this framework and developer workflow.
66

@@ -26,6 +26,8 @@ The [nvisionative](http://www.nvisionative.com) team has been working in the DNN
2626
### Project Setup
2727
[![nvQuickTheme Video Series - Project Setup](https://img.youtube.com/vi/7UhpbUaeFQc/0.jpg)](https://www.youtube.com/watch?v=7UhpbUaeFQc)
2828

29+
### Color Scheme
30+
[![nvQuickTheme Video Series - Color Scheme](https://img.youtube.com/vi/o1XW3e8JKfw/0.jpg)](https://www.youtube.com/watch?v=o1XW3e8JKfw)
2931

3032
---
3133
[![Brought to the DNN community by nvisionative](http://www.nvquicksite.com/Portals/0/broughtBy-nvisionative.png)](http://www.nvisionative.com)

docs/Add-Custom-Theme-License.md

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Add Custom Theme License
2+
As of Version 2.0.0 of **nvQuickTheme**, a new file is located in the root (`./`) folder of the project and is named `themeLicense.txt`. You can place a license within this file and the contents will automatically be displayed during the appropriate installation step within DNN using the project's output theme package.
+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
## Add Custom Theme Release Notes
2+
As of Version 2.0.0 of **nvQuickTheme**, a new file is located in the root (`./`) folder of the project and is named `themeReleaseNotes.txt`. You can place release notes within this file and the contents will automatically be displayed during the appropriate installation step within DNN using the project's output theme package.

docs/Change-Color-Scheme.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
### Color Scheme
2+
[![nvQuickTheme Video Series - Color Scheme](https://img.youtube.com/vi/o1XW3e8JKfw/0.jpg)](https://www.youtube.com/watch?v=o1XW3e8JKfw)
3+
4+
## Change Color Scheme
5+
Most websites are going to key off the colors for the brand being represented. Following industry best practices, there are typically three colors selected for the website main colors: primary, secondary and tertiary. These are defined within the `./src/scss/variables/_colors.scss` file. Updating these SCSS variable color definitions using HEX or RGB colors will change usage of these throughout the theme.
6+
7+
There are also colors defined for variants of gray, normal font colors, borders and links. These are all easily modified within this one file.
8+
9+
Additionally, base Bootstrap classes can be used for various colors within your custom theme.

docs/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ The [nvisionative](https://www.nvisionative.com) team has been working in the DN
1717
[![nvQuickTheme Video Series - Intro](https://img.youtube.com/vi/-w0qSTZfBUU/0.jpg)](https://www.youtube.com/watch?v=-w0qSTZfBUU)
1818

1919
### Project Setup
20-
[![nvQuickTheme Video Series - Project Setup](https://img.youtube.com/vi/7UhpbUaeFQc/0.jpg)](https://www.youtube.com/watch?v=7UhpbUaeFQc)
20+
[![nvQuickTheme Video Series - Project Setup](https://img.youtube.com/vi/7UhpbUaeFQc/0.jpg)](https://www.youtube.com/watch?v=7UhpbUaeFQc)
21+
22+
### Color Scheme
23+
[![nvQuickTheme Video Series - Color Scheme](https://img.youtube.com/vi/o1XW3e8JKfw/0.jpg)](https://www.youtube.com/watch?v=o1XW3e8JKfw)
File renamed without changes.

docs/_data/nav.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,11 @@ menu:
1919
url: /nvQuickTheme/SCSS.html
2020
- title: How To...
2121
subfolderitems:
22-
- page: Working With the Out-Of-Box Theme
23-
url: /nvQuickTheme/Working-With-the-Out-Of-Box-Theme.html
22+
- page: Work With Out-Of-Box Theme
23+
url: /nvQuickTheme/Work-With-Out-Of-Box-Theme.html
24+
- page: Change Color Scheme
25+
url: /nvQuickTheme/Change-Color-Scheme.html
26+
- page: Add Custom Theme Release Notes
27+
url: /nvQuickTheme/Add-Custom-Theme-Release-Notes.html
28+
- page: Add Custom Theme License
29+
url: /nvQuickTheme/Add-Custom-Theme-License.html

0 commit comments

Comments
 (0)