Skip to content

Commit

Permalink
サイトリニューアルでURL変更
Browse files Browse the repository at this point in the history
  • Loading branch information
a1yama committed Mar 7, 2016
1 parent 099f43c commit ea23c5b
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 28 deletions.
1 change: 1 addition & 0 deletions README.md
@@ -1,2 +1,3 @@
欅坂46のメンバーブログが更新されたらSlackのチャンネルに通知するだけ。

RSSがなかったから作った。
55 changes: 29 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config/blog_config.php
@@ -1,7 +1,7 @@
<?php
$blogConfig = [
'mona' => ['url' => 'http://blog.keyakizaka46.com/mob/news/diarKiji.php?site=k46&cd=member&ct=10', 'text' => 'もなのブログが更新されたよ!'],
'beri' => ['url' => 'http://blog.keyakizaka46.com/mob/news/diarKiji.php?site=k46&cd=member&ct=20', 'text' => 'ベリのブログが更新されたよ!'],
'mona' => ['url' => 'http://www.keyakizaka46.com/mob/news/diarKiji.php?site=k46&cd=member&ct=10', 'text' => 'もなのブログが更新されたよ!'],
'beri' => ['url' => 'http://www.keyakizaka46.com/mob/news/diarKiji.php?site=k46&cd=member&ct=20', 'text' => 'ベリのブログが更新されたよ!'],
];

return compact('blogConfig');

0 comments on commit ea23c5b

Please sign in to comment.