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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cb4feba0f9bc3f3a05d178b6e8b5e37c727194c4
4
- data.tar.gz: e7b3f395baa7c4e604be1343bf6712933c53d68c
3
+ metadata.gz: 75c83d6214b5e12dae36314cbb7f938538f8c055
4
+ data.tar.gz: 441d649ca4e2f0599d4205c7d2841058f0a88bf7
5
5
  SHA512:
6
- metadata.gz: a5e9243d51c3494b6a55658d71cf46336e98daa6b9b299f3c9f6061bc5f6012cabbd5f4c747d53e179a8bbb36acbaf79e4339c316cca1ed3af27e3c2c67842e6
7
- data.tar.gz: 3c35b3a896cd7517823396be1dbf6c14f7cfaf623048a1dad72a41c834ff2d57d7ef9998224e942e13fb3209700d9921ab5598c4555b248ee381a7b411a83c53
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 these steps:
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](http://jekyllrb.com/docs/themes/#installing-a-theme).
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/[USERNAME]/hello. 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.
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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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
 
@@ -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.3
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-04-17 00:00:00.000000000 Z
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.2.2
1036
+ rubygems_version: 2.5.1
1037
1037
  signing_key:
1038
1038
  specification_version: 4
1039
1039
  summary: Jekyll Theme PrettyDocs