Skip to content

Commit

Permalink
README and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rdh committed May 8, 2024
1 parent 1c1f253 commit fe36745
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 15 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
3 changes: 0 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -272,9 +271,7 @@ PLATFORMS

DEPENDENCIES
github-pages
jekyll-feed
minima
rake
webrick

RUBY VERSION
Expand Down
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* [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)
3 changes: 0 additions & 3 deletions Rakefile

This file was deleted.

6 changes: 0 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,9 @@ title: rdh/recipes
email: [email protected]
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.
Expand Down

0 comments on commit fe36745

Please sign in to comment.