mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +00:00
9 lines
471 B
TypeScript
9 lines
471 B
TypeScript
import { DefaultTheme } from 'vitepress/theme'
|
|
|
|
export const footer: DefaultTheme.Config['footer'] = {
|
|
message: `Wrote with <i class="heart fa fa-heart fa-xs fa-beat"></i> and ☕ by <a href="https://toshiki.dev">Anda Toshiki</a> at <code>root@andatoshiki:/~</code>`,
|
|
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a>
|
|
<br />
|
|
<span id="siteruntime_span"></span>`,
|
|
}
|