feat(web): add jekyll website
This commit is contained in:
parent
b5ee62eba2
commit
df6af87a34
24 changed files with 517 additions and 0 deletions
25
spec/web/site/_data/contact.yml
Normal file
25
spec/web/site/_data/contact.yml
Normal file
|
@ -0,0 +1,25 @@
|
|||
# The contact options.
|
||||
|
||||
- type: git
|
||||
icon: "fab fa-git-alt"
|
||||
url: "https://src.514fpv.io:2096/koishi"
|
||||
|
||||
- type: mastodon
|
||||
icon: "fab fa-mastodon"
|
||||
url: ""
|
||||
|
||||
#- type: github
|
||||
# icon: "fab fa-github"
|
||||
#
|
||||
#- type: twitter
|
||||
# icon: "fa-brands fa-x-twitter"
|
||||
|
||||
- type: email
|
||||
icon: "fas fa-envelope"
|
||||
noblank: true
|
||||
|
||||
- type: rss
|
||||
icon: "fas fa-rss"
|
||||
noblank: true
|
||||
|
||||
|
1
spec/web/site/_data/locales/en.yml
Normal file
1
spec/web/site/_data/locales/en.yml
Normal file
|
@ -0,0 +1 @@
|
|||
meta: '<a href="https://src.514fpv.io:2096/koishi/nixos/src/branch/master/spec/web/site" target="_blank">Source code</a>'
|
23
spec/web/site/_data/share.yml
Normal file
23
spec/web/site/_data/share.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
# Sharing options at the bottom of the post.
|
||||
# Icons from <https://fontawesome.com/>
|
||||
|
||||
platforms:
|
||||
- type: Twitter
|
||||
icon: "fa-brands fa-square-x-twitter"
|
||||
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
|
||||
|
||||
- type: Facebook
|
||||
icon: "fab fa-facebook-square"
|
||||
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
|
||||
|
||||
- type: Telegram
|
||||
icon: "fab fa-telegram"
|
||||
link: "https://t.me/share/url?url=URL&text=TITLE"
|
||||
|
||||
- type: Linkedin
|
||||
icon: "fab fa-linkedin"
|
||||
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
|
||||
|
||||
- type: Weibo
|
||||
icon: "fab fa-weibo"
|
||||
link: "http://service.weibo.com/share/share.php?title=TITLE&url=URL"
|
Loading…
Add table
Add a link
Reference in a new issue