7 changed files with 50 additions and 8 deletions
Binary file not shown.
@ -0,0 +1,10 @@ |
|||||
|
extends /layouts/page.pug |
||||
|
|
||||
|
block pageHead |
||||
|
+css("css/page/index.css") |
||||
|
|
||||
|
block pageContent |
||||
|
.card.home-hero |
||||
|
h1 #{$site.site_title} |
||||
|
p.subtitle #{$site.site_description} |
||||
|
|
@ -1,10 +1,13 @@ |
|||||
extends /layouts/page.pug |
extends /layouts/pure.pug |
||||
|
|
||||
block pageHead |
block pageHead |
||||
+css("css/page/index.css") |
+css("css/page/index.css") |
||||
|
|
||||
block pageContent |
block pageContent |
||||
.card.home-hero |
.card.home-hero |
||||
|
.avatar-container |
||||
|
.author 罗非鱼 |
||||
|
img.avatar(src="https://alist.xieyaxin.top/p/%E6%B8%B8%E5%AE%A2%E6%96%87%E4%BB%B6/%E5%85%AC%E5%85%B1%E4%BF%A1%E6%81%AF/avatar.jpg", alt="") |
||||
h1 #{$site.site_title} |
h1 #{$site.site_title} |
||||
p.subtitle #{$site.site_description} |
p.subtitle #{$site.site_description} |
||||
|
|
||||
|
Loading…
Reference in new issue