From 75a0c50ce0c146d233fe3b62bf25ed65650f2c95 Mon Sep 17 00:00:00 2001 From: Jerry Kiely Date: Wed, 6 Nov 2019 01:47:04 +0000 Subject: some cleanup --- README.md | 5 ----- layouts/partials/contact.html | 4 ++-- layouts/partials/experience.html | 3 +++ theme.toml | 6 +++--- 4 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 3e72d26..b72b888 100644 --- a/README.md +++ b/README.md @@ -37,11 +37,9 @@ designed for developers by Xiaoying Riley. - @@ -63,7 +61,6 @@ You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hug - ## Installation Within the root of your Hugo project execute the following: @@ -77,8 +74,6 @@ Within the root of your Hugo project execute the following: - - ## Getting Started After successful installation as a minimum you need to take the following steps: diff --git a/layouts/partials/contact.html b/layouts/partials/contact.html index 30147b6..4ae4319 100644 --- a/layouts/partials/contact.html +++ b/layouts/partials/contact.html @@ -1,8 +1,8 @@
diff --git a/layouts/partials/experience.html b/layouts/partials/experience.html index d930f7c..7f19f87 100644 --- a/layouts/partials/experience.html +++ b/layouts/partials/experience.html @@ -12,7 +12,10 @@

{{ with .details }}{{ . | markdownify }}{{ end }}

diff --git a/theme.toml b/theme.toml index da8e0b8..df3fd94 100644 --- a/theme.toml +++ b/theme.toml @@ -3,7 +3,7 @@ name = "DevResume" license = "MIT" -licenselink = "//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/LICENSE" +licenselink = "//github.com/cowboysmall-tools/hugo-devresume-theme/blob/master/LICENSE.md" description = "DevResume is a free Bootstrap 4 resume/CV template made for software developers." homepage = "//github.com/cowboysmall-tools/hugo-devresume-theme" tags = ["cv", "resume"] @@ -16,6 +16,6 @@ min_version = "0.41" # If porting an existing theme [original] - name = "Xiaoying Riley" - homepage = "//github.com/xriley" + name = "3rd Wave Media" + homepage = "//themes.3rdwavemedia.com/bootstrap-templates/resume/devresume-free-bootstrap-4-resume-cv-template-for-developers/" repo = "//github.com/xriley/DevResume-Theme" -- cgit v1.2.3