Skip to content

Commit

Permalink
Merge pull request #4 from projectSylas/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
projectSylas authored Mar 19, 2024
2 parents a55088f + 172b23f commit 10123b1
Show file tree
Hide file tree
Showing 28 changed files with 136 additions and 62 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ description: >- # this means to ignore newlines until "baseurl:"
Google search results) and in your feed.xml site description.
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
url: "projectSylas.github.io" # the base hostname & protocol for your site, e.g. https://example.com
favicon: "assets/images/icon/favicon.png" # the favicon for your site

# Yat date format
# refer to https://shopify.github.io/liquid/filters/date/ if you want to customize this
Expand Down
6 changes: 3 additions & 3 deletions _data/defaults.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
home:
heading: "Your awesome heading"
subheading: "Your awesome subheading"
banner: "Your image url"
heading: "HyeongJin"
subheading: "Development Blog"
banner: ""
74 changes: 74 additions & 0 deletions _posts/2024-03-19-github-io.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
---
layout: post
title: gihub.io 활용하여 기술 블로그 만들기!
subtitle: 서브타이틀
author: HyeongJin
categories: GIT
banner:
video: https://vjs.zencdn.net/v/oceans.mp4
loop: true
volume: 0.8
start_at: 8.5
image: https://bit.ly/3xTmdUP
opacity: 0.618
background: "#000"
height: "100vh"
min_height: "38vh"
heading_style: "font-size: 4.25em; font-weight: bold; text-decoration: underline"
subheading_style: "color: gold"
tags: jekyll theme yat
sidebar: []
---

You’ll find this post in your `_posts` directory. Go ahead and edit it and re-build the site to see your changes. You can rebuild the site in many different ways, but the most common way is to run `jekyll serve`, which launches a web server and auto-regenerates your site when a file is updated.

To add new posts, simply add a file in the `_posts` directory that follows the convention `YYYY-MM-DD-name-of-post.ext` and includes the necessary front matter. Take a look at the source for this post to get an idea about how it works.

## section 1

Jekyll also offers powerful support for code snippets:

{% highlight ruby %}
def print_hi(name)
puts "Hi, #{name}"
end
print_hi('Tom')
#=> prints 'Hi, Tom' to STDOUT.
{% endhighlight %}

## section 2

Check out the [Jekyll docs][jekyll-docs] for more info on how to get the most out of Jekyll. File all bugs/feature requests at [Jekyll’s GitHub repo][jekyll-gh]. If you have questions, you can ask them on [Jekyll Talk][jekyll-talk].

[jekyll-docs]: https://jekyllrb.com/docs/home
[jekyll-gh]: https://github.com/jekyll/jekyll
[jekyll-talk]: https://talk.jekyllrb.com/

$ a \* b = c ^ b $

$ 2^{\frac{n-1}{3}} $

$ \int_a^b f(x)\,dx. $

```cpp
#include <iostream>
using namespace std;

int main() {
cout << "Hello World!";
return 0;
}
// prints 'Hi, Tom' to STDOUT.
```

```python
class Person:
def __init__(self, name, age):
self.name = name
self.age = age

p1 = Person("John", 36)

print(p1.name)
print(p1.age)
```
4 changes: 2 additions & 2 deletions _site/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"projectSylas"},"description":"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.","headline":"HyeongJin`s Development Blog","url":"http://0.0.0.0:4000/404.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -407,7 +407,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down
4 changes: 2 additions & 2 deletions _site/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"projectSylas"},"description":"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.","headline":"About","url":"http://0.0.0.0:4000/about.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -407,7 +407,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down
4 changes: 2 additions & 2 deletions _site/archives.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"projectSylas"},"description":"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.","headline":"Archives","url":"http://0.0.0.0:4000/archives.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -407,7 +407,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down
Binary file modified _site/assets/images/banners/home.jpeg
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 _site/assets/images/icon/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions _site/categories.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"WebPage","author":{"@type":"Person","name":"projectSylas"},"description":"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.","headline":"Categories","url":"http://0.0.0.0:4000/categories.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -407,7 +407,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down
6 changes: 3 additions & 3 deletions _site/example/2017/12/04/plantuml-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"projectSylas"},"dateModified":"2017-12-04T00:00:00-06:00","datePublished":"2017-12-04T00:00:00-06:00","description":"My First PlantUML","headline":"Plantuml example","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/example/2017/12/04/plantuml-example.html"},"url":"http://0.0.0.0:4000/example/2017/12/04/plantuml-example.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -408,7 +408,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down Expand Up @@ -1047,7 +1047,7 @@ <h3 id="plantuml-block-4">PlantUML Block-4</h3>
<div class="post-nav"><a class="previous" href="/markdown/2017/06/10/quick-mardown-example.html" title="Quick markdown example">Quick markdown example</a><a class="next" href="/example/2017/12/08/mermaid-example.html" title="Mermaid example">Mermaid example</a></div><div class="post-related">
<div>Related Articles</div>
<ul>
<li><a class="post-link" href="/misc/2016/05/20/super-long-article.html" title="Mermaid example">Some articles are just so long they deserve a really long title...</a></li><li><a class="post-link" href="/example/2017/12/04/plantuml-example.html" title="Mermaid example">Plantuml example</a></li><li><a class="post-link" href="/example/2017/12/18/video-example.html" title="Mermaid example">Video example</a></li><li><a class="post-link" href="/example/2017/12/08/mermaid-example.html" title="Mermaid example">Mermaid example</a></li></ul>
<li><a class="post-link" href="/example/2017/12/04/plantuml-example.html" title="Mermaid example">Plantuml example</a></li><li><a class="post-link" href="/markdown/2017/06/10/quick-mardown-example.html" title="Mermaid example">Quick markdown example</a></li><li><a class="post-link" href="/misc/2016/05/20/super-long-article.html" title="Mermaid example">Some articles are just so long they deserve a really long title...</a></li><li><a class="post-link" href="/example/2017/12/15/table-example.html" title="Mermaid example">Table example</a></li></ul>
</div><div class="post-comments"></div></section>
</div>

