some cleanup

This commit is contained in:
Jerry Kiely 2019-11-06 01:47:04 +00:00
parent c185ec7954
commit 75a0c50ce0
4 changed files with 8 additions and 10 deletions

View file

@ -37,11 +37,9 @@ designed for developers by Xiaoying Riley.
<!--
## Demo
You can see it in action on [Hugo Themes site](http://themes.gohugo.io/theme/hugo-devresume-theme/).
-->
@ -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:

View file

@ -12,7 +12,10 @@
<p>{{ with .details }}{{ . | markdownify }}{{ end }}</p>
<ul class="resume-list">
{{ range .items }}
<!--
<li><span class="resume-degree font-weight-bold">{{ .heading }}</span> {{ with .details }}{{ . | markdownify }}{{ end }}</li>
-->
<li>{{ with .details }}{{ . | markdownify }}{{ end }}</li>
{{ end }}
</ul>
</div>

View file

@ -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"