Skip to content

Commit

Permalink
Updated index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KingColton1 committed Dec 27, 2023
1 parent 49e9631 commit 8f958e2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
@@ -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({
Expand All @@ -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: '/' },
Expand All @@ -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' }
]
}
})
29 changes: 20 additions & 9 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
---

Binary file added docs/public/ImperialFederation-Flag.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8f958e2

Please sign in to comment.