Skip to content

Commit

Permalink
Multiple updates
Browse files Browse the repository at this point in the history
Add catogories, tags, google search console, and so on
  • Loading branch information
iloveonsen committed Oct 22, 2023
1 parent 9ef166b commit dcd619f
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 18 deletions.
28 changes: 14 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,12 +107,12 @@ author:
name : "jayhwang"
avatar : "/assets/images/ginzan_onsen_01.jpg" # path of avatar image, e.g. "/assets/images/bio-photo.jpg"
bio : "온천을 사랑하는 개발자"
location : "Seoul, Korea, Republic of"
location : "Korea, Republic of"
email :
links:
- label: "Email"
icon: "fas fa-fw fa-envelope-square"
# url: "mailto:your.name@email.com"
url: "mailto:jayhwang.cloud@gmail.com"
- label: "Website"
icon: "fas fa-fw fa-link"
# url: "https://your-website.com"
Expand All @@ -124,7 +124,7 @@ author:
# url: "https://facebook.com/"
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url: "https://github.com/"
url: "https://github.com/iloveonsen"
- label: "Instagram"
icon: "fab fa-fw fa-instagram"
# url: "https://instagram.com/"
Expand All @@ -140,7 +140,7 @@ footer:
# url:
- label: "GitHub"
icon: "fab fa-fw fa-github"
# url:
url: "https://github.com/iloveonsen"
- label: "GitLab"
icon: "fab fa-fw fa-gitlab"
# url:
Expand Down Expand Up @@ -257,16 +257,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 Down
8 changes: 6 additions & 2 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# 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: "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
26 changes: 26 additions & 0 deletions _pages/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: "Page Not Found"
sitemap: true
permalink: /404.html
---

<style type="text/css" media="screen">
.container {
margin: 10px auto;
max-width: 600px;
text-align: center;
}
h1 {
margin: 30px 0;
font-size: 4em;
line-height: 1;
letter-spacing: -1px;
}
</style>

<div class="container">
<h1>404</h1>

<p><strong>Page not found</strong></p>
<p>The requested page could not be found.</p>
</div>
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
---
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
---
26 changes: 24 additions & 2 deletions _posts/2023-10-20-hello-blog.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,33 @@
---
title: "Welcome to my blog!"
categories: general
tag: [python, test]
toc: true
---
## Hello world!

**Hello world**, this is my first blog post.
### General statement

This is my first blog post.

I hope you like it!

### Update logs

Testing real time server update...

Comments by Giscus update...
Comments by Giscus update...

Add codes...

```python
import numpy as np

var = np.arange(1, 20)
```

## Hello python!

### How start with python?

python is great.
1 change: 1 addition & 0 deletions google7bdb878df6715afc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google7bdb878df6715afc.html

0 comments on commit dcd619f

Please sign in to comment.