Compare commits

..

No commits in common. "b14099207d1205cea1cf0de61ea52afe5e2dbd7a" and "87530733b3ac4bcdc083e72a07c0ddd917182399" have entirely different histories.

8 changed files with 7 additions and 9 deletions

View File

@ -40,8 +40,8 @@ $ hugo server
To kick start, copy the following configuration and paste it in `config.toml` file in your root directory.
__IMPORTANT__
- copy your profile picture and name it `profile.jpg` in the `static` folder
- copy your CV file in the `static` folder. Set the `cv_name` variable to its full file name.
- copy your profile picture named `profile.jpg` in the `static` folder
- copy your CV file in the `static` folder. Set the `cv_name` variable to your its full file name.
```toml
baseURL = "https://example.edu"

View File

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

View File

@ -1,6 +1,6 @@
<div class="footer wrapper">
<nav class="nav">
<div><a href="https://github.com/hadisinaee/avicenna">Avicenna Theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
<div>Avicenna Theme | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>

View File

@ -1,5 +1,5 @@
<div class="header">
<img src={{ "profile.jpg" | absURL }} class="profile_image">
<img src="profile.jpg" class="profile_image">
<h1 class="site-title">{{ .Site.Title }}</h1>
<div class="site-affilation">
<span class="affilation">

View File

@ -1,8 +1,7 @@
<div class="introduction">
{{ with .Site.Params.projects }}
<h4>Projects</h4>
<ul>
{{- range $index, $projects_map := $.Site.Params.projects -}}
{{- range $index, $projects_map := .Site.Params.projects -}}
{{ range $elem_index, $project := $projects_map.project }}
<li>
@ -31,5 +30,4 @@
{{- end -}}
</ul>
{{ end }}
</div>

View File

@ -10,7 +10,7 @@
{{ if $publication.link }}
<a href="{{ $publication.link }}" class="publications"> {{ $publication.name }}, </a>
{{ else }}
<p class="publications"> {{ $publication.name }}, </p>
<p class="publications">{{ $publication.name }},</p>
{{ end }}
{{ $publication.dest | markdownify }}.

View File

@ -4,7 +4,7 @@
name = "Avicenna"
license = "MIT"
licenselink = "https://github.com/hadisinaee/avicenna/blob/master/LICENSE"
description = "A minimal, simple, and responsive academic page."
description = ""
homepage = "https://github.com/hadisinaee/avicenna"
tags = ["academic", "personal", "minimal", "minimalist", "clean", "responsive", "simple", "university"]
features = ["Academic", "Responsive", "Clean And Minimal", "Social Media Links"]