40 lines
1.1 KiB
XML
40 lines
1.1 KiB
XML
<?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">
|
|
<link name="Home" href="./" />
|
|
<link name="Contact" href="./contact" />
|
|
<link name="Webring" href="./webring" />
|
|
<link name="BoatsNET" href="./irc" />
|
|
</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>
|