conference-mgeek.in-jekyll-theme 0.1.0 → 0.1.3

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
  SHA256:
3
- metadata.gz: ca5cbd9fda2261acd41cd88997e5701da9ced32acf3bcb4d78906debf7b703be
4
- data.tar.gz: 0ca8ebe25651e7a4ae7ad2990b42891254020fdf3f3a4a4466ae1ce3c67e3f5d
3
+ metadata.gz: e38b39be136a86d3a59e3ae1e10472264af006945866badf844b0b5f04825276
4
+ data.tar.gz: 1e9776f6f686317df432da4e01ffc04b69de9fabb9b3b19e7d4c8975b08b534f
5
5
  SHA512:
6
- metadata.gz: ebbdb868f00d8078adce1911ec5997ff99d43ebce828624b67d10f8d8ae53cfe3113e8ff3a09796926153240fe40f2a491ad97a64fb9e1ea290c6b2314b400df
7
- data.tar.gz: 0d6cf112c14dc9530ff7bf1adc51fa0149208a3fde4f8559cc7470a925e8eac9cdf36d1aea1d2f1c08900c6492111f6f5e5698109b95a92c60cb0011654ebe06
6
+ metadata.gz: 666ed99faa2d8157b8b51b3727b3376a1a6b980aff28cedbd1b5188be5403a29b2917dfd8184f3d226bd5f69d0f569eafa407d1f2e3cf62e29646d9dbd36c47c
7
+ data.tar.gz: d10d90cb0f0ac05ffcd362c53828e58e82501fcb4e1061f057672e16d111275b1d2351ff32bce764afd0f4637ee4b02893630e6090c8fe961d1064c2ae9496d7
data/README.md CHANGED
@@ -1,2 +1,127 @@
1
1
  # conference-mgeek.in-jekyll-theme
2
2
  conference-mgeek.in-jekyll-theme free theme designed by prateekrajgautam@gmail.com