Expand Down
6 changes: 3 additions & 3 deletions _site/example/2017/12/08/mermaid-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"projectSylas"},"dateModified":"2017-12-08T00:00:00-06:00","datePublished":"2017-12-08T00:00:00-06:00","description":"1. Pie chart","headline":"Mermaid example","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/example/2017/12/08/mermaid-example.html"},"url":"http://0.0.0.0:4000/example/2017/12/08/mermaid-example.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -408,7 +408,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down Expand Up @@ -1056,7 +1056,7 @@ <h3 id="4-state-diagram">4. State diagram</h3>
<div class="post-nav"><a class="previous" href="/example/2017/12/04/plantuml-example.html" title="Plantuml example">Plantuml example</a><a class="next" href="/example/2017/12/15/table-example.html" title="Table example">Table example</a></div><div class="post-related">
<div>Related Articles</div>
<ul>
<li><a class="post-link" href="/junk/2016/08/12/my-example-post.html" title="Table example">My Example Post</a></li><li><a class="post-link" href="/example/2017/12/15/table-example.html" title="Table example">Table example</a></li><li><a class="post-link" href="/markdown/2016/01/01/another-test-markdown.html" title="Table example">Another test markdown</a></li><li><a class="post-link" href="/example/2017/12/08/mermaid-example.html" title="Table example">Mermaid example</a></li></ul>
<li><a class="post-link" href="/jekyll/2018/12/07/welcome-to-jekyll.html" title="Table example">Welcome to Jekyll!</a></li><li><a class="post-link" href="/example/2017/12/15/table-example.html" title="Table example">Table example</a></li><li><a class="post-link" href="/junk/2016/08/12/my-example-post.html" title="Table example">My Example Post</a></li><li><a class="post-link" href="/example/2017/12/08/mermaid-example.html" title="Table example">Mermaid example</a></li></ul>
</div><div class="post-comments"></div></section>
</div>

Expand Down
6 changes: 3 additions & 3 deletions _site/example/2017/12/15/table-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<script type="application/ld+json">
{"@context":"https://schema.org","@type":"BlogPosting","author":{"@type":"Person","name":"projectSylas"},"dateModified":"2017-12-15T00:00:00-06:00","datePublished":"2017-12-15T00:00:00-06:00","description":"Table example as below","headline":"Table example","mainEntityOfPage":{"@type":"WebPage","@id":"http://0.0.0.0:4000/example/2017/12/15/table-example.html"},"url":"http://0.0.0.0:4000/example/2017/12/15/table-example.html"}</script>
<!-- End Jekyll SEO tag -->
<link rel="icon" href="">
<link rel="icon" href="assets/images/icon/favicon.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/index.min.css">
<link rel="stylesheet" href="/assets/css/main.css">
Expand Down Expand Up @@ -408,7 +408,7 @@

<div class="wrapper">
<div class="site-header-inner"><span class="site-brand"><a class="site-brand-inner" rel="author" href="/">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="" onerror="this.style.display='none'">
<img class="site-favicon" title="HyeongJin`s Development Blog" src="assets/images/icon/favicon.png" onerror="this.style.display='none'">
HyeongJin`s Development Blog
</a>
</span><nav class="site-nav">
Expand Down Expand Up @@ -1343,7 +1343,7 @@ <h3 id="text-alignment">Text Alignment</h3>
<div class="post-nav"><a class="previous" href="/example/2017/12/08/mermaid-example.html" title="Mermaid example">Mermaid example</a><a class="next" href="/example/2017/12/18/video-example.html" title="Video example">Video example</a></div><div class="post-related">
<div>Related Articles</div>
<ul>
<li><a class="post-link" href="/example/2017/12/15/table-example.html" title="Video example">Table example</a></li><li><a class="post-link" href="/junk/2017/05/20/this-post-demonstrates-post-content-styles.html" title="Video example">This post demonstrates post content styles</a></li><li><a class="post-link" href="/example/2017/12/18/video-example.html" title="Video example">Video example</a></li><li><a class="post-link" href="/markdown/2016/01/01/another-test-markdown.html" title="Video example">Another test markdown</a></li></ul>
<li><a class="post-link" href="/markdown/2018/05/26/mathjax-test.html" title="Video example">Mathjax Test</a></li><li><a class="post-link" href="/example/2017/12/08/mermaid-example.html" title="Video example">Mermaid example</a></li><li><a class="post-link" href="/jekyll/2018/12/07/welcome-to-jekyll.html" title="Video example">Welcome to Jekyll!</a></li><li><a class="post-link" href="/markdown/2016/01/01/another-test-markdown.html" title="Video example">Another test markdown</a></li></ul>
</div><div class="post-comments"></div></section>
</div>

Expand Down
Loading

0 comments on commit 10123b1

Please sign in to comment.