-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
16 changed files
with
38 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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]" | ||
|
@@ -272,7 +272,6 @@ plugins: | |
- jekyll-include-cache | ||
- jemoji | ||
- jekyll-seo-tag | ||
- jekyll-remote-theme | ||
|
||
# mimic GitHub Pages with --safe | ||
whitelist: | ||
|
@@ -283,7 +282,6 @@ whitelist: | |
- jekyll-include-cache | ||
- jemoji | ||
- jekyll-seo-tag | ||
- jekyll-remote-theme | ||
|
||
|
||
# Archives | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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]) |
This file was deleted.
Oops, something went wrong.
File renamed without changes
File renamed without changes
File renamed without changes
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |