feat: sitemap 插件

This commit is contained in:
2025-11-17 22:37:18 +08:00
parent 0a0c78635a
commit fc8e3a8038
6 changed files with 76 additions and 7 deletions

View File

@@ -7,7 +7,7 @@
.content {
color: aliceblue;
width: var(--layout-width);
max-width: var(--layout-width);
margin: 0 auto;
color: #f9f8f6;
display: flex;

View File

@@ -8,7 +8,7 @@
}
.main-nav {
width: var(--layout-width);
max-width: var(--layout-width);
margin: 0 auto;
height: 100%;
padding: 0 16px;