Skip to content

Commit

Permalink
Fix gem version mismatch with GH pages
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Nov 25, 2023
1 parent e14f797 commit f1e5541
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
source "https://rubygems.org"

gem "jekyll"
gem "minima", git: 'https://github.com/jekyll/minima'
gem "minima", git: 'https://github.com/jekyll/minima', ref: '10124515953527c8990a2de99ae4ddb2a81ffee3'
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
title: ASMap
title: ASMap.org
theme: minima
remote_theme: jekyll/minima

header_pages:
- basics.md
- resources.md

minima:
Expand Down
7 changes: 7 additions & 0 deletions basics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
layout: page
title: Basics
permalink: /basics/
---


2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
layout: home
---

Information on ASMap usage and development

0 comments on commit f1e5541

Please sign in to comment.