diff --git a/exampleSite/content/.gitkeep b/exampleSite/content/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/exampleSite/static/profile_bw.jpg b/exampleSite/static/profile.jpg similarity index 100% rename from exampleSite/static/profile_bw.jpg rename to exampleSite/static/profile.jpg 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 @@
- +

{{ .Site.Title }}

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