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

테스트 커밋 #4875

Closed
wants to merge 33 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
7f8a05e
Update _config.yml
quantdatascience Jun 5, 2024
e1bdbff
Create 2024-06-05-first.md
quantdatascience Jun 5, 2024
9ac4c03
Update _config.yml
quantdatascience Jun 5, 2024
f41b6e0
Update _config.yml
quantdatascience Jun 5, 2024
f1fce0e
Update _config.yml
quantdatascience Jun 5, 2024
9b77d91
Update _config.yml
quantdatascience Jun 5, 2024
6320c53
Create _custom.scss
quantdatascience Jun 5, 2024
d4c7655
Update _config.yml
quantdatascience Jun 5, 2024
906cd35
Update _custom.scss
quantdatascience Jun 5, 2024
79b86c6
Update _custom.scss
quantdatascience Jun 5, 2024
059832f
Update _config.yml
quantdatascience Jun 5, 2024
fbdd8ab
이미지를 추가함
quantdatascience Jun 7, 2024
efa27fa
Update 2024-06-05-first.md
quantdatascience Jun 7, 2024
8c66358
Update Gemfile
quantdatascience Jun 7, 2024
262f842
Update Gemfile
quantdatascience Jun 7, 2024
85e1675
Update Gemfile
quantdatascience Jun 7, 2024
fb02564
Update Gemfile
quantdatascience Jun 7, 2024
f0506b1
Update Gemfile
quantdatascience Jun 7, 2024
ca93ee2
Update Gemfile
quantdatascience Jun 7, 2024
0f7f484
Update Gemfile
quantdatascience Jun 7, 2024
c626c44
설정
quantdatascience Jun 9, 2024
22f7aa4
구글 애널리틱스 추가
quantdatascience Jun 9, 2024
6958fed
Update Gemfile
quantdatascience Jun 9, 2024
9c887e9
오류 재수정
quantdatascience Jun 9, 2024
1a7f6da
logo 오류 설정
quantdatascience Jun 9, 2024
470679b
quantdatascience Jun 9, 2024
178c3fd
로고 오류
quantdatascience Jun 9, 2024
55ffcb3
링크
quantdatascience Jun 10, 2024
28752bd
대규모 업데이트
quantdatascience Jun 11, 2024
c132610
quantdatascience Jun 11, 2024
bef5814
네이버
quantdatascience Jun 11, 2024
bc48915
목차
quantdatascience Jun 11, 2024
080b639
여러가지 설정
quantdatascience Jun 12, 2024
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
4 changes: 4 additions & 0 deletions BingSiteAuth.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?xml version="1.0"?>
<users>
<user>6998146DB2274ABC83F7F66F0236F771</user>
</users>
21 changes: 20 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
source "https://rubygems.org"
gemspec
gemspecs

gem "dependencies", "~> 0.0.9"

gem "webrick", "~> 1.8"

gem "minimal-mistakes-jekyll", "~> 4.26"

gem "csv", "~> 3.3"

gem "base64", "~> 0.2.0"

gem "faraday-retry", "~> 2.2"
gem "jekyll", "~> 4.3"

gem "jekyll-sass-converter", "~> 3.0"

gem "sassc", "~> 2.4.0"

gem "sass", "~> 3.7"
96 changes: 42 additions & 54 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,30 +12,30 @@

# 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 : "custom" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise", "custom"

# Site Settings
locale : "en-US"
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"
locale : "ko-KR"
title : "퀀트, 데이터사이언스"
title_separator : "|"
subtitle : "Quant, Statistics, Mathematics, Programming, AI..."
name : "QuantDatascience"
description : "퀀트, 통계학, 미적분학, 선형대수학, 프로그래밍, AI 등등 교육"
url : "https://quantdatascience.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/logo.PNG"
masthead_title : # overrides the website title displayed in the masthead, use " " for no title
# breadcrumbs : false # 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 : "quantdatascience"
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
Expand Down Expand Up @@ -81,9 +81,9 @@ google:
search_engine_id : # YOUR_SEARCH_ENGINE_ID
instant_search : # false (default), true
# SEO Related
google_site_verification :
bing_site_verification :
naver_site_verification :
google_site_verification :
bing_site_verification :
naver_site_verification : "38cb367b525666dab25b7430e2b700657a50c630"
yandex_site_verification :
baidu_site_verification :

