jekyll-theme-prettydocs 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +18 -4
- data/_layouts/blue.html +27 -27
- data/_layouts/default.html +27 -27
- data/_layouts/green.html +26 -26
- data/_layouts/orange.html +27 -27
- data/_layouts/purple.html +26 -26
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 75c83d6214b5e12dae36314cbb7f938538f8c055
|
4
|
+
data.tar.gz: 441d649ca4e2f0599d4205c7d2841058f0a88bf7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3b1fbe40a4df6b2437bbfee49400ecd6cc9a4836211b2a0ff83d4e46900fb068161ad55807dcb4adb6f574787f54cf8b1e65b8a620ad5b130141e657c85cc39
|
7
|
+
data.tar.gz: fff2a28465abccf05dd0d246ea465d0b0a7990e4433c6d6310e71ab566cc76a98654f4b869b7daf5d67a597e9138a1e2007259c6164690a599ee9412bfa37288
|
data/README.md
CHANGED
@@ -9,18 +9,24 @@ TODO: Delete this and the text above, and describe your gem
|
|
9
9
|
Add this line to your Jekyll site's Gemfile:
|
10
10
|
|
11
11
|
```ruby
|
12
|
+
#replace
|
13
|
+
gem "minima"
|
14
|
+
#by
|
12
15
|
gem "jekyll-theme-prettydocs"
|
13
16
|
```
|
14
17
|
|
15
18
|
And add this line to your Jekyll site's `_config.yml`:
|
16
19
|
|
17
20
|
```yaml
|
21
|
+
#replace
|
22
|
+
theme: minima
|
23
|
+
#by
|
18
24
|
theme: jekyll-theme-prettydocs
|
19
25
|
```
|
20
26
|
|
21
27
|
And then execute:
|
22
28
|
|
23
|
-
$ bundle
|
29
|
+
$ sudo bundle update
|
24
30
|
|
25
31
|
Or install it yourself as:
|
26
32
|
|
@@ -28,13 +34,21 @@ Or install it yourself as:
|
|
28
34
|
|
29
35
|
## Usage
|
30
36
|
|
31
|
-
How to use this theme? After you generate a new site running `jekyll new site-name`, you can to follow
|
37
|
+
How to use this theme? After you generate a new site running `jekyll new site-name`, you can to follow above steps for instalation.
|
32
38
|
|
33
|
-
Installing a new theme. If you need more help, click [here](
|
39
|
+
Installing a new theme. If you need more help, click [here](https://jekyllrb.com/docs/themes/#installing-a-theme).
|
40
|
+
|
41
|
+
## Errors
|
42
|
+
|
43
|
+
If show error: *"Liquid Exception: Could not locate the included file 'icon-github.html'..."* you should open *about.md* and remove references the files include of minima theme, like:
|
44
|
+
|
45
|
+
```
|
46
|
+
{% include icon-github.html username="jekyll" %} /
|
47
|
+
```
|
34
48
|
|
35
49
|
## Contributing
|
36
50
|
|
37
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
51
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/maiconpinto/jekyll-theme-prettydocs. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
|
38
52
|
|
39
53
|
## Development
|
40
54
|
|
data/_layouts/blue.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
-
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
-
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
2
|
+
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
+
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
7
7
|
<!-- Meta -->
|
@@ -9,45 +9,45 @@
|
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
11
|
<meta name="description" content="">
|
12
|
-
<meta name="author" content="">
|
13
|
-
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<meta name="author" content="">
|
13
|
+
<link rel="shortcut icon" href="favicon.ico">
|
14
14
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
15
15
|
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ "assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
-
<link rel="stylesheet" href="{{ "assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
-
<link rel="stylesheet" href="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
-
<link rel="stylesheet" href="{{ "assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
16
|
+
<link rel="stylesheet" href="assets/plugins/bootstrap/css/bootstrap.min.css">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
22
22
|
|
23
23
|
<!-- Theme CSS -->
|
24
|
-
<link id="theme-style" rel="stylesheet" href="{{ "assets/css/styles.css" | prepend: site.baseurl }}">
|
24
|
+
<link id="theme-style" rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
|
25
25
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
26
26
|
<!--[if lt IE 9]>
|
27
27
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
28
28
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
29
29
|
<![endif]-->
|
30
|
-
|
31
|
-
</head>
|
30
|
+
|
31
|
+
</head>
|
32
32
|
|
33
33
|
<body class="body-blue">
|
34
34
|
<div class="page-wrapper">
|
35
|
-
|
35
|
+
|
36
36
|
{{ content }}
|
37
|
-
|
37
|
+
|
38
38
|
</div><!--//page-wrapper-->
|
39
|
-
|
39
|
+
|
40
40
|
{% include footer.html %}
|
41
|
-
|
41
|
+
|
42
42
|
<!-- Main Javascript -->
|
43
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
-
<script type="text/javascript" src="{{ "assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
-
<script type="text/javascript" src="{{ "assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
-
<script type="text/javascript" src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
-
|
43
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ "/assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
+
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
+
|
51
51
|
</body>
|
52
|
-
</html>
|
52
|
+
</html>
|
53
53
|
|
data/_layouts/default.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
-
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
-
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
2
|
+
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
+
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
7
7
|
<!-- Meta -->
|
@@ -9,45 +9,45 @@
|
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
11
|
<meta name="description" content="">
|
12
|
-
<meta name="author" content="">
|
13
|
-
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<meta name="author" content="">
|
13
|
+
<link rel="shortcut icon" href="favicon.ico">
|
14
14
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
15
15
|
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="{{ "assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ "assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
-
<link rel="stylesheet" href="{{ "assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
-
<link rel="stylesheet" href="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
-
<link rel="stylesheet" href="{{ "assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
16
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
22
22
|
|
23
23
|
<!-- Theme CSS -->
|
24
|
-
<link id="theme-style" rel="stylesheet" href="{{ "assets/css/styles.css" | prepend: site.baseurl }}">
|
24
|
+
<link id="theme-style" rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
|
25
25
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
26
26
|
<!--[if lt IE 9]>
|
27
27
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
28
28
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
29
29
|
<![endif]-->
|
30
|
-
|
31
|
-
</head>
|
30
|
+
|
31
|
+
</head>
|
32
32
|
|
33
33
|
<body>
|
34
34
|
<div class="page-wrapper">
|
35
|
-
|
35
|
+
|
36
36
|
{{ content }}
|
37
|
-
|
37
|
+
|
38
38
|
</div><!--//page-wrapper-->
|
39
|
-
|
39
|
+
|
40
40
|
{% include footer.html %}
|
41
|
-
|
41
|
+
|
42
42
|
<!-- Main Javascript -->
|
43
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
-
<script type="text/javascript" src="{{ "assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
-
<script type="text/javascript" src="{{ "assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
-
<script type="text/javascript" src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
-
|
43
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ "/assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
+
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
+
|
51
51
|
</body>
|
52
|
-
</html>
|
52
|
+
</html>
|
53
53
|
|
data/_layouts/green.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
-
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
-
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
2
|
+
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
+
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
7
7
|
<!-- Meta -->
|
@@ -9,43 +9,43 @@
|
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
11
|
<meta name="description" content="">
|
12
|
-
<meta name="author" content="">
|
13
|
-
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<meta name="author" content="">
|
13
|
+
<link rel="shortcut icon" href="favicon.ico">
|
14
14
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
15
15
|
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="{{ "assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ "assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
-
<link rel="stylesheet" href="{{ "assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
-
<link rel="stylesheet" href="{{ "assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
21
|
-
|
16
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
21
|
+
|
22
22
|
<!-- Theme CSS -->
|
23
|
-
<link id="theme-style" rel="stylesheet" href="{{ "assets/css/styles.css" | prepend: site.baseurl }}">
|
23
|
+
<link id="theme-style" rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
|
24
24
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
25
25
|
<!--[if lt IE 9]>
|
26
26
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
27
27
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
28
28
|
<![endif]-->
|
29
|
-
|
30
|
-
</head>
|
29
|
+
|
30
|
+
</head>
|
31
31
|
|
32
32
|
<body class="body-green">
|
33
33
|
<div class="page-wrapper">
|
34
|
-
|
34
|
+
|
35
35
|
{{ content }}
|
36
|
-
|
36
|
+
|
37
37
|
</div><!--//page-wrapper-->
|
38
|
-
|
38
|
+
|
39
39
|
{% include footer.html %}
|
40
|
-
|
40
|
+
|
41
41
|
<!-- Main Javascript -->
|
42
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
43
|
-
<script type="text/javascript" src="{{ "assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
44
|
-
<script type="text/javascript" src="{{ "assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
45
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
46
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>
|
48
|
-
|
42
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
43
|
+
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ "/assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
48
|
+
|
49
49
|
</body>
|
50
|
-
</html>
|
50
|
+
</html>
|
51
51
|
|
data/_layouts/orange.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
-
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
-
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
2
|
+
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
+
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
7
7
|
<!-- Meta -->
|
@@ -9,45 +9,45 @@
|
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
11
|
<meta name="description" content="">
|
12
|
-
<meta name="author" content="">
|
13
|
-
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<meta name="author" content="">
|
13
|
+
<link rel="shortcut icon" href="favicon.ico">
|
14
14
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
15
15
|
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="{{ "assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ "assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
-
<link rel="stylesheet" href="{{ "assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
-
<link rel="stylesheet" href="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
-
<link rel="stylesheet" href="{{ "assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
16
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
22
22
|
|
23
23
|
<!-- Theme CSS -->
|
24
|
-
<link id="theme-style" rel="stylesheet" href="{{ "assets/css/styles.css" | prepend: site.baseurl }}">
|
24
|
+
<link id="theme-style" rel="stylesheet" href="{{ "/assets/css/styles.css" | prepend: site.baseurl }}">
|
25
25
|
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
26
26
|
<!--[if lt IE 9]>
|
27
27
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
28
28
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
29
29
|
<![endif]-->
|
30
|
-
|
31
|
-
</head>
|
30
|
+
|
31
|
+
</head>
|
32
32
|
|
33
33
|
<body class="body-orange">
|
34
34
|
<div class="page-wrapper">
|
35
|
-
|
35
|
+
|
36
36
|
{{ content }}
|
37
|
-
|
37
|
+
|
38
38
|
</div><!--//page-wrapper-->
|
39
|
-
|
39
|
+
|
40
40
|
{% include footer.html %}
|
41
|
-
|
41
|
+
|
42
42
|
<!-- Main Javascript -->
|
43
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
-
<script type="text/javascript" src="{{ "assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
-
<script type="text/javascript" src="{{ "assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
-
<script type="text/javascript" src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
-
|
43
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ "/assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
+
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
+
|
51
51
|
</body>
|
52
|
-
</html>
|
52
|
+
</html>
|
53
53
|
|
data/_layouts/purple.html
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
<!DOCTYPE html>
|
2
|
-
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
-
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
-
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
2
|
+
<!--[if IE 8]> <html lang="en" class="ie8"> <![endif]-->
|
3
|
+
<!--[if IE 9]> <html lang="en" class="ie9"> <![endif]-->
|
4
|
+
<!--[if !IE]><!--> <html lang="en"> <!--<![endif]-->
|
5
5
|
<head>
|
6
6
|
<title>{{ site.title | prepend: " - " | prepend: page.title }}</title>
|
7
7
|
<!-- Meta -->
|
@@ -9,16 +9,16 @@
|
|
9
9
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
10
10
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
11
11
|
<meta name="description" content="">
|
12
|
-
<meta name="author" content="">
|
13
|
-
<link rel="shortcut icon" href="favicon.ico">
|
12
|
+
<meta name="author" content="">
|
13
|
+
<link rel="shortcut icon" href="favicon.ico">
|
14
14
|
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800' rel='stylesheet' type='text/css'>
|
15
15
|
<!-- Global CSS -->
|
16
|
-
<link rel="stylesheet" href="{{ "assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
-
<!-- Plugins CSS -->
|
18
|
-
<link rel="stylesheet" href="{{ "assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
-
<link rel="stylesheet" href="{{ "assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
-
<link rel="stylesheet" href="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
-
<link rel="stylesheet" href="{{ "assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
16
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/bootstrap/css/bootstrap.min.css" | prepend: site.baseurl }}">
|
17
|
+
<!-- Plugins CSS -->
|
18
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/font-awesome/css/font-awesome.css" | prepend: site.baseurl }}">
|
19
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/prism/prism.css" | prepend: site.baseurl }}">
|
20
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.css" | prepend: site.baseurl }}">
|
21
|
+
<link rel="stylesheet" href="{{ "/assets/plugins/elegant_font/css/style.css" | prepend: site.baseurl }}">
|
22
22
|
|
23
23
|
<!-- Theme CSS -->
|
24
24
|
<link id="theme-style" rel="stylesheet" href="assets/css/styles.css">
|
@@ -27,27 +27,27 @@
|
|
27
27
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
|
28
28
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
29
29
|
<![endif]-->
|
30
|
-
|
31
|
-
</head>
|
30
|
+
|
31
|
+
</head>
|
32
32
|
|
33
33
|
<body class="body-purple">
|
34
34
|
<div class="page-wrapper">
|
35
|
-
|
35
|
+
|
36
36
|
{{ content }}
|
37
|
-
|
37
|
+
|
38
38
|
</div><!--//page-wrapper-->
|
39
|
-
|
39
|
+
|
40
40
|
{% include footer.html %}
|
41
|
-
|
41
|
+
|
42
42
|
<!-- Main Javascript -->
|
43
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
-
<script type="text/javascript" src="{{ "assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
-
<script type="text/javascript" src="{{ "assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
-
<script type="text/javascript" src="{{ "assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
-
<script type="text/javascript" src="{{ "assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
-
<script type="text/javascript" src="{{ "assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
-
|
43
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-1.12.3.min.js" | prepend: site.baseurl }}"></script>
|
44
|
+
<script type="text/javascript" src="{{ "/assets/plugins/bootstrap/js/bootstrap.min.js" | prepend: site.baseurl }}"></script>
|
45
|
+
<script type="text/javascript" src="{{ "/assets/plugins/prism/prism.js" | prepend: site.baseurl }}"></script>
|
46
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-scrollTo/jquery.scrollTo.min.js" | prepend: site.baseurl }}"></script>
|
47
|
+
<script type="text/javascript" src="{{ "/assets/plugins/lightbox/dist/ekko-lightbox.min.js" | prepend: site.baseurl }}"></script>
|
48
|
+
<script type="text/javascript" src="{{ "/assets/plugins/jquery-match-height/jquery.matchHeight-min.js" | prepend: site.baseurl }}"></script>
|
49
|
+
<script type="text/javascript" src="{{ "/assets/js/main.js" | prepend: site.baseurl }}"></script>
|
50
|
+
|
51
51
|
</body>
|
52
|
-
</html>
|
52
|
+
</html>
|
53
53
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-prettydocs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Maicon Pinto
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-08-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -1033,7 +1033,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
1033
1033
|
version: '0'
|
1034
1034
|
requirements: []
|
1035
1035
|
rubyforge_project:
|
1036
|
-
rubygems_version: 2.
|
1036
|
+
rubygems_version: 2.5.1
|
1037
1037
|
signing_key:
|
1038
1038
|
specification_version: 4
|
1039
1039
|
summary: Jekyll Theme PrettyDocs
|