You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: .github/CODE-OF-CONDUCT.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Code of Conduct v2.0
2
2
3
-
This code of conduct outlines our expectations for participants within the [UnderStrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
3
+
This code of conduct outlines our expectations for participants within the [Understrap](https://github.com/understrap/) community, as well as steps to reporting unacceptable behavior. We are committed to providing a welcoming and inspiring community for all and expect our code of conduct to be honored. Anyone who violates this code of conduct may be banned from the community.
4
4
5
5
Our open source community strives to:
6
6
@@ -42,10 +42,10 @@ Anyone asked to stop unacceptable behavior is expected to comply immediately. If
42
42
43
43
## Thanks
44
44
45
-
**The UnderStrap Team**
45
+
**The Understrap Team**
46
46
47
47
48
48
49
-
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
49
+
This code of conduct is based on the [Open Code of Conduct](https://github.com/todogroup/opencodeofconduct) from the [TODOGroup](http://todogroup.org).
50
50
51
-
We are thankful for their work and all the communities who have paved the way with code of conducts.
51
+
We are thankful for their work and all the communities who have paved the way with code of conducts.
I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what UnderStrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for UnderStrap.
19
+
I’m a huge fan of Underscores, Bootstrap, and Sass. Why not combine these into a solid WordPress Theme Framework? That’s what Understrap is. You can use it as a starter theme and build your own theme on top of it. Or you can use it as a parent theme and create your own child theme for Understrap.
@@ -47,53 +47,53 @@ Why not add a well known and supported layout framework to have a solid, clean a
47
47
48
48
## Confused by All the CSS and Sass Files?
49
49
50
-
Some basics about the Sass and CSS files that come with UnderStrap:
50
+
Some basics about the Sass and CSS files that come with Understrap:
51
51
- The theme itself uses the `/style.css`file only to identify the theme inside of WordPress. The file is not loaded by the theme and does not include any styles.
52
52
- The `/css/theme.css` and its minified little brother `/css/theme.min.css` file(s) provides all styles. It is composed of five different SCSS sets and one variable file at `/sass/theme.scss`:
53
53
54
-
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or UnderStrap variables here
54
+
```@import "theme/theme_variables"; // 1. Add your variables into this file. Also add variables to overwrite Bootstrap or Understrap variables here
55
55
@import "../src/bootstrap-sass/assets/stylesheets/bootstrap"; // 2. All the Bootstrap stuff - Don´t edit this!
56
56
@import "understrap/understrap"; // 3. Some basic WordPress stylings and needed styles to combine Boostrap and Underscores
57
57
@import "../src/fontawesome/scss/font-awesome"; // 4. Font Awesome Icon styles
58
58
// Any additional imported files //
59
59
@import "theme/theme"; // 5. Add your styles into this file
60
60
```
61
61
62
-
- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update UnderStrap without overwriting your own work!
62
+
- Don’t edit the number 2-4 files/filesets listed above or you won’t be able to update Understrap without overwriting your own work!
63
63
- Your design goes into: `/sass/theme`.
64
64
- Add your styles to the `/sass/theme/_theme.scss` file
65
65
- And your variables to the `/sass/theme/_theme_variables.scss`
66
66
- Or add other .scss files into it and `@import` it into `/sass/theme/_theme.scss`.
67
67
68
68
## Installation
69
-
There are several ways to install UnderStrap. We'll look at three of them: (1) classic install by uploading UnderStrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
69
+
There are several ways to install Understrap. We'll look at three of them: (1) classic install by uploading Understrap to a WordPress install, (2) using npm, and (3) using the theme directory in WordPress.
70
70
71
71
### Classic install
72
72
- Download the understrap folder from GitHub or from [https://understrap.com](https://understrap.com)
73
73
- IMPORTANT: If you download it from GitHub make sure you rename the "understrap-master.zip" file just to "understrap.zip" or you might have problems using child themes!
74
74
- Upload it into your WordPress installation theme subfolder: `/wp-content/themes/`
75
75
- Login to your WordPress backend
76
76
- Go to Appearance → Themes
77
-
- Activate the UnderStrap theme
77
+
- Activate the Understrap theme
78
78
79
79
### npm install
80
80
- Open your terminal
81
-
- Change to the directory where you want to add UnderStrap
81
+
- Change to the directory where you want to add Understrap
82
82
- Type `npm install understrap`
83
83
84
84
### WordPress.org install
85
85
- Open your WordPress backend
86
86
- Click on "Appearance -> Themes"
87
87
- Hit the "Add new" button
88
-
- Search for "UnderStrap"
88
+
- Search for "Understrap"
89
89
- Hit the "install" button
90
90
- Activate the theme
91
91
92
92
## Developing With npm, Gulp and SASS and [Browser Sync][1]
93
93
94
94
### Installing Dependencies
95
95
- Make sure you have installed Node.js and Browser-Sync (optional) on your computer globally
96
-
- Then open your terminal and browse to the location of your UnderStrap copy
96
+
- Then open your terminal and browse to the location of your Understrap copy
97
97
- Run: `$ npm install`
98
98
99
99
### Running
@@ -127,7 +127,7 @@ Add a new file to the themes root folder called rtl.css. Add all alignments to t
0 commit comments