Skip to content

Commit

Permalink
changes to gemfile ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
sujaykundu777 committed Jan 25, 2020
1 parent 6dcb74e commit 960a18e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 13 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
source 'https://rubygems.org'
# gem 'github-pages', group: :jekyll_plugins
ruby '2.5.5'
gem 'bundler'
gem 'jekyll'
gem 'kramdown'
Expand Down
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,5 @@ DEPENDENCIES
rack-jekyll
rake

RUBY VERSION
ruby 2.5.5p157

BUNDLED WITH
2.1.4
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ urls:
- text: Blog
url: /blog
- text: Shop
url : /shop/
url : /shop
- text: Contact Me
url : /contact/
url : /contact
- text: Styleguide
url: /styleguide/
url: /styleguide


# Edit these details
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion contact.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Contact
menus: header
layout: contact_me
layout: contact
permalink: /contact
---
10 changes: 5 additions & 5 deletions styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
layout: page
menus: header
title: Styleguide
permalink: /styleguide
permalink: /styleguide/
---

<h1 class="text-center"> devlopr jekyll - Styleguide </h1>

<hr />

<img src="assets/img/styleguide.png" class="img-fluid">

<p> Lets try the different text styles <b> Bold </b> , <strong> Strong </strong>, <em> Emphasis </em>, <i> Italic </i> </p>
Expand All @@ -34,7 +34,7 @@ permalink: /styleguide
<li> List Item 5 </li>
</ul>

<p> Ordered List </p>
<p> Ordered List </p>
<ol>
<li> List Item 1 </li>
<li> List Item 2 </li>
Expand All @@ -43,7 +43,7 @@ permalink: /styleguide
<li> List Item 5 </li>
</ol>

<blockquote>
<blockquote>
<p>This is a Block Quote, It can Expand Multiple Lines </p>

</blockquote>
Expand Down Expand Up @@ -115,7 +115,7 @@ permalink: /styleguide
</tr>
</tbody>
</table>
</div>
</div>

<hr />

Expand Down

0 comments on commit 960a18e

Please sign in to comment.