diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..bfac5d8 --- /dev/null +++ b/Gemfile @@ -0,0 +1,6 @@ +source 'https://rubygems.org' +gem 'nokogiri' +gem 'rack', '~> 2.2.4' +gem 'rspec' +gem 'github-pages', group: :jekyll_plugins +gem 'jemoji', '~> 0.13.0' diff --git a/_posts/2024-07-29-paging-memory.md b/_posts/2024-07-29-paging-memory.md index c6e9fc1..90b2104 100644 --- a/_posts/2024-07-29-paging-memory.md +++ b/_posts/2024-07-29-paging-memory.md @@ -1,9 +1,8 @@ --- title: How to set the right amount of paging memory on Windows. -tags: Windows Guides +tags: Guides description: Made for modern Windows instalations. layout: post - --- Hello! :wave: diff --git a/gemfile.lock b/gemfile.lock deleted file mode 100644 index b02caf9..0000000 --- a/gemfile.lock +++ /dev/null @@ -1,2 +0,0 @@ -gem 'github-pages', group: :jekyll_plugins -gem 'jemoji', '~> 0.13.0' \ No newline at end of file