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:
Hadi Sinaee 2019-07-02 21:36:56 +04:30 committed by GitHub
parent 706a5bd394
commit 422bff3725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

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

View File

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