Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test commit #4978

Closed
wants to merge 19 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
source "https://rubygems.org"
gemspec
gemspecs
gem "minimal-mistakes-jekyll"
gem "tzinfo"
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem 'wdm', '>= 0.1.0' if Gem.win_platform?
105 changes: 54 additions & 51 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@

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

# Site Settings
locale : "en-US"
locale : ko-KR # "en-US"
rtl : # true, false (default) # turns direction of the page into right to left for RTL languages
title : "Site Title"
title_separator : "-"
subtitle : # site tagline that appears below site title in masthead
name : "Your Name"
description : "An amazing website."
url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
title : "뉴비노트"
title_separator : "|" # "-"
subtitle : "small positive action" # site tagline that appears below site title in masthead
name : "NewbieCCC"
description : "뉴비의 블로그"
url : "https://newbieccc.github.io"
baseurl : # the subpath of your site, e.g. "/blog"
repository : # GitHub username/repo-name e.g. "mmistakes/minimal-mistakes"
teaser : # path of fallback teaser image, e.g. "/assets/images/500x300.png"
logo : # path of logo image to display in the masthead, e.g. "/assets/images/88x88.png"
logo : "/assets/images/docker.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, false (default)
breadcrumbs : true # true, false (default)
words_per_minute : 200
enable_copy_code_button : # true, false (default)
copyright : # "copyright" name, defaults to site.title
copyright_url : # "copyright" URL, defaults to site.url
comments:
provider : # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
provider : "disqus" # false (default), "disqus", "discourse", "facebook", "staticman", "staticman_v2", "utterances", "giscus", "custom"
disqus:
shortname : # https://help.disqus.com/customer/portal/articles/466208-what-s-a-shortname-
shortname : "newbieccc"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand Down Expand Up @@ -84,7 +84,7 @@ google:
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
naver_site_verification : "5ea45e55be5b7829048f7d89e2ec5820822e3b20"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -105,59 +105,59 @@ social:

# Analytics
analytics:
provider : # false (default), "google", "google-universal", "google-gtag", "custom"
provider : google-gtag # false (default), "google", "google-universal", "google-gtag", "custom"
google:
tracking_id :
anonymize_ip : # true, false (default)
tracking_id : "G-Y3MN0LK007"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "뉴비노트_^^"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
bio : "뉴비의 샘플 블로그"
location : "South Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:sjseo90@email.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
url: "https://newbieccc.github.io"
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# - label: "Facebook"
# icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
url: "https://github.com/newbieccc"
# - label: "Instagram"
# icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"

# Site Footer
footer:
links:
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# - label: "Twitter"
# icon: "fab fa-fw fa-twitter-square"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# - label: "Facebook"
# icon: "fab fa-fw fa-facebook-square"
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/newbieccc"
# - label: "GitLab"
# icon: "fab fa-fw fa-gitlab"
# url:
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# - label: "Bitbucket"
# icon: "fab fa-fw fa-bitbucket"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# - label: "Instagram"
# icon: "fab fa-fw fa-instagram"
# url:


Expand Down Expand Up @@ -227,7 +227,7 @@ sass:

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


# Pagination with jekyll-paginate
Expand Down Expand Up @@ -290,16 +290,16 @@ tag_archive:
type: liquid
path: /tags/
# https://github.com/jekyll/jekyll-archives
# jekyll-archives:
# enabled:
# - categories
# - tags
# layouts:
# category: archive-taxonomy
# tag: archive-taxonomy
# permalinks:
# category: /categories/:name/
# tag: /tags/:name/
jekyll-archives:
enabled:
- categories
- tags
layouts:
category: archive-taxonomy
tag: archive-taxonomy
permalinks:
category: /categories/:name/
tag: /tags/:name/


# HTML Compression
Expand All @@ -320,6 +320,9 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true
share: true
related: true
show_date: true ##add

date_format : "%Y-%m-%d"
24 changes: 22 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
# main links
main:
- title: "Quick-Start Guide"
url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
- title: "Search"
url: /search/

