-
Notifications
You must be signed in to change notification settings - Fork 1
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 #17 from kstm-su/post-202405-bbq
Post 202405 bbq
- Loading branch information
Showing
3 changed files
with
48 additions
and
39 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,46 @@ | ||
module.exports = { | ||
title: 'kstm', | ||
dest: 'docs/', | ||
head: [ | ||
['link', { rel: 'icon', type: 'image/svg', href: '/kstm.svg' }] | ||
], | ||
title: "kstm", | ||
dest: "docs/", | ||
head: [["link", { rel: "icon", type: "image/svg", href: "/kstm.svg" }]], | ||
themeConfig: { | ||
logo: '/kstm.svg', | ||
logo: "/kstm.svg", | ||
search: false, | ||
nav: [ | ||
{ text: 'kstmについて', link: '/aboutus' }, | ||
{ text: 'Join', link: '/join' }, | ||
{ text: 'Contact', link: '/contact' }, | ||
{ text: 'Blog', link: '/posts/' } | ||
{ text: "kstmについて", link: "/aboutus" }, | ||
{ text: "Join", link: "/join" }, | ||
{ text: "Contact", link: "/contact" }, | ||
{ text: "Blog", link: "/posts/" }, | ||
], | ||
|
||
// HACK: 自動でインデックスできると楽 | ||
sidebar: [ | ||
{ | ||
title: 'Blog', | ||
path: '/posts/', | ||
title: "Blog", | ||
path: "/posts/", | ||
children: [ | ||
'/posts/', | ||
'/posts/20231201-auto-build.md', | ||
'/posts/geekhaku', | ||
'/posts/ictsc-2020', | ||
'/posts/generate_bacon', | ||
'/posts/advent-calendar-2018', | ||
'/posts/kstm_network', | ||
'/posts/kstm-activity-2017', | ||
'/posts/advent-calendar-2017', | ||
'/posts/kstmztp20171208', | ||
'/posts/isucon7q', | ||
'/posts/20171029-candle', | ||
'/posts/isucon6q', | ||
'/posts/bbq-2016', | ||
'/posts/kodomo-programming-nagano-2', | ||
'/posts/ictsc6', | ||
'/posts/icfpc-2016', | ||
'/posts/kodomo-programming-nagano-1', | ||
'/posts/icpc-2016-tsukuba', | ||
'/posts/kodomo-programming-urugi', | ||
] | ||
} | ||
] | ||
|
||
} | ||
} | ||
|
||
"/posts/", | ||
"/posts/20240515-bbq", | ||
"/posts/20231201-auto-build.md", | ||
"/posts/geekhaku", | ||
"/posts/ictsc-2020", | ||
"/posts/generate_bacon", | ||
"/posts/advent-calendar-2018", | ||
"/posts/kstm_network", | ||
"/posts/kstm-activity-2017", | ||
"/posts/advent-calendar-2017", | ||
"/posts/kstmztp20171208", | ||
"/posts/isucon7q", | ||
"/posts/20171029-candle", | ||
"/posts/isucon6q", | ||
"/posts/bbq-2016", | ||
"/posts/kodomo-programming-nagano-2", | ||
"/posts/ictsc6", | ||
"/posts/icfpc-2016", | ||
"/posts/kodomo-programming-nagano-1", | ||
"/posts/icpc-2016-tsukuba", | ||
"/posts/kodomo-programming-urugi", | ||
], | ||
}, | ||
], | ||
}, | ||
}; |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "BBQをやりました" | ||
date: 2024-05-16T17:10:00+09:00 | ||
--- | ||
|
||
# BBQ をやりました | ||
|
||
BBQ をやりました。久しぶりの開催です。 | ||
|
||
![BBQで炭火コンロを部員で囲んで火を起こしている写真](/kstmbbq2024/kstmBBQ2024.jpg) | ||
|
||
快晴の下、肉をおいしくいただきました。 |