From fdf0dace309679e9d17d727ab494ec302cbf4a86 Mon Sep 17 00:00:00 2001 From: cool-mist Date: Wed, 4 Jan 2023 00:55:46 +0530 Subject: [PATCH] Delete _config-dev.yml --- Gemfile | 1 - Gemfile.lock | 5 +++ _config-dev.yml | 82 ------------------------------------------------- 3 files changed, 5 insertions(+), 83 deletions(-) delete mode 100644 _config-dev.yml diff --git a/Gemfile b/Gemfile index 72f7927..b4a3397 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,4 @@ source "https://rubygems.org" gem 'github-pages' - gem "webrick", "~> 1.7" diff --git a/Gemfile.lock b/Gemfile.lock index 45ec19d..f9f72fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,7 @@ GEM ruby2_keywords (>= 0.0.4) faraday-net_http (2.0.3) ffi (1.15.5) + ffi (1.15.5-x64-mingw-ucrt) ffi (1.15.5-x64-mingw32) ffi (1.15.5-x64-unknown) forwardable-extended (2.6.0) @@ -214,6 +215,8 @@ GEM jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) minitest (5.16.2) + nokogiri (1.13.6-x64-mingw-ucrt) + racc (~> 1.4) nokogiri (1.13.6-x64-mingw32) racc (~> 1.4) nokogiri (1.13.6-x64-unknown) @@ -255,6 +258,7 @@ GEM unf (0.1.4) unf_ext unf_ext (0.0.8.2) + unf_ext (0.0.8.2-x64-mingw-ucrt) unf_ext (0.0.8.2-x64-mingw32) unf_ext (0.0.8.2-x64-unknown) unicode-display_width (1.8.0) @@ -262,6 +266,7 @@ GEM zeitwerk (2.6.0) PLATFORMS + x64-mingw-ucrt x64-mingw32 x64-unknown x86_64-linux diff --git a/_config-dev.yml b/_config-dev.yml deleted file mode 100644 index 5a7c780..0000000 --- a/_config-dev.yml +++ /dev/null @@ -1,82 +0,0 @@ -name: Neophyte Notes -author: Surya -description: Dumpyard for my thoughts! - -# -# Flags below are optional -# - -# Includes an icon in the footer for each username you enter -footer-links: - dribbble: - email: neophytenuggets@proton.me - facebook: - flickr: - github: cool-mist - instagram: - linkedin: - pinterest: - rss: rss - twitter: - stackoverflow: - youtube: # channel/ or user/ - googleplus: # anything in your profile username that comes after plus.google.com/ - playconsole: - - -# Enter your Disqus shortname (not your username) to enable commenting on posts -# You can find your shortname on the Settings page of your Disqus account -disqus: - -url: http://localhost:4000 -# enforce_ssl: https://blog.neophyte.me - -# If you're hosting your site at a Project repository on GitHub pages -# (http://yourusername.github.io/repository-name) -# and NOT your User repository (http://yourusername.github.io) -# then add in the baseurl here, like this: "/repository-name" -baseurl: - -# -# !! You don't need to change any of the configuration flags below !! -# - -permalink: /:title/ - -# The release of Jekyll Now that you're using -version: v1.2.0 - -# Jekyll 3 now only supports Kramdown for Markdown -kramdown: - # Use GitHub flavored markdown, including triple backtick fenced code blocks - input: GFM - # Jekyll 3 and GitHub Pages now only support rouge for syntax highlighting - syntax_highlighter: rouge - syntax_highlighter_opts: - # Use existing pygments syntax highlighting css - css_class: 'highlight' - -# Set the Sass partials directory, as we're using @imports -sass: - style: :expanded # You might prefer to minify using :compressed - -# Use the following plug-ins -plugins: - - jekyll-sitemap # Create a sitemap using the official Jekyll sitemap gem - - jekyll-feed # Create an Atom feed using the official Jekyll feed gem - - jekyll-seo-tag - - jekyll-paginate - -include: ['_pages'] - -paginate: 6 -paginate_path: /page:num/ - -# Exclude these files from your production _site -exclude: - - Gemfile - - Gemfile.lock - - LICENSE - - README.md - - CNAME -