docs:
- title: "대목차1"
children:
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
- title: "대목차2"
children:
- title: "Category"
url: /categories/
- title: "Tag"
url: /tags/
# - title: "Quick-Start Guide"
# url: https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/
# - title: "About"
# url: https://mmistakes.github.io/minimal-mistakes/about/
# - title: "Sample Posts"
Expand Down
8 changes: 8 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: "Page Not Found"
excerpt: "Page not found. Your pixels are in another canvas."
sitemap: false
permalink: /404.html
---

![](https://d2x3xhvgiqkx42.cloudfront.net/12345678-1234-1234-1234-1234567890ab/2016/12/22/ae36c0d0-52ea-4a4a-a691-bec9b2458f5b.png)
7 changes: 7 additions & 0 deletions _pages/category-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Category"
layout: categories
permalink: /categories/
author_profile: true
sidebar_main: true
---
5 changes: 5 additions & 0 deletions _pages/search.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: Search
layout: search
permalink: /search/
---
7 changes: 7 additions & 0 deletions _pages/tag-archive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Tag"
layout: tags
permalink: /tags/
author_profile: true
sidebar_main: true
---
74 changes: 74 additions & 0 deletions _posts/2024-07-09-first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
layout: single
title: "첫 포스팅"
categories: coding
tag: [python, blog, jekyll]
toc: true
author_profile: false #false #true
sidebar:
nav: "docs"
search: false
---

**[공지사항**] [지킬 블로그 신규 업데이트 안내 드립니다.](https://mmistakes.github.io/minimal-mistakes/docs/quick-start-guide/)
{: .notice--danger}

<div class="notice--success">
<h4>공지사항입니다.</h4>
<ul>
<li>공지사항 순서 1</li>
<li>공지사항 순서 2</li>
<li>공지사항 순서 3</li>
</ul>
</div>

[구글입니다.](https://google.com){: .btn .btn--danger}

- 테스트 수정

{% include video id="--MMmHbSH9k" provider="youtube" %}

## 기록을 해봐요

![zzz](/images/2024-07-09-first/1048700.jpg)

![test](/images/2024-07-09-first/1048700-1720703957412-5.jpg)

![487371](/images/2024-08-06-second/487371.jpg)

## 아래는 코드

### 아래는 세부 코드1

세부코드1

### 아래는 세부 코드2

세부코드2

### 아래는 세부 코드3

세부코드3

**실시간?!**

```python
import random

secret_number = random.randint(1, 100)

while True:
guess = int(input("Guess the number between 1 and 100: "))

if guess == secret_number:
print("Congratulations! You guessed the number!")
break
elif guess < secret_number:
print("Too low! Try again.")
else:
print("Too high! Try again.")
```

## 기록 2

안녕하세요?!
23 changes: 23 additions & 0 deletions _posts/2024-08-06-second.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
layout: single
title: "두번째 포스팅"
---

categories: post

tag: [TopRestaurans, NewYork, Travel, Food, Restaurants, EatingOut]

toc: false

author_profile: false
typora-root-url: ../

# 두번째 포스팅입니다

## 기록

- @@@

![487371](../images/2024-08-06-second/487371.jpg)

![zzz](../images/2024-07-09-first/1048700.jpg)
6 changes: 6 additions & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print";

/* google fonts */
// @import url('https://fonts.googleapis.com/css2?family=Dongle:wght@300;400;700&family=Nanum+Brush+Script&family=Noto+Sans+KR:wght@100..900&display=swap');
// "Nanum Brush Script"
@import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
// "Nanum Pen Script"
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $indent-var: 1.3em !default;

/* system typefaces */
$serif: Georgia, Times, serif !default;
$sans-serif: -apple-system, BlinkMacSystemFont, "Roboto", "Segoe UI",
$sans-serif: -apple-system, BlinkMacSystemFont, "Nanum Pen Script", "Roboto", "Segoe UI",
"Helvetica Neue", "Lucida Grande", Arial, sans-serif !default;
$monospace: Monaco, Consolas, "Lucida Console", monospace !default;

Expand Down
Binary file added assets/images/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions google476cf4f29eea087a.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google476cf4f29eea087a.html
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024-07-09-first/1048700.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/2024-08-06-second/487371.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading