Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new version from external libraires with SRI Support #11

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions theme.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# theme.toml template for a Hugo theme
# See https://github.com/spf13/hugoThemes#themetoml for an example

name = "Hemingway"
name = "Hemingway2"
license = "MIT"
licenselink = "https://github.com/tanksuzuki/hemingway/blob/master/LICENSE.md"
licenselink = "https://github.com/beli3ver/hemingway2/blob/master/LICENSE.md"
description = "Really minimal blog theme for hugo"
homepage = "https://github.com/tanksuzuki/hemingway"
homepage = "https://github.com/beli3ver/hemingway2"
tags = ["blog", "font awesome", "highlight.js"]
features = ["html5", "css3"]
features = ["html5", "css3", "tags"]
min_version = 0.16

[author]
name = "tanksuzuki"
homepage = "http://tanksuzuki.com"
name = "Malte Kiefer"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not very familiar with the evolution of this theme, but how does removing references to the original author make sense for a PR (with a completely unrelated title as well)?

homepage = "https://github.com/beli3ver"