Go to file
Kazuhiro MUSASHI 6ab93a3d2d `hugo sever`用のタスクを追加
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..99233bd
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,3 @@
+#!/usr/bin/env rake
+
+Dir['tasks/**/*.rake'].each { |path| load path }
diff --git a/tasks/demo.rake b/tasks/demo.rake
new file mode 100755
index 0000000..d10863b
--- /dev/null
+++ b/tasks/demo.rake
@@ -0,0 +1,12 @@
+#!/usr/bin/env rake
+
+require 'socket'
+
+desc 'Generate the HTML demo pages including drafts'
+task :demo do
+  ip = Socket.getifaddrs.select{|x|
+    x.name == "ens160" and x.addr.ipv4?
+  }.first.addr.ip_address
+
+  sh "hugo server --buildDrafts -w --bind #{ip} -b #{ip} --disableFastRender"
+end
2023-01-01 10:21:24 +09:00
archetypes initial commit 2022-12-30 17:11:39 +09:00
tasks `hugo sever`用のタスクを追加 2023-01-01 10:21:24 +09:00
.gitattributes Git LFSを利用する 2023-01-01 10:21:24 +09:00
.gitignore Add .gitignore 2022-12-31 12:26:13 +09:00
Rakefile `hugo sever`用のタスクを追加 2023-01-01 10:21:24 +09:00
config.toml initial commit 2022-12-30 17:11:39 +09:00
readme.md `readme.md`の追加 2022-12-30 17:13:58 +09:00

readme.md

かつて存在していた東北大学・ランニングサークル Everun のサークルページになります。放置していたけれど、リニューアルをします。