Skip to content

Commit

Permalink
Some ruby updates
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Aug 2, 2023
1 parent 48b7d1c commit 0f5b4cb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
.DS_Store
_site
.sass-cache
.jekyll-metadata
.bundle
vendor
Gemfile.lock
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages', group: :jekyll_plugins
gem "webrick", "~> 1.8"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ In ``scss/_variables.scss`` update the ``$fa-font-path`` to point to the ``../fo

# LOCAL BUILD

To build the site locally you have to have a working [Ruby](https://www.ruby-lang.org) ``2.4.x`` environment (you can use the [RVM](https://rvm.io/) Ruby version manager for this) and ``bundle`` and ``Jekyll`` installed.
To build the site locally you have to have a working [Ruby](https://www.ruby-lang.org) ``3.2 .x`` environment (you can use the [RVM](https://rvm.io/) Ruby version manager for this) and ``bundle`` and ``Jekyll`` installed.

Install the ``GitHub pages`` gem from the ``Gemfile`` with:

Expand All @@ -45,13 +45,13 @@ See also [this article](https://help.github.com/articles/setting-up-your-github-
The site can then be build with:

```
jekyll build
bundle exec jekyll build
```

And being served on http://127.0.0.1:4000 with:

```
jekyll serve
bundle exec jekyll serve
```

[discord-badge]: https://img.shields.io/static/v1?logo=discord&label=discord&message=Join&color=blue
Expand Down
4 changes: 0 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ google_analytics:
show_downloads: true
theme: jekyll-theme-cayman

gems:
- jekyll-mentions
- jekyll-github-metadata

sass:
load_paths:
- assets/css # original sass
Expand Down

0 comments on commit 0f5b4cb

Please sign in to comment.