diff --git a/docs/.vitepress/config.mjs b/docs/.vitepress/config.mjs index 3fe7652..d7fc375 100644 --- a/docs/.vitepress/config.mjs +++ b/docs/.vitepress/config.mjs @@ -1,7 +1,7 @@ import { defineConfig } from 'vitepress' const urlName = "https://civif.github.io/"; -const ifImage = "https://civif.github.io/if-flag.png"; +const ifImage = "https://civif.github.io/ImperialFederation-Flag.png"; // https://vitepress.dev/reference/site-config export default defineConfig({ @@ -11,7 +11,7 @@ export default defineConfig({ appearance: "dark", themeConfig: { siteTitle: "Imperial Federation", - logo: "/yoahtl-flag.png", + logo: "/ImperialFederation-Flag.png", // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Home', link: '/' }, @@ -29,7 +29,7 @@ export default defineConfig({ ], socialLinks: [ - { icon: 'github', link: 'https://github.com/vuejs/vitepress' } + { icon: 'github', link: 'https://github.com/CivIF/civif.github.io' } ] } }) diff --git a/docs/index.md b/docs/index.md index c16c8cf..fbfc55e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -5,21 +5,32 @@ layout: home hero: name: "Imperial Federation" text: "Federation of many different governments" - tagline: My great project tagline + tagline: One of the largest nation in CivMC. Rules much of the Deluvia Continent. + image: + src: /ImperialFederation-Flag.png + alt: The Imperial Federation Flag actions: - theme: brand - text: Markdown Examples + text: Learn More link: /markdown-examples - theme: alt - text: API Examples + text: Constitution + link: /api-examples + - theme: alt + text: Government + link: /api-examples + - theme: alt + text: States link: /api-examples features: - - title: Feature A - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature B - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit - - title: Feature C - details: Lorem ipsum dolor sit amet, consectetur adipiscing elit + - title: Largest and diverse nation + details: One of the largest nation in CivMC, housing many different cultures and governments. + - title: Run or represent your state! + details: Unlike other nations in CivMC, you can run your own state or represent one of your favorite state. + - title: Beacon of Liberty + details: Citizens are free to do with their state as they wish. + - title: Continental Nation + details: The nation rules much of the continent called Deluvia. Citizens of the IF enjoys total freedom of movement and safety across the continent. --- diff --git a/docs/public/ImperialFederation-Flag.png b/docs/public/ImperialFederation-Flag.png new file mode 100644 index 0000000..e079c92 Binary files /dev/null and b/docs/public/ImperialFederation-Flag.png differ