diff --git a/Gemfile b/Gemfile index c54a14e..2156aab 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,7 @@ gem "json", "~> 2" # If you have any plugins, put them here! group :jekyll_plugins do # { 2024-06-29 @RalphHightower — These are my additions from the generic Gemfile +gem "github-pages", "~> 232" #gem "jekyll-avatar", "~> 0.8.0" #gem "jekyll-github-metadata", "~> 2.16", ">= 2.16.1" #gem "jekyll-mentions", "~> 1.6" diff --git a/_config.yml b/_config.yml index 3cf02b3..39830e8 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title: Ralph Hightower @ github.io [Gateway — Website] +title: Ralph Hightower author: name: Ralph Hightower @@ -17,10 +17,11 @@ description: > # This means to ignore newlines until "show_excerpts:" (launch and landing) w/ Final Four. show_excerpts: true # set to true to show excerpts on the homepage -repository: "RalphHightower/ralphhightower.githup.io" +repository: "RalphHightower/RalphHightower" plugins: - jekyll + - github-pages # - jekyll-avatar # - jekyll-coffeescript # - jekyll-github-metadata