Compare commits

..

3 commits

Author SHA1 Message Date
grassblock
534abd91e3 chore: add idea config 2025-05-01 17:44:17 +08:00
grassblock
2a25b1071b feat: change the footer 2025-05-01 17:43:46 +08:00
grassblock
4f28851f77 fix: search bar layout 2025-05-01 17:43:25 +08:00
7 changed files with 37 additions and 2 deletions

8
.idea/.gitignore generated vendored Normal file
View file

@ -0,0 +1,8 @@
# Default ignored files
/shelf/
/workspace.xml
# Editor-based HTTP Client requests
/httpRequests/
# Datasource local storage ignored files
/dataSources/
/dataSources.local.xml

12
.idea/mercury.iml generated Normal file
View file

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="WEB_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
<excludeFolder url="file://$MODULE_DIR$/temp" />
<excludeFolder url="file://$MODULE_DIR$/tmp" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>

8
.idea/modules.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/mercury.iml" filepath="$PROJECT_DIR$/.idea/mercury.iml" />
</modules>
</component>
</project>

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

2
public/mercury.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 18 KiB

View file

@ -87,7 +87,6 @@
font-family: var(--font-mono); font-family: var(--font-mono);
font-size: 1rem; font-size: 1rem;
padding: 0.5rem; padding: 0.5rem;
width: 100%;
outline: none; outline: none;
} }

View file

@ -44,7 +44,7 @@ const { title, path = "~/grassblock/micr0blog" } = Astro.props;
<footer class="footer"> <footer class="footer">
<div class="container"> <div class="container">
Powered by <a href="#">Bear ƒ••?</a> Powered by <a href="https://git.gb0.dev/gb/mercury"><img src="mercury.svg" width="16px" alt="mercury logo" /> mercury</a>
</div> </div>
</footer> </footer>
</body> </body>