dracublog/readme.md

34 lines
1.2 KiB
Markdown
Raw Normal View History

2021-02-05 11:36:58 -05:00
# [Dracublog](https://www.earnestma.xyz/dracublog)
[![git repo](https://img.shields.io/badge/repo-git-informational.svg?logo=gitea)](https://git.earne.link/earnestma/dracublog)
[![GitHub mirror](https://img.shields.io/badge/mirror-GitHub-black.svg?logo=github)](https://github.com/earnestma/dracublog)
A simple, fully-featured Hugo blogging theme with Dracula colors.
2021-02-05 14:30:16 -05:00
**Demo**: -
2021-02-05 21:04:34 -05:00
[My personal site](https://www.earnestma.xyz) uses this theme.
2021-02-05 14:30:16 -05:00
## Install
- Git submodule
`git submodule add https://git.earne.link/earnestma/dracublog.git themes/dracublog`
2021-02-05 21:04:34 -05:00
The `main` branch will always point to the latest stable tag. To track the develop branch, you may instead use `git submodule add https://git.earne.link/earnestma/dracublog.git themes/dracublog -b develop`
2021-02-05 14:30:16 -05:00
- Release
Regular and minified release tarbells are available: **[here](https://git.earne.link/earnestma/dracublog/releases)** and [on GitHub releases](https://github.com/earnestma/dracublog/releases). Simply uncompress to the themes directory.
## Configuration
2021-02-05 11:36:58 -05:00
## Contributing
2021-02-05 14:30:16 -05:00
Please see [contributing.md](contributing.md). This project is licensed under the [MIT License](license.md).
2021-02-05 11:36:58 -05:00
## Thanks
- [Dracula theme](https://draculatheme.com/) (MIT)
- [Simple CSS](https://simplecss.org/) (MIT)