Skip to content

Commit

Permalink
Merge pull request #17 from kstm-su/post-202405-bbq
Browse files Browse the repository at this point in the history
Post 202405 bbq
  • Loading branch information
nona-takahara authored May 17, 2024
2 parents 0937e5d + c07021c commit 5443688
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 39 deletions.
75 changes: 36 additions & 39 deletions src/.vuepress/config.js
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",
],
},
],
},
};
Binary file added src/.vuepress/public/kstmbbq2024/kstmBBQ2024.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/posts/20240515-bbq.md
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)

快晴の下、肉をおいしくいただきました。

0 comments on commit 5443688

Please sign in to comment.