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