Skip to content

Commit

Permalink
add date and authors
Browse files Browse the repository at this point in the history
  • Loading branch information
AkiaCode committed Jan 12, 2025
1 parent 7213759 commit 97c8680
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 1 deletion.
5 changes: 4 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ header_nav = [
default_theme = "light"
display_author = true
toc = true
twitter_card = true
twitter_card = true

footer_content_license = "Creative Commons Attribution 4.0 International"
footer_content_license_link = "https://creativecommons.org/licenses/by/4.0/"
2 changes: 2 additions & 0 deletions content/blog/2023-01-04-post-example.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
+++
title = "Post Example"
date = 2023-01-04
authors = ["Catry"]
[taxonomies]
tags = ["example"]
[extra]
Expand Down
2 changes: 2 additions & 0 deletions content/blog/2025-01-09-2024-FIESTA.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
+++
title = "2024 FIESTA writeup"
date = 2024-10-07
authors = ["Catry"]
[taxonomies]
tags = ["writeup", "ctf", "2024"]
[extra]
Expand Down
2 changes: 2 additions & 0 deletions content/blog/2025-01-11-2021-skku-mentoring.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
+++
title = "2021 성균관대와 함께하는 진로 멘토링"
date = 2021-11-20T14:00:00
authors = ["Catry"]
[taxonomies]
tags = ["skku", "mentoring", "2021"]
[extra]
Expand Down
2 changes: 2 additions & 0 deletions content/blog/2025-01-12-2023-rfid-classic-hacking.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
+++
title = "RFID Mifare Classic 공격 방법 및 카드 복제"
date = 2023-10-23
authors = ["is07king", "Catry"]
[taxonomies]
tags = ["RFID Mifare Classic", "2023", "정보보호영재교육원", "project", "hacking", "report"]
[extra]
Expand Down
2 changes: 2 additions & 0 deletions content/blog/2025-01-12-win-ie-open.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
+++
title = "Windows 11에서 Internet Explorer 켜기"
date = 2025-01-14
authors = ["Catry"]
draft = true
[taxonomies]
tags = ["windows", "2025", "IE", "hacking", "23h2"]
Expand Down
7 changes: 7 additions & 0 deletions templates/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
main {
font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

blockquote {
margin: 0 0 0 1.25rem;
padding: 0 0 0 .5rem;
border-inline-start: .375rem solid var(--accent);
font-style: italic;
}
</style>
<script src="{{ get_url(path='js/script.js', trailing_slash=false) | safe }}" defer></script>
<!-- Google tag (gtag.js) -->
Expand Down

0 comments on commit 97c8680

Please sign in to comment.