Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Welcome to DART! A VuePress theme that supports a light & dark themes, multiple colour schemes, and many other useful features. A modified version of Reco.

License

Notifications You must be signed in to change notification settings

MenuDocs/vuepress-theme-dart

Repository files navigation

Dart

Welcome to DART! A modified vuepress theme from Reco! We've made some amazing changes to this package that you'll enjoy.
Check out the theme, Reco

Changes you can use

404 messages

We've added custom 404 messages that you can mix with the default ones.

module.exports = {
    themeConfig: {
        // Custom 404 messages, omit to keep the default messages.
        notFoundMessages: [ `Oops, I think you found a dead link.` ],
        // This will mix the notFoundMessages with the default messages
        mixNotFoundMessages: true
    }
};

Page authors

Now you can have multiple authors with hyperlinks to another site or by default, their github.

---
authors:
- User 
- [User]
- [Example User, https://github.com/User]
- [User, https://example.com]
---

# My markdown page

This is what will be shown for each.

  1. User (https://github.com/User)
  2. User (https://github.com/User)
  3. Example User (https://github.com/User)
  4. User (https://example.com)

Changes to improve the visual aspect

Tags

Tags will be separated with a comma, before it was separated with a space.

Work in progress changes

stay up to date https://trello.com/b/l4zH3Ne2/menudocs-written-guide

  • Remove Auto or actually make it work.
  • Accent colours.
  • Stripping Unnecessary code back.
  • Removal of loading pacman.
  • Improve Colours on Categories and Tags.
  • Fix the broken tags system

About

Welcome to DART! A VuePress theme that supports a light & dark themes, multiple colour schemes, and many other useful features. A modified version of Reco.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •