diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..a82e666 Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..c8c12e0 Binary files /dev/null and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index 863c600..30c1a9e 100644 --- a/theme.toml +++ b/theme.toml @@ -1,21 +1,13 @@ -# theme.toml template for a Hugo theme -# See https://github.com/gohugoio/hugoThemes#themetoml for an example - name = "Holy" license = "MIT" -licenselink = "https://github.com/yourname/yourtheme/blob/master/LICENSE" -description = "" -homepage = "http://example.com/" -tags = [] -features = [] +licenselink = "https://github.com/serkodev/holy/blob/master/LICENSE" +description = "A simple and clean Hugo theme" +homepage = "https://github.com/serkodev/holy" +demosite = "https://hugo-holy.pages.dev/" +tags = ["blog", "responsive", "simple", "minimal", "personal", "dark", "dark mode", "contact"] +features = ["fast", "blog", "syntax highlighting", "dark mode"] min_version = "0.41.0" [author] - name = "" - homepage = "" - -# If porting an existing theme -[original] - name = "" - homepage = "" - repo = "" + name = "SerKo" + homepage = "https://serko.dev"