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
727abc91
Commit
727abc91
authored
Feb 19, 2020
by
Masaya Tojo
Browse files
description を追加する
parent
28f10eb9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
haunt.scm
haunt.scm
+1
-0
posts/about-me.sxml
posts/about-me.sxml
+1
-0
posts/contact.sxml
posts/contact.sxml
+1
-0
No files found.
haunt.scm
View file @
727abc91
...
...
@@ -99,6 +99,7 @@
(
cons
`
((
title
.
,
title
)
(
type
.
"website"
)
(
description
.
"TojoQKのブログ"
)
(
url
.
"/"
))
`
((
h1
"最近の投稿"
)
(
ul
(
@
(
class
"post-list"
))
...
...
posts/about-me.sxml
View file @
727abc91
...
...
@@ -4,6 +4,7 @@
(id . "about-me")
(date . ,(string->date* "2020-02-19 00:00"))
(updated . ,(string->date* "2020-02-19 05:00"))
(description . "自己紹介のページ")
(content
(h2 "自己紹介")
"とりあえず箇条書きで"
...
...
posts/contact.sxml
View file @
727abc91
...
...
@@ -3,6 +3,7 @@
`((title . "連絡先")
(id . "contact")
(date . ,(string->date* "2020-02-19 00:00"))
(description . "TojoQKの問い合わせページ")
(content
(h3 (a (@ (href "https://twitter.com/tojoqk")) "Twitter"))
(p "TojoQKを観測することのできる唯一のSNSです。")
...
...
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