Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Masaya Tojo
www.tojo.tokyo
Commits
b274a8dd
Commit
b274a8dd
authored
Feb 19, 2020
by
Masaya Tojo
Browse files
Add about-me page
parent
c0b288b1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
34 additions
and
1 deletion
+34
-1
haunt.scm
haunt.scm
+1
-1
posts/about-me.sxml
posts/about-me.sxml
+33
-0
No files found.
haunt.scm
View file @
b274a8dd
...
...
@@ -50,7 +50,7 @@
(
li
(
@
(
class
"nav-logo"
))
(
a
(
@
(
href
"/"
))
"TojoQK"
))
(
li
(
@
(
class
"nav-item"
))
(
a
(
@
(
href
"
#
"
))
"About me"
))
(
a
(
@
(
href
"
/about-me.html
"
))
"About me"
))
(
li
(
@
(
class
"nav-item"
))
(
a
(
@
(
href
"#"
))
"Contact"
))))
(
article
(
@
(
class
"main"
))
...
...
posts/about-me.sxml
0 → 100644
View file @
b274a8dd
(use-modules (haunt utils))
`((title . "私について")
(id . "about-me")
(date . ,(string->date* "2020-02-19 00:00"))
(content
(h2 "自己紹介")
"とりあえず箇条書きで"
(ul
(li "好きなもの"
(ul (li "Scheme")
(li "S式")
(li "Lisp")
(li "行動分析学")
(li "宇宙")
(li "高いところ")
(li "チップチューン")
(li "中性子星")
(li "エレクトロスウィング")))
(li "苦手なもの"
(ul (li "吠える犬")
(li "自分の死")
(li "暴力")
(li "悪夢")
(li "血液型性格診断")
(li "心や性格を行動の原因として扱うこと")))
(li "休日にすること"
(ul (li "プログラミング")
(li "外食")
(li "呼吸"))))
(h2 "よくある質問")
(p "Q. TojoQKのQKってどういう意味なんですか?")
(p "A. QK自体には何の意味もありません。Tojoと連結するとユニークな識別子として機能することが唯一の役割です。")))
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment