conference-mgeek.in-jekyll-theme 0.2.00 → 0.2.01

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: 72dbc02e82cd86d5df800c66713a3765a69dfd71798a6405977bc0bbf28ef7a0
4
- data.tar.gz: 6eab90c46488fc8e6da49aba8f2d3aae8301ed3ce14a2759ed146e1f7e58246f
3
+ metadata.gz: f172f3a806cf228c2e0f3b40f758b15c13906a91c7915970ba2e1ae382c6994f
4
+ data.tar.gz: 2ebbb80cc73ccfbcb99693d212c77a394255b41cc1e4855e65512a4bfb730cba
5
5
  SHA512:
6
- metadata.gz: 1be00f2183e9915df4b5b24c49b0ed54dc268ce78d513027f2883a2e308c7603d8049881afa1c3ae6ccb4b93f8b7176bb38a89406887dcd84c706e442c7d181d
7
- data.tar.gz: 4498c0be1557d90e93c891e28353fd443107e0f28a001b08e2b3c27e165385a6b16e5627729a2fcc1736412669f15d24f72fce852013350a4d3ec307661a21ef
6
+ metadata.gz: c971283b37ef9a8fb47dd1b9cbd1acce651f8e7837223b74544d5c9d3db6514def55b2470a9afdce71eb9278ebfe46870e86115d8decfb2ebaca2ee896533f02
7
+ data.tar.gz: 7859e0b288dcc7cd5fdf61c0026afe7edfe7d662efe089c45d9eb5e41f6530c70c4cab831fc4b707cd40bdee2a39da2e3b63937f0fdad6474f5277b606694803
data/README.md CHANGED
@@ -1,21 +1,16 @@
1
- # conference-mgeek.in-jekyll-theme
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
1
  ---
7
2
  # Feel free to add content and custom Front Matter to this file.
8
3
  # To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
9
4
 
10
5
  layout: home
11
- title: conference-mGeek.in-jekyll-theme
6
+
7
+ permanent: /
12
8
  ---
13
9
 
14
- <div class="container" markdown="1">
15
10
 
16
- <div class="row" markdown="1">
17
11
 
18
- # [Conference-mgeek-jekyll-theme](https://rubygems.org/gems/conference-mgeek.in-jekyll-theme)
12
+ # [Conference-mgeek-jekyll-theme](https://rubygems.org/gems/conference-mgeek.in-jekyll-theme)
13
+ {: class="mt-5"}
19
14
  ---
20
15
  This is the Jekyll theme "conference-mgeek.in-jekyll-theme".
21
16
  This is jekyll theme template designed for conference website hosted by institute and colleges.
@@ -65,40 +60,45 @@ Or install it yourself as:
65
60
  ---
66
61
 
67
62
 
68
- # Usage
63
+ # Usage layouts
69
64
 
70
65
 
71
- ## layour:default
66
+ ## layour: default post and page
72
67
 
73
68
 
74
69
  it use ***Bootstrap 4*** html as skelton hence all bootstrap classes are available.
75
70
 
76
71
 
77
- ## layour:home
78
-
72
+ ## layour: home
79
73
 
80
74
  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
75
 
82
-
83
- ## layout:fullwidthhome
76
+ ## layout: fullwidthhome
84
77
 
85
78
  it is same is home except fullwidth is available for customization
86
79
 
87
80
 
88
- ## layout:fullwidth
81
+ ## layout:blank and blankfullwidth
82
+ blank layour remove all footer and header image keeping only header and navbar links
83
+ blankfullwidth gives you total control over the page view
89
84
 
90
85
 
86
+ # navbar
91
87
 
92
- ### navbar logo
88
+ ## logo
93
89
 
94
- to change navbar logo place your png logo under directory /assets/images/logo.png and rename it as logo.png.
90
+ to change navbar logo place your png logo file name `logo.png` under directory `/assets/images/` folder.
95
91
  preferable height of logo is 50px max
96
92
  to change site title change it in _config.yaml
97
93
 
94
+ ## navbar header image
95
+
96
+ it can be changed by placing a `headerimage.jpg` file under `/assets/images/` folder.
97
+ preferable height of less than 400px max
98
98
 
99
99
  ### custom navbar
100
100
 
101
- create a navbar.html file under _includes folder, as `/_includes/navbar.html`
101
+ create a navbar.html file under _includes folder, as `/_includes/navbar.html`
102
102
 
103
103
 
104
104
  ### custom footbar
@@ -123,5 +123,3 @@ To add a custom directory to your theme-gem, please edit the regexp in `conferen
123
123
  # License
124
124
 
125
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,5 @@
1
+ <div class="row">
2
+ <div col-lg-12 col-sm-12 col-md-12>
3
+ <img class="img img-fluid max-width=100vh" src="{{site.url}}{{site.baseurl}}/assets/images/headerimage.jpg" alt="headerimage">
4
+ </div>
5
+ </div>
@@ -0,0 +1,18 @@
1
+ <nav class="navbar navbar-expand-lg navbar-dark bg-dark" id="nav">
2
+ <a class="navbar-brand" href="{{ siteurl }}{{site.baseurl}}/"><img height="60px" src="{{ siteurl }}{{site.baseurl}}/assets/images/logo.png" alt="{{ site.title }}" title="{{ site.title }}" ></a>
3
+ <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
4
+ aria-label="Toggle navigation">
5
+ <span class="navbar-toggler-icon"></span>
6
+ </button>
7
+
8
+
9
+ <ul class="navbar-nav ml-auto">
10
+ {% for post in site.pages %}
11
+
12
+ <li class="navbar-item"><a class="nav-link" href="{{ siteurl }}{{site.baseurl}}{{ post.url }}">{{ post.title }}</a></li>
13
+ <br>
14
+
15
+ {% endfor %}
16
+ </ul>
17
+
18
+ </nav>
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.2.00
4
+ version: 0.2.01
5
5
  platform: ruby
6
6
  authors:
7
7
  - prateekrajgautam
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-11 00:00:00.000000000 Z
11
+ date: 2018-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -64,7 +64,9 @@ files:
64
64
  - _includes/footbar.html
65
65
  - _includes/footer.html
66
66
  - _includes/header.html
67
+ - _includes/headerimage.html
67
68
  - _includes/navbar.html
69
+ - _includes/navbarauto.html
68
70
  - _includes/notice.html
69
71
  - _includes/sitemap.html
70
72
  - _layouts/blank.html
@@ -77,6 +79,7 @@ files:
77
79
  - _layouts/post.html
78
80
  - _sass/style.sass
79
81
  - assets/css/style.css
82
+ - assets/images/headerimage.jpg
80
83
  - assets/images/logo.png
81
84
  homepage: https://github.com/mgeekin/conference-mgeek.in-jekyll-theme
82
85
  licenses: