Skip to content

Commit

Permalink
Rename bin to scripts
Browse files Browse the repository at this point in the history
We have several scripts that we use when creating blog posts.
I decided they should be in the `scripts` folder rather than `bin`
because that name better reflects what they really are.
  • Loading branch information
torrocus committed Oct 9, 2023
1 parent f2d606a commit 237b282
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ title: Web Development in Ruby on Rails, technical blog Fractal Soft
name: Web Development in Ruby on Rails and JavaScript

# Jekyll settings
exclude: ['.keep', '.ruby-gemset', '.ruby-version', '.sass-cache', '_data', '_drafts', '_templates', 'bin', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md']
exclude: ['.keep', '.ruby-gemset', '.ruby-version', '.sass-cache', '_data', '_drafts', '_templates', 'Gemfile', 'Gemfile.lock', 'Rakefile', 'README.md', 'scripts']
highlighter: rouge
include: ['_data', '_pages']
og_image: /assets/images/fractalsoft/blog.svg
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 237b282

Please sign in to comment.