-
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.
Merge pull request #4 from projectSylas/develop
Develop
- Loading branch information
Showing
28 changed files
with
136 additions
and
62 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
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,4 +1,4 @@ | ||
home: | ||
heading: "Your awesome heading" | ||
subheading: "Your awesome subheading" | ||
banner: "Your image url" | ||
heading: "HyeongJin" | ||
subheading: "Development Blog" | ||
banner: "" |
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,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) | ||
``` |
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
||
|
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
||
|
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 |
---|---|---|
|
@@ -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"> | ||
|
@@ -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"> | ||
|
@@ -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> | ||
|
||
|
Oops, something went wrong.