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.
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 } };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 pageThis is what will be shown for each.
- User (https://github.com/User)
- User (https://github.com/User)
- Example User (https://github.com/User)
- User (https://example.com)
Tags will be separated with a comma, before it was separated with a space.
Stay up to date https://trello.com/b/l4zH3Ne2/dart