conference-mgeek.in-jekyll-theme 0.1.19 → 0.1.31

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: 8555cdf5d917dd15e27da8c5e2f8c4a509a361d1d693818992771562bf6428d5
4
- data.tar.gz: ae3ff2334c157879626d153b1b126470b8b8bf4d1e8ff7f2c9d677f0eddc4013
3
+ metadata.gz: 9b2508ec8452290de8aa01c719925693f774d3746f921931bef5293d6c8f9ae6
4
+ data.tar.gz: 36c2945546445c1d97b3d1e462afbc659ab1c9760e9135baa9e9579b92d32320
5
5
  SHA512:
6
- metadata.gz: 6d63e87fd29767bd678c2f2211e9ee79d9e59b89e5a3a6be8bb7adb34ab19d0f23e7d6c3a2707f8366e103aa732dde44199982d5be6811705786d473927e181b
7
- data.tar.gz: f32fc86458ef9098bfe062f288129b0fbdd3527a7a4c1861786d9ae30ffb4fb4ba32f4ea808a23aeab76a8682c0bff7753f65c11380551deca43fc4dd6249d42
6
+ metadata.gz: af73b2d1069a97e13539f1db9218e92c23c9c7b472e32dc13a91489983b1257656fd0fe10bee6ff7683ffbd512843b67651e6ad5bf46e39202b57517045b6f6c
7
+ data.tar.gz: ced6b6627abe5159b7c36407b63dfb0383618961b9a53d8f5d97b0de08db09e3ed48800a9be555b194e3b1b5c646da52e80f843e710c07d1178d22d0dc841b31
data/README.md CHANGED
@@ -2,3 +2,126 @@
2
2
  conference-mgeek.in-jekyll-theme free theme designed by prateekrajgautam@gmail.com
3
3
 
4
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,58 +1,78 @@
1
- </div>
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
+
2
6
 
3
- <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
4
- <a class="navbar-brand" href="#"><img alt="{{site.title}}" href="/assets/images/logo.png"></a>
5
- <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
6
- aria-label="Toggle navigation">
7
- <span class="navbar-toggler-icon"></span>
8
- </button>
9
- <div class="collapse navbar-collapse" id="navbarNav">
10
- <div class="margin-auto"> </div>
11
- <ul class="navbar-nav ml-auto">
12
- <li class="nav-item active">
13
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/">Home
14
- <span class="sr-only">(current)</span>
15
- </a>
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>
16
23
  </li>
17
- <li class="nav-item">
18
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/about">About
19
- </a>
24
+ <li class="">
25
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/about">About </a>
20
26
  </li>
21
- <li class="nav-item">
22
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/publication">
23
- Publication
24
- </a>
27
+ <li class="">
28
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/publication">
29
+ Publication </a>
25
30
  </li>
26
- <li class="nav-item">
27
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/committee">
28
- Committee
29
- </a>
31
+ <li class="">
32
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/committee">
33
+ Committee </a>
30
34
  </li>
31
- <li class="nav-item">
32
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/schedule">Schedule</a>
35
+ <li class="">
36
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/schedule">Schedule</a>
33
37
  </li>
34
- <li class="nav-item">
35
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/registration">Registration</a>
38
+ <li class="">
39
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/registration">Registration</a>
36
40
  </li>
37
- <li class="nav-item">
38
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/sponsors">
41
+ <li class="">
42
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/sponsors">
39
43
  Sponsors
40
44
  </a>
41
45
  </li>
42
- <li class="nav-item">
43
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/contact">
46
+ <li class="">
47
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/contact">
44
48
  Contact
45
49
  </a>
46
50
  </li>
47
- <li class="nav-item">
48
- <a class="nav-link" href="{{ siteurl }}{{site.baseurl}}/links">
51
+ <li class="">
52
+ <a class="" href="{{ siteurl }}{{site.baseurl}}/links">
49
53
  Links
50
54
  </a>
51
55
  </li>
52
56
 
53
57
  </ul>
54
58
  </div>
55
- </nav>
56
59
 
57
- <div class="container">
58
- <div class="row"> </div>
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>
@@ -53,4 +53,3 @@
53
53
  </div>
54
54
  </nav>
55
55
 
56
- <div class="row"> </div>
@@ -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>
@@ -0,0 +1,10 @@
1
+
2
+
3
+ <ul class="list-group">
4
+ {% for post in site.pages %}
5
+
6
+ <li class="list-group"><a href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
7
+ <br>
8
+
9
+ {% endfor %}
10
+ </ul>
@@ -0,0 +1,8 @@
1
+ {% include header.html %}
2
+
3
+ <div class="container" markdown="1">
4
+ {{ content }}
5
+
6
+
7
+
8
+ {% include footer.html %}
@@ -0,0 +1,8 @@
1
+ {% include header.html %}
2
+
3
+
4
+ {{ content }}
5
+
6
+
7
+
8
+ {% include footer.html %}
@@ -1,8 +1,8 @@
1
1
  {% include header.html %}
2
2
  {% include navbar.html %}
3
- <hr>
3
+ <div class="container" markdown=1>
4
4
  {{ content }}
5
5
 
6
- <hr>
7
6
  {% include footbar.html %}
7
+ </div>
8
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 %}
@@ -1,20 +1,8 @@
1
1
  ---
2
2
  layout : default
3
3
  ---
4
-
5
- {{content}}
6
4
 
5
+ {{ content }}
7
6
 
8
- <div class="container" markdown="1">
9
7
 
10
- <h2>Notices & Updates</h2>
11
- <ul class="list-group">
12
- {% for post in site.posts %}
13
-
14
- <li class="list-group"><a href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
15
- <br>
16
-
17
- {% endfor %}
18
- </ul>
19
-
20
- </div>
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.19
4
+ version: 0.1.31
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-13 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
@@ -65,12 +65,19 @@ files:
65
65
  - _includes/footer.html
66
66
  - _includes/header.html
67
67
  - _includes/navbar.html
68
+ - _includes/notice.html
69
+ - _includes/sitemap.html
70
+ - _layouts/blank.html
71
+ - _layouts/blankfullwidth.html
68
72
  - _layouts/default.html
73
+ - _layouts/fullwidth.html
74
+ - _layouts/fullwidthhome.html
69
75
  - _layouts/home.html
70
76
  - _layouts/page.html
71
77
  - _layouts/post.html
72
78
  - _sass/style.sass
73
79
  - assets/css/style.css
80
+ - assets/images/logo.png
74
81
  homepage: https://github.com/mgeekin/conference-mgeek.in-jekyll-theme
75
82
  licenses:
76
83
  - MIT
@@ -97,5 +104,5 @@ specification_version: 4
97
104
  summary: This is jekyll theme template designed for conference website hosted by institute
98
105
  and colleges. create markdown files contact.md submitpaper.md … in the root directory
99
106
  and change theme in gem file as `theme:conference-mgeek.in-jekyll-theme` &copy;
100
- 2018 http://mgeek.in
107
+ 2018 http://mgeek.in . I has one fullwidth layout, and fullwidthhome layout
101
108
  test_files: []