Merge branch 'main' into add-skype-and-telegram-to-social-links

This commit is contained in:
Christian Sarnataro
2023-02-11 00:13:10 +01:00
committed by GitHub
11 changed files with 122 additions and 99 deletions

View File

@@ -102,7 +102,6 @@ const config = {
link: 'https://example.com',
},
],
// Display blog posts from your medium or dev account. (Optional)
blog: {
source: 'dev', // medium | dev
@@ -118,7 +117,7 @@ const config = {
snippetVersion: 6,
},
themeConfig: {
defaultTheme: 'business',
defaultTheme: 'winter',
// Hides the switch in the navbar
// Useful if you want to support a single color mode
@@ -176,6 +175,13 @@ const config = {
'--rounded-btn': '3rem',
},
},
// Optional Footer. Supports plain text or HTML.
footer: `Made with <a
class="text-primary" href="https://github.com/arifszn/gitprofile"
target="_blank"
rel="noreferrer"
>GitProfile</a> and ❤️`,
};
export default config;