Expand All @@ -104,57 +104,39 @@ social:

# Analytics
analytics:
provider : false # 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-Q7KX0XBKRD"
anonymize_ip : false # true, false (default)


# Site Author
author:
name : "Your Name"
name : "QuantDatascience"
avatar : # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "I am an **amazing** person."
location : "Somewhere"
bio : "퀀트, 통계학, 미적분학, 선형대수학, 프로그래밍, AI 등등 교육"
location : "South Korea"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:[email protected]"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
- label: "Twitter"
icon: "fab fa-fw fa-twitter-square"
# url: "https://twitter.com/"
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url: "https://facebook.com/"
url: "https://quantdatascience.github.io"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/quantdatascience"
- 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"
# url:
- label: "Facebook"
icon: "fab fa-fw fa-facebook-square"
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
- label: "Bitbucket"
icon: "fab fa-fw fa-bitbucket"
# url:
url: "https://github.com/quantdatascience"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url:
Expand Down Expand Up @@ -289,16 +271,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 @@ -308,7 +290,6 @@ compress_html:
ignore:
envs: development


# Defaults
defaults:
# _posts
Expand All @@ -319,6 +300,13 @@ defaults:
layout: single
author_profile: true
read_time: true
comments: # true
comments: true
share: true
related: true
show_date: true
sidebar:
nav: "docs"



date_format: "%Y-%m-%d"
25 changes: 23 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,28 @@
# 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: "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://blog.fluidui.com/assets/images/posts/get-notes.png){: width="100%" height="99%"}
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/tage-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
---
72 changes: 72 additions & 0 deletions _posts/2024-06-05-first.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,72 @@
---
layout: single
title: "This is sample."
typora-root-url: ../
categories: "미적분학"
tags: ["미적분학", "Calculus"]
toc: true
author profile: false
search: true
---

**[공지사항]** [홈페이지 링크를 안내드립니다.](https://quantdatascience.github.io)
{: .notice--danger}

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

[링크 버튼입니다.](https://quantdatascience.github.io){: .btn .btn--danger .btn--x-large}

{% include video id="mNEUkkoUoIA" provider="youtube" %}

# 샘플

샘플입니다1.
```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.")

```

샘플입니다.

![배경화면](/images/2024-06-05-first/배경화면.PNG)

## 샘플 목차

### 샘플 목차1

샘플 목차입니다.

### 샘플 목차2

샘플 목차입니다.

### 샘플 목차3

샘플 목차입니다.



# 샘플2

안녕하세요
3 changes: 3 additions & 0 deletions _sass/minimal-mistakes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,6 @@
@import "minimal-mistakes/archive";
@import "minimal-mistakes/sidebar";
@import "minimal-mistakes/print";

/* Google font */
@import url('https://fonts.googleapis.com/css2?family=Yeon+Sung&display=swap');
3 changes: 2 additions & 1 deletion _sass/minimal-mistakes/_forms.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* ==========================================================================
Forms
========================================================================== */
@use "sass:math";

form {
margin: 0 0 5px 0;
Expand All @@ -25,7 +26,7 @@ form {
}

p {
margin-bottom: (5px / 2);
margin-bottom: 5px / 2;
}

ul {
Expand Down
5 changes: 3 additions & 2 deletions _sass/minimal-mistakes/_mixins.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* ==========================================================================
MIXINS
========================================================================== */
@use "sass:math";

%tab-focus {
/* Default*/
Expand All @@ -15,7 +16,7 @@
========================================================================== */

@function em($target, $context: $doc-font-size) {
@return ($target / $context) * 1em;
@return $target / $context * 1em;
}


Expand Down Expand Up @@ -65,7 +66,7 @@
$green: green($color);
$blue: blue($color);

$yiq: (($red*299)+($green*587)+($blue*114))/1000;
$yiq: (($red*299)+($green*587)+($blue*114)) / 1000;

@if $yiq-debug { @debug $yiq, $threshold; }

Expand Down
Loading
Loading