-
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
172 changed files
with
502 additions
and
1,680 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,22 +6,22 @@ | |
# `jekyll serve`. If you change this file, please restart the server process. | ||
|
||
remote_theme: "mmistakes/[email protected]" | ||
minimal_mistakes_skin: "air" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" | ||
minimal_mistakes_skin: "neon" # "default", "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" | ||
|
||
# Site Settings | ||
locale: "en-US" | ||
title: "<jooncco />" | ||
title: "jooncco" | ||
title_separator: "|" | ||
subtitle: "Hate your laziness" | ||
name: "jooncco" | ||
description: "About software engineer jooncco." | ||
# subtitle: "" | ||
name: "Junha" | ||
description: "Knowledge base of full stack engineer jooncco." | ||
url: "https://jooncco.github.io" | ||
baseurl: "" # the subpath of your site, e.g. "/blog" | ||
repository: "jooncco/jooncco.github.io" # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes" | ||
teaser: "/public/images/favicon/android-chrome-192x192.png" # path of fallback teaser image, e.g. "/public/images/500x300.png" | ||
teaser: "/opengraph-image.png" # path of fallback teaser image, e.g. "/public/images/500x300.png" | ||
logo: "/public/images/favicon/android-chrome-192x192.png" # path of logo image to display in the masthead, e.g. "/public/images/88x88.png" | ||
masthead_title: # overrides the website title displayed in the masthead, use " " for no title | ||
breadcrumbs: true # true, false (default) | ||
breadcrumbs: false # true, false (default) | ||
words_per_minute: 200 | ||
comments: | ||
provider: "facebook" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "custom" | ||
|
@@ -47,7 +47,7 @@ atom_feed: | |
path: # blank (default) uses feed.xml | ||
search: true # true, false (default) | ||
search_full_content: true # true, false (default) | ||
search_provider: # lunr (default), algolia, google | ||
search_provider: lunr # lunr (default), algolia, google | ||
algolia: | ||
application_id: # YOUR_APPLICATION_ID | ||
index_name: # YOUR_INDEX_NAME | ||
|
@@ -86,27 +86,31 @@ analytics: | |
|
||
# Site Author | ||
author: | ||
name: "준꼬 🇰🇷" | ||
name: "Junha Jeong" | ||
avatar: "/public/images/me.jpg" | ||
bio: "" | ||
location: "Seoul, Republic of Korea" | ||
# email : "[email protected]" | ||
links: | ||
- label: "[email protected]" | ||
icon: "fas fa-fw fa-envelope-square" | ||
url: "mailto:[email protected]" | ||
- label: "Instagram" | ||
icon: "fab fa-fw fa-instagram" | ||
url: "https://instagram.com/jooncco" | ||
url: "https://jooncco.me/contact" | ||
- label: "jooncco.me" | ||
url: "https://jooncco.me" | ||
- label: "linkedin" | ||
icon: "fab fa-fw fa-linkedin" | ||
url: "https://linkedin.com/in/jooncco" | ||
- label: "github" | ||
icon: "fab fa-fw fa-github" | ||
url: "https://github.com/jooncco" | ||
# - label: "instagram.com/jooncco" | ||
# icon: "fab fa-fw fa-instagram" | ||
# url: "https://instagram.com/jooncco" | ||
# - label: "Facebook" | ||
# icon: "fab fa-fw fa-facebook-square" | ||
# url: "https://facebook.com/jooncco" | ||
# - label: "Twitter" | ||
# icon: "fab fa-fw fa-twitter-square" | ||
# url: "https://twitter.com/" | ||
- label: "GitHub" | ||
icon: "fab fa-fw fa-github" | ||
url: "https://github.com/jooncco" | ||
# - label: "GitLab" | ||
# icon: "fab fa-fw fa-gitlab" | ||
# url: "https://gitlab.com/jooncco" | ||
|
@@ -117,12 +121,15 @@ author: | |
# Site Footer | ||
footer: | ||
links: | ||
- label: "Linkedin" | ||
icon: "fab fa-fw fa-linkedin" | ||
url: "https://linkedin.com/in/jooncco" | ||
- label: "Instagram" | ||
icon: "fab fa-fw fa-instagram" | ||
url: "https://instagram.com/jooncco" | ||
- label: "Facebook" | ||
icon: "fab fa-fw fa-facebook-square" | ||
url: "https://facebook.com/jooncco" | ||
# - label: "Facebook" | ||
# icon: "fab fa-fw fa-facebook-square" | ||
# url: "https://facebook.com/jooncco" | ||
# - label: "Twitter" | ||
# icon: "fab fa-fw fa-twitter-square" | ||
# url: "https://twitter.com/" | ||
|
@@ -224,12 +231,12 @@ whitelist: | |
# - <base_path>/tags/my-awesome-tag/index.html ~> path: /tags/ | ||
# - <base_path>/categories/my-awesome-category/index.html ~> path: /categories/ | ||
# - <base_path>/my-awesome-category/index.html ~> path: / | ||
category_archive: | ||
type: liquid | ||
path: /posts | ||
tag_archive: | ||
type: liquid | ||
path: /problem_solving | ||
# category_archive: | ||
# type: liquid | ||
# path: /posts | ||
# tag_archive: | ||
# type: liquid | ||
# path: /problem_solving | ||
# https://github.com/jekyll/jekyll-archives | ||
# jekyll-archives: | ||
# enabled: | ||
|
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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
# main links | ||
main: | ||
- title: "Profile" | ||
url: /profile | ||
- title: "Posts" | ||
url: /posts | ||
- title: "Problem Solving" | ||
url: /problem_solving | ||
# - title: "Music" | ||
# url: /music | ||
- title: "All" | ||
url: /all | ||
- title: "Web" | ||
url: /web | ||
- title: "Competitive Programming" | ||
url: /competitive-programming | ||
- title: "etc" | ||
url: /etc |
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
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,46 @@ | ||
--- | ||
layout: archive | ||
--- | ||
|
||
{{ content }} | ||
|
||
<!-- Filter posts by category --> | ||
{% assign posts = site.posts | where: "category", page.category_filter %} | ||
|
||
<!-- All tags from the filtered --> | ||
{% assign tags = posts | map: 'tags' | join: ',' | split: ',' | uniq | compress | sort %} | ||
|
||
<!-- Array of tag with posts --> | ||
<!-- [ [TAG_NAME_1, [POSTS...]], [TAG_NAME_2, [POSTS...]] ] --> | ||
{% assign tagObjects = "" | split: "" %} | ||
{% for tag in tags %} | ||
{% assign postsWithTag = posts | where: "tags", tag %} | ||
{% assign tagObject = "" | split: "" %} | ||
{% assign tagObject = tagObject | push: tag %} | ||
{% assign tagObject = tagObject | push: postsWithTag %} | ||
{% assign tagObjects = tagObjects | push: tagObject %} | ||
{% endfor %} | ||
|
||
<!-- Render Tags --> | ||
<ul class="taxonomy__index"> | ||
{% for tagObject in tagObjects %} | ||
<li> | ||
<a href="#{{ tagObject[0] | slugify }}"> | ||
<strong>{{ tagObject[0] }}</strong> <span class="taxonomy__count">{{ tagObject[1] | size }}</span> | ||
</a> | ||
</li> | ||
{% endfor %} | ||
</ul> | ||
|
||
<!-- Render Entries --> | ||
{% assign entries_layout = page.entries_layout | default: 'list' %} | ||
{% for tagObject in tagObjects %} | ||
<section id="{{ tagObject[0] | slugify }}" class="taxonomy__section"> | ||
<h2 class="archive__subtitle">{{ tagObject[0] }}</h2> | ||
<div class="entries-{{ entries_layout }}"> | ||
{% for post in tagObject[1] %} | ||
{% include archive-single.html type=entries_layout %} | ||
{% endfor %} | ||
</div> | ||
</section> | ||
{% endfor %} |
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
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,6 @@ | ||
--- | ||
title: All Posts | ||
layout: tags | ||
permalink: /all | ||
classes: wide | ||
--- |
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,8 @@ | ||
--- | ||
title: "Competitive Programming" | ||
layout: tags-with-category-filter | ||
category_filter: competitive-programming | ||
permalink: /competitive-programming | ||
entries_layout: grid | ||
classes: wide | ||
--- |
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,8 @@ | ||
--- | ||
title: "etc" | ||
layout: tags-with-category-filter | ||
category_filter: etc | ||
permalink: /etc | ||
entries_layout: grid | ||
classes: wide | ||
--- |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.