Skip to content

Commit

Permalink
gems fail
Browse files Browse the repository at this point in the history
  • Loading branch information
TolgaTatli committed Jun 14, 2024
1 parent a162a4c commit feb40aa
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 48 deletions.
16 changes: 16 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,26 @@ GEM
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
colorator (1.1.0)
concurrent-ruby (1.3.3)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
eventmachine (1.2.7-java)
ffi (1.17.0-java)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-linux-gnu)
ffi-compiler (1.3.2)
ffi (>= 1.15.5)
rake
forwardable-extended (2.6.0)
google-protobuf (4.27.1-java)
bigdecimal
ffi (~> 1)
ffi-compiler (~> 1)
rake (>= 13)
google-protobuf (4.27.1-x64-mingw-ucrt)
bigdecimal
rake (>= 13)
Expand Down Expand Up @@ -70,11 +81,15 @@ GEM
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
sass-embedded (1.77.5)
google-protobuf (>= 3.25, < 5.0)
rake (>= 13)
sass-embedded (1.77.5-x64-mingw-ucrt)
google-protobuf (>= 3.25, < 5.0)
sass-embedded (1.77.5-x86_64-linux-gnu)
google-protobuf (>= 3.25, < 5.0)
strscan (3.1.0)
strscan (3.1.0-java)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
tzinfo (2.0.6)
Expand All @@ -86,6 +101,7 @@ GEM
webrick (1.8.1)

PLATFORMS
java
x64-mingw-ucrt
x86_64-linux

Expand Down
97 changes: 50 additions & 47 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@ permalink: /:title/
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
mathjax: true
sass:
sass_dir: _sass
style: compressed
sass_dir: _sass
style: compressed

# Comments

# Social
# if you don't have any of social below, comment the line.
#google:
#plus: #username
# plus: username
#analytics:
#verify:
#ad-client:
Expand All @@ -40,50 +40,53 @@ sass:
twitter: username
facebook: username
github-url: username
#stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link
#linkedin: username
#xing: username
#stackoverflow: 123456/username from a "http://stackoverflow.com/users/123456/username" link
#linkedin: username
#xing: username
instagram: username
#lastfm: username
#tumblr: username
#medium: '@username'
#pinterest: username
#foursquare: username
#lastfm: username
#tumblr: username
#medium: '@username'
#pinterest: username
#foursquare: username
steam: username
#dribbble: username
#youtube: username
#youtube-channel: channel
#soundcloud: username
#weibo: username
#flickr: username
#codepen: username
#keybase: username
#xmpp: [email protected]
#hackernews: username
#dribbble: username
#youtube: username
#youtube-channel: channel
#soundcloud: username
#weibo: username
#flickr: username
#codepen: username
#keybase: username
#xmpp: [email protected]
#hackernews: username

# Gems
gems:
- jekyll-mentions
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
# Plugins
plugins:
- jekyll-mentions
- jekyll-feed
- jekyll-sitemap
- jekyll-gist
- jekyll-seo-tag
- jekyll-paginate
- jekyll-include-cache

jekyll-mentions:
base_url: https://github.com
base_url: https://github.com

# Exclude list
exclude:
[
README.md,
Gemfile,
Gemfile.lock,
node_modules,
gulpfile.js,
package.json,
_site,
src,
vendor,
CNAME,
LICENSE,
Rakefile,
]
[
README.md,
Gemfile,
Gemfile.lock,
node_modules,
gulpfile.js,
package.json,
_site,
src,
vendor,
CNAME,
LICENSE,
Rakefile,
]
2 changes: 1 addition & 1 deletion _sass/vendor/magnific-popup/_settings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $mfp-include-iframe-type: true; // Enable Ifra
$mfp-iframe-padding-top: 40px; // Iframe padding top
$mfp-iframe-background: #000; // Background color of iframes
$mfp-iframe-max-width: 900px; // Maximum width of iframes
$mfp-iframe-ratio: math.div(9, 16); // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)
$mfp-iframe-ratio: 9 / 16; // Ratio of iframe (9/16 = widescreen, 3/4 = standard, etc.)

// Image-type options
$mfp-include-image-type: true; // Enable Image-type popups
Expand Down

0 comments on commit feb40aa

Please sign in to comment.