Skip to content

Commit

Permalink
Remove Skin_manager plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
attajak committed Dec 20, 2024
1 parent c0b51fb commit 4975e26
Show file tree
Hide file tree
Showing 16 changed files with 38 additions and 105 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ group :jekyll_plugins do
gem "jekyll-include-cache", "~> 0.2.1"
gem "jekyll-gist", "~> 1.5.0"
gem "jemoji"
gem "jekyll-remote-theme"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -41,6 +40,6 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "jekyll-compose", "~> 0.12.0", group: [:jekyll_plugins]

# gem "minimal-mistakes-jekyll", "~> 4.26.2"
gem "minimal-mistakes-jekyll", "~> 4.26.2"

gem "faraday-retry", "~> 2.2"
10 changes: 4 additions & 6 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
# Review documentation to determine if you should use `theme` or `remote_theme`
# https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/#installing-the-theme

# theme : "minimal-mistakes-jekyll"
remote_theme : "mmistakes/[email protected]"
theme : "minimal-mistakes-jekyll"
# remote_theme : "mmistakes/[email protected]"
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise"

# Site Settings
Expand All @@ -25,7 +25,7 @@ url : "https://attajak.github.io" # the base hostname & pro
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"
logo : "/assets/images/attajak.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
logo : "/apple-touch-icon.png" # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
breadcrumbs : true # true, false (default)
words_per_minute : 200
Expand Down Expand Up @@ -113,7 +113,7 @@ analytics:
# Site Author
author:
name : "Attajak Janrak"
avatar : "/assets/images/attajak.png" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
avatar : "/assets/images/attajak.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Trang, Thailand"
email : "[email protected]"
Expand Down Expand Up @@ -272,7 +272,6 @@ plugins:
- jekyll-include-cache
- jemoji
- jekyll-seo-tag
- jekyll-remote-theme

# mimic GitHub Pages with --safe
whitelist:
Expand All @@ -283,7 +282,6 @@ whitelist:
- jekyll-include-cache
- jemoji
- jekyll-seo-tag
- jekyll-remote-theme


# Archives
Expand Down
2 changes: 1 addition & 1 deletion _includes/head/custom.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
<!-- end Google AdSense -->

<!-- insert favicons. use https://realfavicongenerator.net/ -->
<link rel="icon" type="image/png" sizes="180x180" href="assets/images/attajak.png">
<link rel="icon" type="image/png" sizes="180x180" href="/assets/images/attajak.png">

<!-- end custom head snippets -->
59 changes: 0 additions & 59 deletions _includes/scripts.html

This file was deleted.

5 changes: 4 additions & 1 deletion _pages/contact.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ GitHub: | [attajak](https://github.com/attajak)
GitHub Pages: | <https://attajak.github.io>
GitLab: | [attajak](https://gitlab.com/attajak)
GitLab Pages: | <https://attajak.gitlab.io>
Google Firebase: | <https://attajak.web.app>
CloudFlare Pages: | <https://attajak.pages.dev>
Netlify: | <https://attajak.netlify.app>
Vercel: | <https://>
Replit: | [@attajak](https://replit.com/@attajak)
Facebook: | [attajak](https://facebook.com/attajak)
Twitter: | [@attajak](https://twitter.com/attajak)
Expand All @@ -20,4 +23,4 @@ Linkedin: | [attajak](https:/linkedin.com/in/attajak)
WordPress: | <https://attajak.wordpress.com>
Blogger: | <https://attajak.blogspot.com>
Gmail: | [Janrak at Gmail.com](mailto:[email protected])
Outlook: | [Attajak at Outlook.com](mailto:[email protected])
Outlook: | [Attajak at Outlook.com](mailto:[email protected])
36 changes: 0 additions & 36 deletions _plugins/skin_manager.rb

This file was deleted.

File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed assets/favicon/favicon.ico
Binary file not shown.
9 changes: 9 additions & 0 deletions browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
19 changes: 19 additions & 0 deletions site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "Attajak Janrak",
"short_name": "Attajak",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

0 comments on commit 4975e26

Please sign in to comment.