From fe36745a2dfbead6f458368a2f96e41b810a4ffc Mon Sep 17 00:00:00 2001 From: Rich Humphrey Date: Wed, 8 May 2024 12:58:06 -0700 Subject: [PATCH] README and cleanup --- Gemfile | 2 -- Gemfile.lock | 3 --- README.md | 12 +++++++++++- Rakefile | 3 --- _config.yml | 6 ------ 5 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 Rakefile diff --git a/Gemfile b/Gemfile index d656d5f..c684ead 100644 --- a/Gemfile +++ b/Gemfile @@ -4,10 +4,8 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '3.3.0' gem "minima" # https://github.com/jekyll/minima -gem 'rake' # https://github.com/ruby/rake gem 'webrick' # https://github.com/ruby/webrick group :jekyll_plugins do gem "github-pages" - gem "jekyll-feed" end diff --git a/Gemfile.lock b/Gemfile.lock index dbc3fc0..7657a2c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -235,7 +235,6 @@ GEM forwardable-extended (~> 2.6) public_suffix (5.0.5) racc (1.7.3) - rake (13.1.0) rb-fsevent (0.11.2) rb-inotify (0.10.1) ffi (~> 1.0) @@ -272,9 +271,7 @@ PLATFORMS DEPENDENCIES github-pages - jekyll-feed minima - rake webrick RUBY VERSION diff --git a/README.md b/README.md index 6d77109..96fcc4f 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,18 @@ rbenv install $(cat .ruby-version) bundle install ``` +### Development + +1: Start the Jekyll server +``` +jekyll serve +``` + +2: Open a browser and navigate to [http://localhost:4000](http://localhost:4000) + ## References * [Jekyll](https://jekyllrb.com) * [Creating a GitHub Pages site with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll) -* [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) \ No newline at end of file +* [Testing your GitHub Pages site locally with Jekyll](https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/testing-your-github-pages-site-locally-with-jekyll) +* [Discrepancy between GitHub Pages and locally hosted Jekyll site](https://stackoverflow.com/questions/68991500/discrepancy-between-github-pages-and-locally-hosted-jekyll-site) \ No newline at end of file diff --git a/Rakefile b/Rakefile deleted file mode 100644 index 128944e..0000000 --- a/Rakefile +++ /dev/null @@ -1,3 +0,0 @@ -task :hello do - puts 'Hello, world!' -end \ No newline at end of file diff --git a/_config.yml b/_config.yml index 3fbd252..583bd40 100644 --- a/_config.yml +++ b/_config.yml @@ -22,15 +22,9 @@ title: rdh/recipes email: rdh727@gmail.com description: >- # this means to ignore newlines until "baseurl:" Stuff I like to cook. -#baseurl: "/recipes" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. http://example.com -twitter_username: jekyllrb -github_username: jekyll # Build settings theme: minima -plugins: - - jekyll-feed # Exclude from processing. # The following items will not be processed, by default.