Skip to content

Commit d1ca4eb

Browse files
committed
Fix site loading issues: update URL to github.io, simplify Gemfile with github-pages gem, improve index
1 parent 7e1a400 commit d1ca4eb

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

Gemfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 4.0'
3+
gem 'github-pages', group: :jekyll_plugins
44
gem 'jekyll-dash', '~> 2.0'
5-
gem 'jekyll-feed', '~> 0.15'
6-
gem 'jekyll-sitemap', '~> 1.4'
7-
gem 'jekyll-paginate', '~> 1.1'
85

96
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
107
# and associated library.

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
theme: jekyll-dash
22
title: devnomadic
33
description: Software engineer and digital nomad currently exploring the world. I write about remote work, travel, and building software from anywhere.
4-
url: "https://devnomadic.com"
4+
url: "https://devnomadic.github.io"
55
baseurl: ""
66

77
# Jekyll pagination (required for home page)

index.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
---
22
layout: home
3+
paginate: true
34
---
5+
6+
<!-- This is the homepage for devnomadic -->

0 commit comments

Comments
 (0)