nishiboats/site/skinconf.xml

40 lines
1.1 KiB
XML
Raw Normal View History

2026-07-21 12:51:51 +09:00
<?xml version="1.0"?>
<!--
NOTE!
- Relative path in this config is relative to site/content
- If relative path starts from ./ or ../, it's relative to URL when accessed
- This rule applies to footer's src/href too
-->
<skinconfig>
<search domain="nishi.boats" />
<breadcrumb>
</breadcrumb>
<project>
<name>Nishi's Boats</name>
<description>Nishi's website</description>
<link href="https://nishi.boats" />
<image src="image/nishiboats3.png" />
</project>
<nav>
<group title="Navigation">
2026-08-02 22:03:06 +09:00
<link name="Home" href="./" />
<link name="Contact" href="./contact" />
<link name="Webring" href="./webring" />
<link name="BoatsNET" href="./irc" />
2026-07-21 12:51:51 +09:00
</group>
<group title="Others">
<link name="Pyrite" href="https://pyrite.nishi.boats" />
</group>
</nav>
<favicon></favicon>
<extra-css></extra-css>
<skin>dark</skin> <!-- classic or simple or dark -->
<copyright>
<holder>nishi</holder>
<year>2026</year> <!-- Year when you started this project/whatever copyright holder -->
<link href="https://nishi.boats" />
</copyright>
<footer>
<img src="image/noccp.gif" alt="No CCP" />
</footer>
</skinconfig>