34 lines
1.2 KiB
Markdown
34 lines
1.2 KiB
Markdown
# [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.
|
|
|
|
**Demo**: -
|
|
|
|
[My personal site](https://www.earnestma.xyz) uses this theme.
|
|
|
|
## Install
|
|
|
|
- Git submodule
|
|
|
|
`git submodule add https://git.earne.link/earnestma/dracublog.git themes/dracublog`
|
|
|
|
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`
|
|
|
|
- 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
|
|
|
|
## Contributing
|
|
|
|
Please see [contributing.md](contributing.md). This project is licensed under the [MIT License](license.md).
|
|
|
|
## Thanks
|
|
|
|
- [Dracula theme](https://draculatheme.com/) (MIT)
|
|
- [Simple CSS](https://simplecss.org/) (MIT)
|