This repository has been archived by the owner on May 5, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
readme.txt
219 lines (171 loc) · 4.92 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
I.Theme
Oblique, Copyright 2015
Oblique is licensed under GNU General Public License V2 or later. You can find a copy of it in the license.txt file.
II. Resources
a) Framework
a1) Underscores
Resource URI: http://underscores.me/
Copyright: Automattic, automattic.com
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
a2) Bootstrap
Resource URI: http://getbootstrap.com/
Copyright: 2011-2014 Twitter, Inc
License: MIT
License URI: http://opensource.org/licenses/MIT
b) FontAwesome
Copyright: Fonticons, Inc.
Resource URI: http://fontawesome.io
License: Icons - CC BY 4.0, Fonts - SIL OFL 1.1, Code - MIT License
License URI: https://creativecommons.org/licenses/by/4.0/
License URI: https://scripts.sil.org/OFL
License URI: https://opensource.org/licenses/MIT
c) FitVids
Copyright: Chris Coyier, Paravel
Resource URI: http://fitvidsjs.com/
License: WTFPL
License URI: http://www.wtfpl.net/txt/copying/
d) html5shiv
Copyright: Alexander Farkas, Jonathan Neal, Paul Irish
Resource URI: https://code.google.com/p/html5shiv/
License: MIT/GPLv2
License URI: http://opensource.org/licenses/MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
e) imagesLoaded
Copyright: 2014 David DeSandro
Resource URI: http://imagesloaded.desandro.com/
License: MIT
License URI: http://opensource.org/licenses/MIT
f) Slicknav
Copyright: Josh Cope
Resource URI: https://github.com/ComputerWolf/SlickNav
License: MIT
License URI: http://opensource.org/licenses/MIT
g) jQuery Parallax
Copyright: Ian Lunn
Resource URI: http://www.ianlunn.co.uk/plugins/jquery-parallax/
License: MIT/GPL
License URI: http://opensource.org/licenses/MIT
License URI: http://www.gnu.org/licenses/gpl-2.0.html
h) Screenshot
The header image from the screenshot is also bundled and can be found in the images folder.
Copyright: LYNESTYLEMAKEOVER
Resource URI: http://pixabay.com/en/glamour-style-hat-woman-portrait-678834/
License: CC0 1.0
License URI: http://creativecommons.org/publicdomain/zero/1.0/deed.en
Copyright: jwhphotog
Resource URI: http://pixabay.com/en/studio-portrait-woman-face-model-660806/
License: CC0 1.0
License URI: http://creativecommons.org/publicdomain/zero/1.0/deed.en
Copyright: Nissor
Resource URI: http://pixabay.com/en/model-fashion-glamour-girl-female-600238/
License: CC0 1.0
License URI: http://creativecommons.org/publicdomain/zero/1.0/deed.en
Copyright: jill111
Resource URI: http://pixabay.com/en/vintage-woman-on-bed-retro-bedroom-635262/
License: CC0 1.0
License URI: http://creativecommons.org/publicdomain/zero/1.0/deed.en
III. Hooks and Filters
HOOKS
oblique_nav_container
-replacing the svg container located under the top-bar container
-header.php
oblique_footer_svg
-replacing the svg container located within the footer
-footer.php
oblique_posts_navigation
-displaying custom posts navigation
-index.php
-archive.php
-search.php
oblique_post_entry_content_bottom
-placing new function for customizing read more link
-content.php
oblique_link_to_single
removing the old code for read more link and leave empty instead
-content.php
oblique_post_bottom_svg
-changing the post bottom svg
-content.php
oblique_arhive_title_top_svg
-changing archive title top svg
-archive.php
oblique_archive_title_bottom_svg
-changing archive title bottom svg
-acrhive.php
oblique_single_post_bottom_svg
-changing single post bottom svg
-content-page.php
oblique_single_post_navigation
-changing the post navigation on single
-single.php
oblique_single_page_post_svg
-changing post bototm svg on single page
-content-single.php
oblique_comments_title
-changing comments title
-comments.php
oblique_comments_list
-changing comments list
-comments.php
oblique_single_sidebar
-showing right sidebar
-single.php
oblique_search_before_title
-adding title top svg
-search.php
oblique_search_after_title
-adding title bototm svg
-search.php
oblique_nav_search
-adding search icon on main nav
-header.php
FILTERS
oblique_post_read_more
-changin the post read more text
-functions.php
oblique_body_text_color
-replace body text color
-/inc/customizer.php
-/inc/styles.php
oblique_primary_color
-replace default primary color
-/inc/customizer.php
-/inc/styles.php
oblique_site_title_color
-replace site title color
-/inc/customizer.php
-/inc/styles.php
oblique_site_desc_color
-replace site desc color
-/inc/customizer.php
-/inc/styles.php
oblique_entry_titles_color
-replace entry titles color
-/inc/customizer.php
-/inc/styles.php
oblique_entry_meta_color
-replace entry meta color
-/inc/customizer.php
-/inc/styles.php
oblique_menu_icon_color
-replace menu icon color
-/inc/customizer.php
-/inc/styles.php
oblique_footer_background_color
-replace footer background color
-/inc/customizer.php
-/inc/styles.php
oblique_social_color
-replace social color
-/inc/customizer.php
-/inc/styles.php
oblique_comments_args
-replace comment_form parameters
-comments.php
oblique_post_tags_message
-replace post tags message
-template-tags.php
oblique_main_classes
-adding other classes to main
-single.php