mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:25:55 +00:00
7 lines
473 B
TypeScript
7 lines
473 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> <i class="fa fa-clock fa-xs fa-beat"></i>`,
|
|
copyright: `Copyright © 2023-${new Date().getFullYear()} <a href="https://github.com/andatoshiki">Anda Toshiki</a> \n <span id="runtime_span"></span>`,
|
|
}
|