mirror of
https://git.earne.link/earnestma/dracublog
synced 2025-04-29 04:38:00 +02:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
9cb8b88c29 | ||
|
9f992cd091 | ||
|
472dcc3011 |
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
@ -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
|
||||
|
||||
|
1
exampleSite/resources/_gen/assets/css/example.org/main.css_48b060fe05b0a273d182ef83c0605941.content
1
exampleSite/resources/_gen/assets/css/example.org/main.css_48b060fe05b0a273d182ef83c0605941.content
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
|
||||
|
||||
[](https://git.earne.link/earnestma/dracublog)
|
||||
[](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
|
||||
|
@ -5,11 +5,11 @@ name = "Dracublog"
|
||||
license = "MIT"
|
||||
licenselink = "https://git.earne.link/earnestma/dracublog/src/branch/main/license"
|
||||
description = "A simple, fully-featured blogging theme with Dracula colors"
|
||||
homepage = "http://www.earnestma.xyz/dracublog"
|
||||
homepage = "https://git.earne.link/earnestma/dracublog"
|
||||
tags = ["blog", "customizable", "dark", "fast", "modern", "responsive"]
|
||||
features = ["blog", "customizable", "dark", "fast", "modern", "responsive"]
|
||||
min_version = "0.67.1"
|
||||
min_version = "0.88.1"
|
||||
|
||||
[author]
|
||||
name = "earnest ma"
|
||||
homepage = "https://www.earnestma.xyz"
|
||||
homepage = "https://earnestma.com"
|
||||
|
Loading…
Reference in New Issue
Block a user