Skip to content

Commit

Permalink
Enable theme, change layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
fbalaban committed May 20, 2024
1 parent 82d7d11 commit f4ced09
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 13 deletions.
File renamed without changes.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick", "~> 1.8"
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ GEM
unf_ext
unf_ext (0.0.9.1)
uri (0.13.0)
webrick (1.8.1)

PLATFORMS
aarch64-mingw-ucrt
Expand All @@ -286,6 +287,7 @@ DEPENDENCIES
tzinfo (>= 1, < 3)
tzinfo-data
wdm (~> 0.1.1)
webrick (~> 1.8)

BUNDLED WITH
2.5.10
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ url: "https://agri-hub.github.io" # the base hostname & protocol for your site,
baseurl: "/" # the subpath of your site, e.g. /blog
twitter_username: beyond_center
github_username: agri-hub
github: [metadata]

# Build settings
remote_theme: pages-themes/cayman@v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-05-17-welcome-to-jekyll.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: post
layout: default
title: "Welcome to Jekyll!"
date: 2024-05-17 15:40:03 +0300
categories: jekyll update
Expand Down
2 changes: 1 addition & 1 deletion about.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: page
layout: default
title: About
permalink: /about/
---
Expand Down
10 changes: 0 additions & 10 deletions index.html

This file was deleted.

2 changes: 1 addition & 1 deletion index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults

layout: home
layout: default
---

The markdown

0 comments on commit f4ced09

Please sign in to comment.