💄 Make a sample demo of custom files, close #33

This commit is contained in:
凡梦星尘 2022-09-11 09:06:05 +08:00
parent fb007e57e5
commit dc66bc1a05
3 changed files with 9 additions and 0 deletions

3
.gitignore vendored
View File

@ -12,6 +12,9 @@ exampleSite/content/**/
# Exclude special files in data folder # Exclude special files in data folder
!exampleSite/data !exampleSite/data
# Exclude special files in layouts folder
!exampleSite/layouts
# Exclude special files in static folder # Exclude special files in static folder
!exampleSite/static !exampleSite/static

View File

@ -0,0 +1,3 @@
<div class="custom-footer">
Website source code <a href="https://github.com/hugo-next/hugo-theme-next/tree/develop/exampleSite/layouts/partials/custom-footer.html" target="_blank">here</a>
</div>

View File

@ -0,0 +1,3 @@
<div class="mydefined animated" itemprop="custom">
<span>支持自定义CSS和Sidebar布局啦💄💄💄</span>
</div>