diff --git a/images/screenshot.png b/images/screenshot.png index 900f145..b807734 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index 69476c1..9941852 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/static/css/style.css b/static/css/style.css index 8950b8f..891c5a8 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -32,7 +32,7 @@ ul.p-menu__lists::before { /* Base style */ * { - transition-duration: 0.7s; + transition-duration: 0.5s; box-sizing: border-box } diff --git a/theme.toml b/theme.toml index 31f3411..26501d2 100644 --- a/theme.toml +++ b/theme.toml @@ -2,9 +2,10 @@ name = "Potato Dark" license = "MIT" licenselink = "https://github.com/surajmandalcell/potato-dark/blob/master/LICENSE.md" description = "Potato Dark is a modern, simple and beautiful Hugo theme" -author = "Suraj Mandal" -homepage = "" source_repo = "git@github.com:surajmandalcell/potato-dark.git" tags = ["Responsive", "Blog", "Google analytics", "Disqus", "Clean", "Tags", "Minimal", "Minimalist", "Simple", "White", "Starter"] features = ["blog"] min_version = 0.27 +[author] + name = "SurajMandal" + homepage = "https://surajmandalcell.github.com/"