jekyll-roadmap 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA256:
3
+ metadata.gz: c1151b146bead7dfd019694f86f45e21230c047732c293fd5c65184776615610
4
+ data.tar.gz: a2f16e0e58d88a69e356e992de6e695df8669c0620e12c0eadb174f56037e510
5
+ SHA512:
6
+ metadata.gz: 529b5222d353bf12907a6ab7fb82e80661ebd08fd041354104aeaea3508d20f6ea5202d18a0e02adaa819de77a4c8540b92c1a3a2d5e38e4f80bfe290803135d
7
+ data.tar.gz: d83eb5bd7f634456a8d61a3473ef2d0760df10ec9b633499e4884816730440981b7543adc0d40975b36a708227b94862382c428546e01e136b62e16c5e09965a
data/LICENSE.txt ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2019 Manuel Gruber
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,52 @@
1
+ # jekyll-roadmap
2
+
3
+ Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
+
5
+ To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
6
+
7
+ TODO: Delete this and the text above, and describe your gem
8
+
9
+
10
+ ## Installation
11
+
12
+ Add this line to your Jekyll site's `Gemfile`:
13
+
14
+ ```ruby
15
+ gem "jekyll-roadmap"
16
+ ```
17
+
18
+ And add this line to your Jekyll site's `_config.yml`:
19
+
20
+ ```yaml
21
+ theme: jekyll-roadmap
22
+ ```
23
+
24
+ And then execute:
25
+
26
+ $ bundle
27
+
28
+ Or install it yourself as:
29
+
30
+ $ gem install jekyll-roadmap
31
+
32
+ ## Usage
33
+
34
+ TODO: Write usage instructions here. Describe your available layouts, includes, sass and/or assets.
35
+
36
+ ## Contributing
37
+
38
+ 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.
39
+
40
+ ## Development
41
+
42
+ To set up your environment to develop this theme, run `bundle install`.
43
+
44
+ Your theme is setup just like a normal Jekyll site! To test your theme, run `bundle exec jekyll serve` and open your browser at `http://localhost:4000`. This starts a Jekyll server using your theme. Add pages, documents, data, etc. like normal to test your theme's contents. As you make modifications to your theme and to your content, your site will regenerate and you should see the changes in the browser after a refresh, just like normal.
45
+
46
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
47
+ To add a custom directory to your theme-gem, please edit the regexp in `jekyll-roadmap.gemspec` accordingly.
48
+
49
+ ## License
50
+
51
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
52
+
@@ -0,0 +1,14 @@
1
+ <script>
2
+ moment.locale('en', {
3
+ week : {
4
+ dow : 0, // Monday is the first day of the week.
5
+ doy : 4 // The week that contains Jan 4th is the first week of the year.
6
+ }
7
+ });
8
+ </script>
9
+
10
+ <!-- jQuery Version 1.11.1 -->
11
+ <script src="/js/jquery.js"></script>
12
+
13
+ <!-- Bootstrap Core JavaScript -->
14
+ <script src="/js/bootstrap.min.js"></script>
@@ -0,0 +1,26 @@
1
+ <head>
2
+
3
+ <meta charset="utf-8">
4
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1">
6
+ <meta name="description" content="Jekyll Roadmap Theme">
7
+ <meta name="author" content="Manuel Gruber">
8
+
9
+ <title>Jekyll Roadmap Theme</title>
10
+
11
+ <!-- CSS -->
12
+ <link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
13
+ <link rel="stylesheet" type="text/css" href="https://rawgit.com/angular-ui-tree/angular-ui-tree/master/dist/angular-ui-tree.min.css">
14
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt.min.css">
15
+ <link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/angular.gantt/1.2.11/angular-gantt-plugins.min.css">
16
+ <link href="/css/bootstrap.css" rel="stylesheet">
17
+ <link rel="stylesheet" type="text/css" href="/css/custom.css">
18
+
19
+ <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
20
+ <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
21
+ <!--[if lt IE 9]>
22
+ <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
23
+ <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
24
+ <![endif]-->
25
+
26
+ </head>
@@ -0,0 +1,27 @@
1
+ <!-- Navigation -->
2
+ <nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
3
+ <div class="container">
4
+ <!-- Brand and toggle get grouped for better mobile display -->
5
+ <div class="navbar-header">
6
+ <!--
7
+ <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
8
+ <span class="sr-only">Toggle navigation</span>
9
+ <span class="icon-bar"></span>
10
+ <span class="icon-bar"></span>
11
+ <span class="icon-bar"></span>
12
+ </button>
13
+ -->
14
+ <a class="navbar-brand" href="/roadmaps/roadmap1/">Jekyll Roadmap Theme</a>
15
+ </div>
16
+ <!-- Collect the nav links, forms, and other content for toggling -->
17
+ <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
18
+ <ul class="nav navbar-nav">
19
+ <li>
20
+ <!-- <a href="/full">Full</a> -->
21
+ </li>
22
+ </ul>
23
+ </div>
24
+ <!-- /.navbar-collapse -->
25
+ </div>
26
+ <!-- /.container -->
27
+ </nav>
@@ -0,0 +1,22 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+
4
+ {% include head.html %}
5
+
6
+ <body>
7
+
8
+ {% include nav.html %}
9
+
10
+ <!-- Page Content -->
11
+ {{ content }}
12
+ <!-- /.container -->
13
+
14
+ <!-- jQuery Version 1.11.1 -->
15
+ <script src="/js/jquery.js"></script>
16
+
17
+ <!-- Bootstrap Core JavaScript -->
18
+ <script src="/js/bootstrap.min.js"></script>
19
+
20
+ </body>
21
+
22
+ </html>
@@ -0,0 +1,9 @@
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ {% include head.html %}
4
+ <body>
5
+ {% include nav.html %}
6
+ {{ content }}
7
+ {% include footer.html %}
8
+ </body>
9
+ </html>
@@ -0,0 +1,14 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+ <div class="post">
5
+
6
+ <header class="post-header">
7
+ <h1 class="post-title">{{ page.title }}</h1>
8
+ </header>
9
+
10
+ <article class="post-content">
11
+ {{ content }}
12
+ </article>
13
+
14
+ </div>
metadata ADDED
@@ -0,0 +1,94 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: jekyll-roadmap
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.1.0
5
+ platform: ruby
6
+ authors:
7
+ - Manuel Gruber
8
+ autorequire:
9
+ bindir: bin
10
+ cert_chain: []
11
+ date: 2019-01-28 00:00:00.000000000 Z
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: jekyll
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - "~>"
18
+ - !ruby/object:Gem::Version
19
+ version: '3.8'
20
+ type: :runtime
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - "~>"
25
+ - !ruby/object:Gem::Version
26
+ version: '3.8'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - "~>"
32
+ - !ruby/object:Gem::Version
33
+ version: '1.16'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - "~>"
39
+ - !ruby/object:Gem::Version
40
+ version: '1.16'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - "~>"
46
+ - !ruby/object:Gem::Version
47
+ version: '12.0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - "~>"
53
+ - !ruby/object:Gem::Version
54
+ version: '12.0'
55
+ description:
56
+ email:
57
+ - jr@manuelgruber.com
58
+ executables: []
59
+ extensions: []
60
+ extra_rdoc_files: []
61
+ files:
62
+ - LICENSE.txt
63
+ - README.md
64
+ - _includes/footer.html
65
+ - _includes/head.html
66
+ - _includes/nav.html
67
+ - _layouts/default.html
68
+ - _layouts/gantt.html
69
+ - _layouts/page.html
70
+ homepage: https://manuelgruber.com/jekyll-roadmap/
71
+ licenses:
72
+ - MIT
73
+ metadata: {}
74
+ post_install_message:
75
+ rdoc_options: []
76
+ require_paths:
77
+ - lib
78
+ required_ruby_version: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ required_rubygems_version: !ruby/object:Gem::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: '0'
88
+ requirements: []
89
+ rubyforge_project:
90
+ rubygems_version: 2.7.6
91
+ signing_key:
92
+ specification_version: 4
93
+ summary: Jekyll Roadmap Theme
94
+ test_files: []