Skip to content

Commit

Permalink
DRAFT-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Angel-of-Dev committed Apr 19, 2024
1 parent be37adf commit 5d59863
Show file tree
Hide file tree
Showing 113 changed files with 1,172 additions and 7,437 deletions.
25 changes: 8 additions & 17 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -35,32 +35,23 @@ export default defineConfig({
},
appearance: "force-dark",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Story', link: '/dune/the-story/' }
{ text: '🧿', link: '/archive/al-with-no-eye/' },
{ text: '🌱', link: '/archive/bereshit/' }
],
sidebar: [
{
text: 'Archive',
items: [
{ text: 'πŸ–– How This Site Was Made', link: '/archive/how-this-site-was-made/' }
]
},
{
text: 'The Hearth of Dune',
items: [
{ text: 'πŸ“ƒ The Story', link: '/dune/the-story/',
items: [ ]},
{ text: '🌏 The Universe', link: '/dune/the-universe/',
items: [
{ text: 'β˜€οΈ Stars', link: '/dune/the-universe/stars/' },
{ text: 'πŸͺ Stable Orbit Mechanics', link: '/dune/the-universe/stable-orbit-mechanics/' },
{ text: 'πŸŒ™ Moons', link: '/dune/the-universe/moons/' },
{ text: 'πŸ”­ Star Selector', link: '/dune/the-universe/star-selector/' }
]}
{ text: '🌱 In The Beginning', link: '/archive/bereshit/' },
{ text: '🧿 Al With No Eye', link: '/archive/al-with-no-eye/' }
]
}
],
footer: {
message: '<strong>FOR ETERNAL USE ONLY πŸ“΅ DO YOUR SHARE</strong>',
copyright: 'Opera Aperta'
},

socialLinks: [
{ icon: 'github', link: 'https://github.com/Angel-of-Dev' }
Expand Down
Loading

0 comments on commit 5d59863

Please sign in to comment.