Fixing HugoThemes Feedbacks (#5)
* add: 'content' folder under exampleSite fix #4 * fix: absURL added for profile.jpg fix #3 * update: added description about theme close #2 * fix: profile image renamed to the hardcoded one
This commit is contained in:
parent
706a5bd394
commit
422bff3725
0
exampleSite/content/.gitkeep
Normal file
0
exampleSite/content/.gitkeep
Normal file
Before Width: | Height: | Size: 33 KiB After Width: | Height: | Size: 33 KiB |
@ -1,5 +1,5 @@
|
||||
<div class="header">
|
||||
<img src="profile.jpg" class="profile_image">
|
||||
<img src={{ "profile.jpg" | absURL }} class="profile_image">
|
||||
<h1 class="site-title">{{ .Site.Title }}</h1>
|
||||
<div class="site-affilation">
|
||||
<span class="affilation">
|
||||
|
@ -4,7 +4,7 @@
|
||||
name = "Avicenna"
|
||||
license = "MIT"
|
||||
licenselink = "https://github.com/hadisinaee/avicenna/blob/master/LICENSE"
|
||||
description = ""
|
||||
description = "A minimal, simple, and responsive academic page."
|
||||
homepage = "https://github.com/hadisinaee/avicenna"
|
||||
tags = ["academic", "personal", "minimal", "minimalist", "clean", "responsive", "simple", "university"]
|
||||
features = ["Academic", "Responsive", "Clean And Minimal", "Social Media Links"]
|
||||
|
Loading…
Reference in New Issue
Block a user