chore: Update docs
parent
b209dbb47d
commit
472dcc3011
|
@ -0,0 +1,3 @@
|
|||
.hugo_build.lock
|
||||
exampleSite/themes
|
||||
exampleSite/resources
|
|
@ -4,25 +4,19 @@
|
|||
|
||||
Thank you for your interest in contributing to this project!
|
||||
|
||||
## Bug Reports
|
||||
## Bug Reports and Suggestions
|
||||
|
||||
Please open a new issue [here](https://git.earne.link/earnestma/dracublog/issues).
|
||||
Please open a new issue [here](https://git.earne.link/earnestma/dracublog/issues) or discuss on [earne.link Discussion](https://discuss.earne.link/t/earnest).
|
||||
|
||||
## Style Guide
|
||||
|
||||
See the [editor configuration file](.editorconfig) file for hints.
|
||||
|
||||
## Suggesting Changes
|
||||
|
||||
For pull requests:
|
||||
|
||||
For patches, simply [format your patch](https://git-send-email.io/) and [email it](https://www.earnestma.xyz/contact) to me (same email as `git log | grep "Author: earnest ma" -m 1`).
|
||||
|
||||
If you prefer creating a pull request:
|
||||
## Making Changes
|
||||
|
||||
- [Fork the repo](https://git.earne.link/earnestma/dracublog), clone and create a branch
|
||||
- Add, commit your changes, push to branch
|
||||
- [Create a PR](https://git.earne.link/earnestma/dracublog/pulls) targeting `develop` branch (in most cases)
|
||||
- [Create a PR](https://git.earne.link/earnestma/dracublog/pulls)
|
||||
|
||||
## Changelog
|
||||
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
{"Target":"main.min.2700adb3e3573b5490a0c66bf3eca5392a7adccce620f5752baf8f8a11e1188d.css","MediaType":"text/css","Data":{"Integrity":"sha256-JwCts+NXO1SQoMZr8+ylOSp63MzmIPV1K6+PihHhGI0="}}
|
File diff suppressed because one or more lines are too long
|
@ -1 +0,0 @@
|
|||
{"Target":"main.min.2700adb3e3573b5490a0c66bf3eca5392a7adccce620f5752baf8f8a11e1188d.css","MediaType":"text/css","Data":{"Integrity":"sha256-JwCts+NXO1SQoMZr8+ylOSp63MzmIPV1K6+PihHhGI0="}}
|
2
license
2
license
|
@ -1,6 +1,6 @@
|
|||
The MIT License (MIT)
|
||||
|
||||
Copyright (c) 2021 earnest ma
|
||||
Copyright (c) 2021-2022 earnest ma
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||
this software and associated documentation files (the "Software"), to deal in
|
||||
|
|
22
readme.md
22
readme.md
|
@ -1,7 +1,6 @@
|
|||
# [Dracublog](https://earnestma.xyz/dracublog)
|
||||
# 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.
|
||||
|
||||
|
@ -14,22 +13,19 @@ Features:
|
|||
- Optional openring styling (generates a list of recent posts from blogs you follow)
|
||||
- `noindex` param to prevent certain pages from being indexed
|
||||
|
||||
**Demo**: -
|
||||
|
||||
[My personal site](https://earnestma.xyz) uses this theme.
|
||||
|
||||
## Install
|
||||
|
||||
- Git submodule
|
||||
**Tarball**
|
||||
|
||||
- Version: `https://git.earne.link/earnestma/dracublog/archive/$VERSION.tar.gz`
|
||||
- Main branch: `https://git.earne.link/earnestma/dracublog/archive/main.tar.gz`
|
||||
|
||||
You can add `themes/dracublog` to `.gitignore`, and extract it there.
|
||||
|
||||
**Through a 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
|
||||
|
||||
## Gemini Output
|
||||
|
|
Loading…
Reference in New Issue