You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
497 B
17 lines
497 B
extends /layouts/pure.pug
|
|
|
|
block pageHead
|
|
+css("css/page/index.css")
|
|
|
|
block pageContent
|
|
.home-hero
|
|
.avatar-container
|
|
.author #{$site.site_author}
|
|
img.avatar(src=$site.site_author_avatar, alt="")
|
|
.card
|
|
div 人生轨迹
|
|
+include()
|
|
- var timeLine = [{icon: "第一份工作",title: "???", desc: `做游戏的。`, } ]
|
|
include /htmx/timeline.pug
|
|
//- div(hx-get="/htmx/timeline" hx-trigger="load")
|
|
//- div(style="text-align:center;color:white") Loading
|
|
|