3
+
4
+ ## [preview can be see here](http://mgeek.in/conference-mgeek.in-jekyll-theme/)
5
+
6
+ ---
7
+ # Feel free to add content and custom Front Matter to this file.
8
+ # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
9
+
10
+ layout: home
11
+ title: conference-mGeek.in-jekyll-theme
12
+ ---
13
+
14
+ <div class="container" markdown="1">
15
+
16
+ <div class="row" markdown="1">
17
+
18
+ # [Conference-mgeek-jekyll-theme](https://rubygems.org/gems/conference-mgeek.in-jekyll-theme)
19
+ ---
20
+ This is the Jekyll theme "conference-mgeek.in-jekyll-theme".
21
+ This is jekyll theme template designed for conference website hosted by institute and colleges.
22
+ navigation links already present, just create markdown files contact.md, submitpaper.md, etc ... in the root directory and, change theme in gem file as
23
+
24
+ ```yaml
25
+ theme:conference-mgeek.in-jekyll-theme
26
+ ```
27
+
28
+
29
+
30
+ You can find the source code for conference-mgeek.in-jekyll-theme at [GitHub:](https://github.com/mgeekin/conference-mgeek.in-jekyll-theme)
31
+
32
+
33
+
34
+
35
+ #### author can be contacted at [mGeek.in](http://mgeek.in)
36
+
37
+
38
+
39
+ # Installation
40
+
41
+
42
+ Add this line to your Jekyll site's `Gemfile`:
43
+
44
+ ```ruby
45
+ gem "conference-mgeek.in-jekyll-theme"
46
+ ```
47
+
48
+
49
+ And add this line to your Jekyll site's `_config.yml`:
50
+
51
+
52
+ ```yaml
53
+ theme: conference-mgeek.in-jekyll-theme
54
+ ```
55
+
56
+
57
+ And then execute:
58
+
59
+ $ bundle
60
+
61
+ Or install it yourself as:
62
+
63
+ $ gem install conference-mgeek.in-jekyll-theme
64
+
65
+ ---
66
+
67
+
68
+ # Usage
69
+
70
+
71
+ ## layour:default
72
+
73
+
74
+ it use ***Bootstrap 4*** html as skelton hence all bootstrap classes are available.
75
+
76
+
77
+ ## layour:home
78
+
79
+
80
+ it use default layout but it also include unordered list to all the posts in the site that can be used to display ***updates*** and ***notices***
81
+
82
+
83
+ ## layout:fullwidthhome
84
+
85
+ it is same is home except fullwidth is available for customization
86
+
87
+
88
+ ## layout:fullwidth
89
+
90
+
91
+
92
+ ### navbar logo
93
+
94
+ to change navbar logo place your png logo under directory /assets/images/logo.png and rename it as logo.png.
95
+ preferable height of logo is 50px max
96
+ to change site title change it in _config.yaml
97
+
98
+
99
+ ### custom navbar
100
+
101
+ create a navbar.html file under _includes folder, as `/_includes/navbar.html`
102
+
103
+
104
+ ### custom footbar
105
+
106
+ create a footbar.html file under _includes folder, as `/_includes/footbar.html `
107
+
108
+
109
+ # Contributing
110
+
111
+
112
+ Bug reports and pull requests are welcome on GitHub at https://github.com/mgeekin/conference-mgeek.in-jekyll-theme. 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.
113
+
114
+
115
+ # Development
116
+
117
+ To set up your environment to develop this theme, run `bundle install`.
118
+ 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.
119
+
120
+ When your theme is released, only the files in `_layouts`, `_includes`, `_sass` and `assets` tracked with Git will be bundled.
121
+ To add a custom directory to your theme-gem, please edit the regexp in `conference-mgeek.in.gemspec` accordingly.
122
+
123
+ # License
124
+
125
+ The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
126
+
127
+ </div></div>
@@ -0,0 +1,78 @@
1
+ <div class="row" markdown=1>
2
+ <div class="col-sm-12 col-md-6 col-lg-4" markdown=1>
3
+ <h2>Quick Links</h2>
4
+ <hr>
5
+
6
+
7
+
8
+ </div>
9
+
10
+ <div class="col-sm-12 col-md-6 col-lg-4">
11
+ <h2><a href="{{ siteurl }}{{site.baseurl}}/sitemap"> Sitemap </a></h2>
12
+ <hr>
13
+ {% include sitemap.html %}
14
+
15
+ </div>
16
+
17
+ <div class="col-sm-12 col-md-6 col-lg-4">
18
+ <h2>Important links </h2>
19
+ <hr>
20
+ <ul class="">
21
+ <li class="">
22
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/">Home </a>
23
+ </li>
24
+ <li class="">
25
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/about">About </a>
26
+ </li>
27
+ <li class="">
28
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/publication">
29
+ Publication </a>
30
+ </li>
31
+ <li class="">
32
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/committee">
33
+ Committee </a>
34
+ </li>
35
+ <li class="">
36
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/schedule">Schedule</a>
37
+ </li>
38
+ <li class="">
39
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/registration">Registration</a>
40
+ </li>
41
+ <li class="">
42
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/sponsors">
43
+ Sponsors
44
+ </a>
45
+ </li>
46
+ <li class="">
47
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/contact">
48
+ Contact
49
+ </a>
50
+ </li>
51
+ <li class="">
52
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/links">
53
+ Links
54
+ </a>
55
+ </li>
56
+
57
+ </ul>
58
+ </div>
59
+
60
+
61
+
62
+ </div>
63
+
64
+
65
+
66
+ <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
67
+ <a class="navbar-brand" href="#">
68
+ <img alt="{{site.title}}" href="/assets/images/logo.png">
69
+ </a>
70
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
71
+ aria-label="Toggle navigation">
72
+ <span class="navbar-toggler-icon"></span>
73
+ </button>
74
+ <div class="collapse navbar-collapse" id="navbarNav">
75
+ <div class="margin-auto"> </div>
76
+
77
+ </div>
78
+ </nav>
@@ -1,13 +1,17 @@
1
1
  <br>
2
- <div class="float-right">
3
- <p class="float-right">
4
- <a href="http://mgeek.in">
5
- &copy; 2018 mGeek.in
6
- </a>
7
- </p>
2
+ <div class="container">
3
+ <div class="row">
4
+ <div class="float-right">
5
+ <p class="float-right">
6
+ <a href="http://mgeek.in">
7
+ &copy; 2018 mGeek.in
8
+ </a>
9
+ </p>
10
+ </div>
8
11
  </div>
9
-
10
12
  </div>
13
+
14
+
11
15
  <!-- Optional JavaScript -->
12
16
  <!-- jQuery first, then Popper.js, then Bootstrap JS -->
13
17
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
@@ -7,9 +7,8 @@
7
7
 
8
8
  <!-- Bootstrap CSS -->
9
9
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
10
- <link rel="stylesheet" href="/assets/css/style.css">
10
+ <link rel="stylesheet" href="{{ siteurl }}{{site.baseurl}}/assets/css/style.css">
11
11
  <title>{{ page.title }}</title>
12
12
  </head>
13
13
  <body>
14
- <div class="container">
15
14
 
@@ -1,7 +1,6 @@
1
- </div>
2
1
 
3
2
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
4
- <a class="navbar-brand" href="#">{{site.title}}</a>
3
+ <a class="navbar-brand" href="#"><img height="60px" src="{{ siteurl }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}" title="{{ site.title }}" ></a>
5
4
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
6
5
  aria-label="Toggle navigation">
7
6
  <span class="navbar-toggler-icon"></span>
@@ -10,42 +9,42 @@
10
9
  <div class="margin-auto"> </div>
11
10
  <ul class="navbar-nav ml-auto">
12
11
  <li class="nav-item active">
13
- <a class="nav-link" href="#">Home
12
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/">Home
14
13
  <span class="sr-only">(current)</span>
15
14
  </a>
16
15
  </li>
17
16
  <li class="nav-item">
18
- <a class="nav-link" href="#">About
17
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/about">About
19
18
  </a>
20
19
  </li>
21
20
  <li class="nav-item">
22
- <a class="nav-link" href="#">
21
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/publication">
23
22
  Publication
24
23
  </a>
25
24
  </li>
26
25
  <li class="nav-item">
27
- <a class="nav-link" href="#">
26
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/committee">
28
27
  Committee
29
28
  </a>
30
29
  </li>
31
30
  <li class="nav-item">
32
- <a class="nav-link" href="#">Schedule</a>
31
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/schedule">Schedule</a>
33
32
  </li>
34
33
  <li class="nav-item">
35
- <a class="nav-link" href="#">Registration</a>
34
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/registration">Registration</a>
36
35
  </li>
37
36
  <li class="nav-item">
38
- <a class="nav-link" href="#">
37
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/sponsors">
39
38
  Sponsors
40
39
  </a>
41
40
  </li>
42
41
  <li class="nav-item">
43
- <a class="nav-link" href="#">
42
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/contact">
44
43
  Contact
45
44
  </a>
46
45
  </li>
47
46
  <li class="nav-item">
48
- <a class="nav-link" href="#">
47
+ <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/links">
49
48
  Links
50
49
  </a>
51
50
  </li>
@@ -54,4 +53,3 @@
54
53
  </div>
55
54
  </nav>
56
55
 
57
- <div class="container">
@@ -0,0 +1,11 @@
1
+ <hr>
2
+
3
+ <h2>Notices & Updates</h2>
4
+ <ul class="list-group">
5
+ {% for post in site.posts %}
6
+
7
+ <li class="list-group"><h3><a href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></h3></li>
8
+ <br>
9
+
10
+ {% endfor %}
11
+ </ul>
@@ -1,6 +1,8 @@
1
1
  {% include header.html %}
2
2
  {% include navbar.html %}
3
+ <div class="container" markdown=1>
3
4
  {{ content }}
4
5
 
5
-
6
+ {% include footbar.html %}
7
+ </div>
6
8
  {% include footer.html %}
@@ -0,0 +1,7 @@
1
+ {% include header.html %}
2
+ {% include navbar.html %}
3
+
4
+ {{ content }}
5
+
6
+ {% include footbar.html %}
7
+ {% include footer.html %}
@@ -0,0 +1,7 @@
1
+ ---
2
+ layout : fullwidth
3
+ ---
4
+
5
+ {{content}}
6
+
7
+ {% include notice.html %}
data/_layouts/home.html CHANGED
@@ -1,14 +1,8 @@
1
1
  ---
2
2
  layout : default
3
3
  ---
4
- {{content}}
5
- <hr>
6
- <h2>Notices & Updates</h2>
7
4
 
8
- {% for post in site.posts %}
5
+ {{ content }}
9
6
 
10
- <li><a href="{{ post.url }}">{{ post.title }}</a></li>
11
- <br>
12
7
 
13
- {% endfor %}
14
- <hr>
8
+ {% include notice.html %}
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: conference-mgeek.in-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - prateekrajgautam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-07-08 00:00:00.000000000 Z
11
+ date: 2018-07-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,16 +61,21 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
+ - _includes/footbar.html
64
65
  - _includes/footer.html
65
66
  - _includes/header.html
66
67
  - _includes/navbar.html
68
+ - _includes/notice.html
67
69
  - _layouts/default.html
70
+ - _layouts/fullwidth.html
71
+ - _layouts/fullwidthhome.html
68
72
  - _layouts/home.html
69
73
  - _layouts/page.html
70
74
  - _layouts/post.html
71
75
  - _sass/style.sass
72
76
  - assets/css/style.css
73
- homepage: https://github.com/mgeekin/mgeek-conference-jekyll-theme
77
+ - assets/images/logo.png
78
+ homepage: https://github.com/mgeekin/conference-mgeek.in-jekyll-theme
74
79
  licenses:
75
80
  - MIT
76
81
  metadata: {}
@@ -90,10 +95,11 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
95
  version: '0'
91
96
  requirements: []
92
97
  rubyforge_project:
93
- rubygems_version: 2.7.6
98
+ rubygems_version: 2.7.7
94
99
  signing_key:
95
100
  specification_version: 4
96
101
  summary: This is jekyll theme template designed for conference website hosted by institute
97
102
  and colleges. create markdown files contact.md submitpaper.md … in the root directory
98
- and change theme in gem file as theme:mgeek-conference
103
+ and change theme in gem file as `theme:conference-mgeek.in-jekyll-theme` &copy;
104
+ 2018 http://mgeek.in . I has one fullwidth layout, and fullwidthhome layout
99
105
  test_files: []