Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dracula/mkdocs

πŸ§›πŸ»β€β™‚οΈ Dark theme for Mkdocs
https://github.com/dracula/mkdocs

documentation documentation-tool dracula-theme material-ui mkdocs mkdocs-site mkdocs-theme python python-3 python3 theme theme-ui themes

Last synced: 3 days ago
JSON representation

πŸ§›πŸ»β€β™‚οΈ Dark theme for Mkdocs

Awesome Lists containing this project

README

        

# Dracula for [Mkdocs](https://www.mkdocs.org/)

> A dark theme for [Mkdocs](https://www.mkdocs.org/).

![Screenshot](https://raw.githubusercontent.com/dracula/mkdocs/main/screenshot.png)

## Install

### Installation MkDocs

To install MkDocs, run the following command from the command line:

```bash
pip install mkdocs
```

### Installation theme

Install the theme using PIP:

```bash
pip install mkdocs-dracula-theme
```

### Activating theme

After the theme is installed, edit your `mkdocs.yml` file and set the theme name to `dracula`:

```yml
theme:
name: dracula
```

All instructions can be found at [draculatheme.com/mkdocs](https://draculatheme.com/mkdocs).

## Team

This theme is maintained by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/mkdocs/graphs/contributors).

| [![Fernando Celmer](https://github.com/FernandoCelmer.png?size=100)](https://github.com/FernandoCelmer) | [![Lautaro LinquimΓ‘n](https://github.com/Ymil.png?size=100)](https://github.com/Ymil) |
| ------------------------------------------------------------------------------------------------------- | --------------------------------------------- |
| [Fernando Celmer](https://github.com/FernandoCelmer) | [Lautaro LinquimΓ‘n](https://github.com/Ymil) |

## Community

- [Twitter](https://twitter.com/draculatheme) - Best for getting updates about themes and new stuff.
- [GitHub](https://github.com/dracula/dracula-theme/discussions) - Best for asking questions and discussing issues.
- [Discord](https://draculatheme.com/discord-invite) - Best for hanging out with the community.

## Getting Help

We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them. If you need anything, I ask you to please follow our templates for opening issues or discussions.

- πŸ› [Bug Report](https://github.com/dracula/mkdocs/issues/new/choose)
- πŸ“• [Documentation Issue](https://github.com/dracula/mkdocs/issues/new/choose)
- πŸš€ [Feature Request](https://github.com/dracula/mkdocs/issues/new/choose)
- πŸ’¬ [General Question](https://github.com/dracula/mkdocs/issues/new/choose)

## Commit Style

- βš™οΈ FEATURE
- πŸ“ PEP8
- πŸ“Œ ISSUE
- πŸͺ² BUG
- πŸ“˜ DOCS
- πŸ“¦ PyPI
- ❀️️ TEST
- ⬆️ CI/CD
- ⚠️ SECURITY

## License

[MIT License](./LICENSE)