update: site footer style

This commit is contained in:
radishzzz 2025-02-21 08:44:57 +00:00
parent 09fe7dcb37
commit ba02b15c16
3 changed files with 90 additions and 9 deletions

View file

@ -74,16 +74,16 @@ export const themeConfig: ThemeConfig = {
// FOOTER SETTINGS >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> START
footer: {
linkA: {
name: 'RSS',
url: '/rss.xml',
name: 'RSS', // Link name
url: '/rss.xml', // Link URL
},
linkB: {
name: 'GitHub',
url: 'https://github.com/radishzzz/astro-theme-retypeset',
name: 'GitHub', // Link name
url: 'https://github.com/radishzzz/astro-theme-retypeset', // Link URL
},
linkC: {
name: 'Telegram',
url: 'https://t.me/radishzz',
name: 'Telegram', // Link name
url: 'https://t.me/radishzz', // Link URL
},
startYear: '2024', // The year when website was established
},