Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHadi Sinaee <3697216+hadisinaee@users.noreply.github.com>2019-07-02 20:06:56 +0300
committerGitHub <noreply@github.com>2019-07-02 20:06:56 +0300
commit422bff372585cc092754730afc2af8bf4263a194 (patch)
treeb8cc7ad00f1123c4396477c5e4c56a03e3f0cd22
parent706a5bd39406ad4cafee7a5e459d7e5d7272eac2 (diff)
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
-rw-r--r--exampleSite/content/.gitkeep0
-rw-r--r--exampleSite/static/profile.jpg (renamed from exampleSite/static/profile_bw.jpg)bin33461 -> 33461 bytes
-rw-r--r--layouts/partials/head.html2
-rw-r--r--theme.toml2
4 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/exampleSite/content/.gitkeep
diff --git a/exampleSite/static/profile_bw.jpg b/exampleSite/static/profile.jpg
index 70b0193..70b0193 100644
--- a/exampleSite/static/profile_bw.jpg
+++ b/exampleSite/static/profile.jpg
Binary files differ
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 5baa263..9e8ade9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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">
diff --git a/theme.toml b/theme.toml
index 60a3015..ec70816 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"]