diff --git a/_config.yml b/_config.yml index 12c16cdaa22..028c59b553e 100644 --- a/_config.yml +++ b/_config.yml @@ -24,8 +24,8 @@ # You can create any custom variable you would like, and they will be accessible # in the templates via {{ site.myvariable }}. -title: Your awesome title -email: your-email@domain.com +title: QRFONT +email: qrfont@gmail.com author: GitHub User # Copyright setting @@ -40,16 +40,13 @@ author: GitHub User # "Copyright (c) 2017-{currentYear} {author}" # "Copyright © 2017-2021 Foobar" # -copyright: "Unpublished Work (cleft) 2017-{currentYear} {author}" +copyright: "qrfont (cleft) 2024-{currentYear} {author}" -description: >- # this means to ignore newlines until "baseurl:" - Write an awesome description for your new site here. You can edit this - line in _config.yml. It will appear in your document head meta (for - Google search results) and in your feed.xml site description. +description: # web generator -baseurl: "" # the subpath of your site, e.g. /blog -url: "" # the base hostname & protocol for your site, e.g. https://example.com -favicon: "" # the favicon for your site +baseurl: "/" # the subpath of your site, e.g. /blog +url: "http://qrfont.github.io" # the base hostname & protocol for your site, e.g. https://example.com +favicon: "/assets/images/banners/qrfont.png" # the favicon for your site # Yat date format # refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this diff --git a/_data/defaults.yml b/_data/defaults.yml index 2f72bd4d1e0..c569a119458 100644 --- a/_data/defaults.yml +++ b/_data/defaults.yml @@ -1,4 +1,4 @@ home: - heading: "Your awesome heading" - subheading: "Your awesome subheading" - banner: "Your image url" + heading: "Web Images Generator" + subheading: "" + banner: "Http://qrfont.github.io/assets/images/banners/" diff --git a/_posts/2024-08-14-another-test-markdown.md b/_posts/2024-08-14-another-test-markdown.md new file mode 100644 index 00000000000..3ea79ed974e --- /dev/null +++ b/_posts/2024-08-14-another-test-markdown.md @@ -0,0 +1,42 @@ +--- +layout: post +title: na test markdown +subtitle: Each post also has a subtitle +categories: markdown +tags: [test] +--- +--- +### **GitHub 저장소를 비공개로 변경하는 방법** + + +GitHub에서 저장소를 비공개로 설정하면 해당 저장소의 내용을 소유자와 초대된 협력자만 볼 수 있습니다. 아래는 이미 존재하는 저장소를 비공개로 변경하는 방법입니다. + +#### 1. **GitHub에 로그인 후 저장소로 이동** +먼저, GitHub에 로그인하고 비공개로 변경하려는 저장소로 이동합니다. + + + +#### 2. **저장소의 설정(Settings) 탭으로 이동** +저장소 페이지의 오른쪽 상단에 있는 **"Settings"** 탭을 클릭합니다. + + + +#### 3. **Danger Zone 섹션 찾기** +설정 페이지에서 아래로 스크롤하여 **"Danger Zone"** 섹션을 찾습니다. 여기에서 저장소의 가시성을 변경할 수 있습니다. + + +#### 4. **저장소 가시성 변경** +**"Change repository visibility"** 버튼을 클릭합니다. + + + +#### 5. **비공개로 변경** +팝업이 나타나면 **"Make private"** 버튼을 클릭합니다. + + + +#### 6. **확인** +GitHub는 저장소 이름을 입력하도록 요청할 것입니다. 저장소 이름을 입력하고 **"I understand, change repository visibility"** 버튼을 클릭하여 변경을 완료합니다. + + +**Tip:** 비공개 저장소로 전환한 후, 기존에 공유했던 공개 링크는 더 이상 작동하지 않으니 주의하세요. diff --git a/_posts/2024-08-14-github-settings.md b/_posts/2024-08-14-github-settings.md new file mode 100644 index 00000000000..b1cf0ba2227 --- /dev/null +++ b/_posts/2024-08-14-github-settings.md @@ -0,0 +1,41 @@ +--- +layout: post +title: 깃허브 리포지토리 비공개하는 법 +categories: github +tags: [github] +meta: "github private" +--- +### **GitHub 저장소를 비공개로 변경하는 방법** + + +GitHub에서 저장소를 비공개로 설정하면 해당 저장소의 내용을 소유자와 초대된 협력자만 볼 수 있습니다. 아래는 이미 존재하는 저장소를 비공개로 변경하는 방법입니다. + +#### 1. **GitHub에 로그인 후 저장소로 이동** +먼저, GitHub에 로그인하고 비공개로 변경하려는 저장소로 이동합니다. + + + +#### 2. **저장소의 설정(Settings) 탭으로 이동** +저장소 페이지의 오른쪽 상단에 있는 **"Settings"** 탭을 클릭합니다. + + + +#### 3. **Danger Zone 섹션 찾기** +설정 페이지에서 아래로 스크롤하여 **"Danger Zone"** 섹션을 찾습니다. 여기에서 저장소의 가시성을 변경할 수 있습니다. + + +#### 4. **저장소 가시성 변경** +**"Change repository visibility"** 버튼을 클릭합니다. + + + +#### 5. **비공개로 변경** +팝업이 나타나면 **"Make private"** 버튼을 클릭합니다. + + + +#### 6. **확인** +GitHub는 저장소 이름을 입력하도록 요청할 것입니다. 저장소 이름을 입력하고 **"I understand, change repository visibility"** 버튼을 클릭하여 변경을 완료합니다. + + +**Tip:** 비공개 저장소로 전환한 후, 기존에 공유했던 공개 링크는 더 이상 작동하지 않으니 주의하세요. diff --git "a/_posts/2024-08-14-github-\352\271\203\355\227\210\353\270\214 \352\270\200\354\223\260\352\270\260 \354\213\244\354\210\230 #1" "b/_posts/2024-08-14-github-\352\271\203\355\227\210\353\270\214 \352\270\200\354\223\260\352\270\260 \354\213\244\354\210\230 #1" new file mode 100644 index 00000000000..ef9d90914e3 --- /dev/null +++ "b/_posts/2024-08-14-github-\352\271\203\355\227\210\353\270\214 \352\270\200\354\223\260\352\270\260 \354\213\244\354\210\230 #1" @@ -0,0 +1,13 @@ +--- +layout: post +title: 깃허브 웹에서 내 글이 안 보이는 경우 +categories: github +tags: [github] +meta: "github" +--- +### **GitHub edit에서 직접 글을 작성하고 커밋했는데 글이 안나올때 +- md파일 작성할때는 규칙을 잘 지켜야한다 + +- 미국시간은 한국시간과 차이가 있으므로 미국시간 기준으로 파일명을 작성해야한다 +2024-08-15 + diff --git a/_posts/2024-08-15-mytest-test.md b/_posts/2024-08-15-mytest-test.md new file mode 100644 index 00000000000..c2bd00ba4bd --- /dev/null +++ b/_posts/2024-08-15-mytest-test.md @@ -0,0 +1,13 @@ +--- +layout: post +title: my test pate title +subtitle: My test subtitle +categories: markdown +tags: [test] +--- + +* A safe integer is an integer that - + * can be exactly represented as an IEEE-754 double precision number, and + * whose IEEE-75 representation cannot be the result of rounding any other integer to fit the IEEE-754 representation +* For example, $ 2 ^ {53} - 1 $ is a safe integer, + * it can be exactly represented diff --git a/about.html b/about.html index 8d027a1faaf..c3411ae489b 100644 --- a/about.html +++ b/about.html @@ -1,6 +1,6 @@ --- -layout: about -title: About +#ayout: about +#title: About ---