chore: optimize the project structure
Some checks failed
Build Demo / build (push) Failing after 10s

This commit is contained in:
2024-08-10 17:15:24 +08:00
parent 04e1d0d313
commit 76ce2492ab
12 changed files with 71 additions and 63 deletions

View File

@ -8,7 +8,7 @@
<meta name="description" content="{{ config.site_description }}" />
<link rel="icon" href="{{ config.theme.favicon | url }}" />
<title>{{ config.site_name }}</title>
<link rel="stylesheet" href="assets/stylesheets/main.css"/>
<link rel="stylesheet" href="assets/stylesheets/home.css"/>
</head>
<body>
@ -16,6 +16,6 @@
<div id="pseudo-3d-layer"></div>
<script src="assets/javascripts/main.js"></script>
<script src="assets/javascripts/home.js"></script>
</body>
</html>