Skip to content

Commit

Permalink
Remove Gemfile.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Sep 20, 2024
1 parent e76aa64 commit 02e5163
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 229 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ _site
# Ignore folders generated by Ruby-Gems Bundler
.bundle
vendor
# Gemfile.lock
Gemfile.lock

# Ignore files & folders generated by Replit
# .replit
# replit.nix

# Ignore files & folders generated by Node.js
node_modules/
# package-lock.json
package-lock.json
assets/jsconfig.json
.env
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :jekyll_plugins do
gem "jekyll-paginate", "~> 1.1.0"
gem "jekyll-include-cache", "~> 0.2.1"
gem "jekyll-gist", "~> 1.5.0"
gem "jemoji"
# gem "jekyll-remote-theme"
end

Expand Down
221 changes: 0 additions & 221 deletions Gemfile.lock

This file was deleted.

14 changes: 8 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/[email protected]"
# theme_version : "4.26.2"
minimal_mistakes_skin : "air" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"
minimal_mistakes_skin : "sunrise" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
locale : "th"
Expand All @@ -23,7 +23,7 @@ title_separator : "-"
subtitle : "attajak.github.io" # site tagline that appears below site title in masthead
name : "Attajak Janrak"
description : "ชื่อคิง เกิด ๘ สิงหาฯ เลือดกรุ๊ปเอ"
url : "https://attajak.github.io" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
url : "https://attajak.github.io/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : "attajak/attajak.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
Expand Down Expand Up @@ -96,7 +96,7 @@ facebook:
username : &facebook "attajak"
app_id :
publisher :
og_image : "assets/images/attajak.jpg" # Open Graph/Twitter default site image
og_image : "/assets/images/attajak.jpg" # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
Expand Down Expand Up @@ -147,7 +147,7 @@ author:
url: "https://github.com/attajak"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/attajak"
url: "https://instagram.com/attajak"
- label: "GitLab"
- icon: "fab fa-fw fa-gitlab"
- url: "https://gitlab.com/attajak"
Expand Down Expand Up @@ -181,7 +181,7 @@ footer:
# url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: https://instagram.com/attajak
url: https://instagram.com/attajak


# Reading Files
Expand Down Expand Up @@ -255,7 +255,7 @@ sass:


# Outputting
permalink: pretty
permalink: /:categories/:title/
timezone: Asia/Bangkok # https://en.wikipedia.org/wiki/List_of_tz_database_time_zones


Expand Down Expand Up @@ -293,6 +293,7 @@ plugins:
- jekyll-feed
- jekyll-include-cache
- jekyll-seo-tag
- jemoji

# mimic GitHub Pages with --safe
whitelist:
Expand All @@ -302,6 +303,7 @@ whitelist:
- jekyll-feed
- jekyll-include-cache
- jekyll-seo-tag
- jemoji

# Archives
# Type
Expand Down

0 comments on commit 02e5163

Please sign in to comment.