Delete _config-dev.yml
This commit is contained in:
parent
f0f6ff8dfa
commit
fdf0dace30
1
Gemfile
1
Gemfile
@ -1,5 +1,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem 'github-pages'
|
gem 'github-pages'
|
||||||
|
|
||||||
gem "webrick", "~> 1.7"
|
gem "webrick", "~> 1.7"
|
||||||
|
@ -31,6 +31,7 @@ GEM
|
|||||||
ruby2_keywords (>= 0.0.4)
|
ruby2_keywords (>= 0.0.4)
|
||||||
faraday-net_http (2.0.3)
|
faraday-net_http (2.0.3)
|
||||||
ffi (1.15.5)
|
ffi (1.15.5)
|
||||||
|
ffi (1.15.5-x64-mingw-ucrt)
|
||||||
ffi (1.15.5-x64-mingw32)
|
ffi (1.15.5-x64-mingw32)
|
||||||
ffi (1.15.5-x64-unknown)
|
ffi (1.15.5-x64-unknown)
|
||||||
forwardable-extended (2.6.0)
|
forwardable-extended (2.6.0)
|
||||||
@ -214,6 +215,8 @@ GEM
|
|||||||
jekyll-feed (~> 0.9)
|
jekyll-feed (~> 0.9)
|
||||||
jekyll-seo-tag (~> 2.1)
|
jekyll-seo-tag (~> 2.1)
|
||||||
minitest (5.16.2)
|
minitest (5.16.2)
|
||||||
|
nokogiri (1.13.6-x64-mingw-ucrt)
|
||||||
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.6-x64-mingw32)
|
nokogiri (1.13.6-x64-mingw32)
|
||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
nokogiri (1.13.6-x64-unknown)
|
nokogiri (1.13.6-x64-unknown)
|
||||||
@ -255,6 +258,7 @@ GEM
|
|||||||
unf (0.1.4)
|
unf (0.1.4)
|
||||||
unf_ext
|
unf_ext
|
||||||
unf_ext (0.0.8.2)
|
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-mingw32)
|
||||||
unf_ext (0.0.8.2-x64-unknown)
|
unf_ext (0.0.8.2-x64-unknown)
|
||||||
unicode-display_width (1.8.0)
|
unicode-display_width (1.8.0)
|
||||||
@ -262,6 +266,7 @@ GEM
|
|||||||
zeitwerk (2.6.0)
|
zeitwerk (2.6.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
|
x64-mingw-ucrt
|
||||||
x64-mingw32
|
x64-mingw32
|
||||||
x64-unknown
|
x64-unknown
|
||||||
x86_64-linux
|
x86_64-linux
|
||||||
|
@ -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/<your_long_string> or user/<user-name>
|
|
||||||
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
|
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user