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

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: e38b39be136a86d3a59e3ae1e10472264af006945866badf844b0b5f04825276
4
- data.tar.gz: 1e9776f6f686317df432da4e01ffc04b69de9fabb9b3b19e7d4c8975b08b534f
3
+ metadata.gz: a7928d6191003dfa8f475df7d2b5c93f9461c017ca6cef658742fdcb27419ac5
4
+ data.tar.gz: e77b1f98a5b96a9e4cf0ffdcd62864936b54be55041943c92b1d374a114c5973
5
5
  SHA512:
6
- metadata.gz: 666ed99faa2d8157b8b51b3727b3376a1a6b980aff28cedbd1b5188be5403a29b2917dfd8184f3d226bd5f69d0f569eafa407d1f2e3cf62e29646d9dbd36c47c
7
- data.tar.gz: d10d90cb0f0ac05ffcd362c53828e58e82501fcb4e1061f057672e16d111275b1d2351ff32bce764afd0f4637ee4b02893630e6090c8fe961d1064c2ae9496d7
6
+ metadata.gz: 1992d96a2b501724b778095f8c80c8f35d6aae66ad2a6d272ea485f27f2334c58b7f862d3974ac595925a0c7e93a649c52974181d935743667bd076234187d7b
7
+ data.tar.gz: 9bdd54c589b8a87b3cc8571a278bcc77f16f5fe811b23fe7f4d023a2a5b1d976444146a754d48376bc82f7864462cfe8f678b3313031d5ae661df7c0acc6761c
data/README.md CHANGED
@@ -1,127 +1,2 @@
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>
@@ -1,17 +1,13 @@
1
1
  <br>
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>
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>
11
8
  </div>
12
- </div>
13
-
14
9
 
10
+ </div>
15
11
  <!-- Optional JavaScript -->
16
12
  <!-- jQuery first, then Popper.js, then Bootstrap JS -->
17
13
  <script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
@@ -7,8 +7,9 @@
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="{{ siteurl }}{{site.baseurl}}/assets/css/style.css">
10
+ <link rel="stylesheet" href="/assets/css/style.css">
11
11
  <title>{{ page.title }}</title>
12
12
  </head>
13
13
  <body>
14
+ <div class="container">
14
15
 
@@ -1,6 +1,7 @@
1
+ </div>
1
2
 
2
3
  <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
3
- <a class="navbar-brand" href="#"><img height="60px" src="{{ siteurl }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}" title="{{ site.title }}" ></a>
4
+ <a class="navbar-brand" href="#">{{site.title}}</a>
4
5
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
5
6
  aria-label="Toggle navigation">
6
7
  <span class="navbar-toggler-icon"></span>
@@ -9,42 +10,42 @@
9
10
  <div class="margin-auto"> </div>
10
11
  <ul class="navbar-nav ml-auto">
11
12
  <li class="nav-item active">
12
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/">Home
13
+ <a class="nav-link" href="/">Home
13
14
  <span class="sr-only">(current)</span>
14
15
  </a>
15
16
  </li>
16
17
  <li class="nav-item">
17
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/about">About
18
+ <a class="nav-link" href="/about">About
18
19
  </a>
19
20
  </li>
20
21
  <li class="nav-item">
21
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/publication">
22
+ <a class="nav-link" href="/publication">
22
23
  Publication
23
24
  </a>
24
25
  </li>
25
26
  <li class="nav-item">
26
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/committee">
27
+ <a class="nav-link" href="/committee">
27
28
  Committee
28
29
  </a>
29
30
  </li>
30
31
  <li class="nav-item">
31
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/schedule">Schedule</a>
32
+ <a class="nav-link" href="/schedule">Schedule</a>
32
33
  </li>
33
34
  <li class="nav-item">
34
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/registration">Registration</a>
35
+ <a class="nav-link" href="/registration">Registration</a>
35
36
  </li>
36
37
  <li class="nav-item">
37
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/sponsors">
38
+ <a class="nav-link" href="/sponsors">
38
39
  Sponsors
39
40
  </a>
40
41
  </li>
41
42
  <li class="nav-item">
42
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/contact">
43
+ <a class="nav-link" href="/contact">
43
44
  Contact
44
45
  </a>
45
46
  </li>
46
47
  <li class="nav-item">
47
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/links">
48
+ <a class="nav-link" href="/links">
48
49
  Links
49
50
  </a>
50
51
  </li>
@@ -53,3 +54,4 @@
53
54
  </div>
54
55
  </nav>
55
56
 
57
+ <div class="container">
@@ -1,8 +1,6 @@
1
1
  {% include header.html %}
2
2
  {% include navbar.html %}
3
- <div class="container" markdown=1>
4
3
  {{ content }}
5
4
 
6
- {% include footbar.html %}
7
- </div>
5
+
8
6
  {% include footer.html %}
data/_layouts/home.html CHANGED
@@ -1,8 +1,14 @@
1
1
  ---
2
2
  layout : default
3
3
  ---
4
+ {{content}}
5
+ <hr>
6
+ <h2>Notices & Updates</h2>
4
7
 
5
- {{ content }}
8
+ {% for post in site.posts %}
6
9
 
10
+ <li><a href="{{ post.url }}">{{ post.title }}</a></li>
11
+ <br>
7
12
 
8
- {% include notice.html %}
13
+ {% endfor %}
14
+ <hr>
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.3
4
+ version: 0.1.11
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-23 00:00:00.000000000 Z
11
+ date: 2018-07-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -61,20 +61,15 @@ extra_rdoc_files: []
61
61
  files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
- - _includes/footbar.html
65
64
  - _includes/footer.html
66
65
  - _includes/header.html
67
66
  - _includes/navbar.html
68
- - _includes/notice.html
69
67
  - _layouts/default.html
70
- - _layouts/fullwidth.html
71
- - _layouts/fullwidthhome.html
72
68
  - _layouts/home.html
73
69
  - _layouts/page.html
74
70
  - _layouts/post.html
75
71
  - _sass/style.sass
76
72
  - assets/css/style.css
77
- - assets/images/logo.png
78
73
  homepage: https://github.com/mgeekin/conference-mgeek.in-jekyll-theme
79
74
  licenses:
80
75
  - MIT
@@ -100,6 +95,5 @@ signing_key:
100
95
  specification_version: 4
101
96
  summary: This is jekyll theme template designed for conference website hosted by institute
102
97
  and colleges. create markdown files contact.md submitpaper.md … in the root directory
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
98
+ and change theme in gem file as theme:mgeek-conference
105
99
  test_files: []
@@ -1,78 +0,0 @@
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,11 +0,0 @@
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,7 +0,0 @@
1
- {% include header.html %}
2
- {% include navbar.html %}
3
-
4
- {{ content }}
5
-
6
- {% include footbar.html %}
7
- {% include footer.html %}
@@ -1,7 +0,0 @@
1
- ---
2
- layout : fullwidth
3
- ---
4
-
5
- {{content}}
6
-
7
- {% include notice.html %}
Binary file