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 17, 2024
1 parent be37adf commit 57acfcb
Show file tree
Hide file tree
Showing 31 changed files with 2,655 additions and 143 deletions.
16 changes: 12 additions & 4 deletions .vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,21 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Story', link: '/dune/the-story/' }
{ text: 'Archive', link: '/dune/the-story/' }
],
sidebar: [
{
text: 'Archive',
text: 'πŸ”° THE LAST PROMPT', link: '/'
},
{
text: 'Archive', link: '/archive/building-strong-deck/',
items: [
{ text: 'πŸ–– How This Site Was Made', link: '/archive/how-this-site-was-made/' }
{ text: 'πŸ–– How This Site Was Made', link: '/archive/how-this-site-was-made/' },
{ text: '🎴 Building Strong D*ck', link: '/archive/building-strong-deck/' }
]
},
{
text: 'The Hearth of Dune',
text: 'The Hearth of Dune', link: '/dune/the-story/',
items: [
{ text: 'πŸ“ƒ The Story', link: '/dune/the-story/',
items: [ ]},
Expand All @@ -61,6 +65,10 @@ export default defineConfig({
]
}
],
footer: {
message: '<strong>FOR INTERNAL USE ONLY πŸ“΅ DO NOT SHARE OUTSIDE OF YOUR ORGANISATION</strong>',
copyright: 'Copyright Β© 1984</a>'
},

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

0 comments on commit 57acfcb

Please sign in to comment.