feat(web): add jekyll website
This commit is contained in:
parent
33471a0b11
commit
e2f01d18ae
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
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue