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>2021-06-16 21:49:03 +0300
committerGitHub <noreply@github.com>2021-06-16 21:49:03 +0300
commit39f32c038bb1698f43aab0c75d9c32bf85e8687a (patch)
tree5ea0a56b8ff289f1a2a9a49a0d0e2a0cdd85a58f
parent59bb6ddb5cf7e643796dc21aa540da1b290136db (diff)
fix: updates image urls
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 706006d..c90807e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Avicenna Theme
A minimal academic page for academics!
-![Screenshot](images/screenshot.png "Avicenna")
+![Screenshot](https://github.com/hadisinaee/avicenna/blob/master/images/screenshot.png "Avicenna")
# Features
* Minimal, Responsive, and Clean
@@ -76,7 +76,7 @@ You can start the customization with the `config.toml` file. It's located a the
## Adding Your Profile Picture, CV, and Favicon
There is a folder named `static` under the root of your site's folder. Its structure is as follows:
-![static_folder](./static_folder.png)
+![static_folder](https://github.com/hadisinaee/avicenna/blob/master/static_folder.png)
- **Profile Picture**: Simply replace `profile.png` with your profile file. Please use the same name and extenstion, e.g. `profile.png`. It doesn't work if you use another *name* or *extension*.
- **CV**: You need to put your CV directly under `static` folder. I recommend you to use the name `cv.pdf` for your CV file. Also, if you wanted to use another file name, you would need to change it in your introduction. See Introduction Section.
@@ -85,7 +85,7 @@ There is a folder named `static` under the root of your site's folder. Its struc
## Content
All files and folders that you need to modify lies in the `content` folder. The folder should look like this
-![the content folder structure](avicenna_folder.png)
+![the content folder structure](https://github.com/hadisinaee/avicenna/blob/master/avicenna_folder.png)
Avicenna theme has three different sections: `Introduction`, `Publications`, and `Projects`. Based on the previous figure, you might have an intuition where you should modify. However, there are some details that I have to provide.
@@ -135,4 +135,4 @@ To edit the file, go to `content/projects` and then find your `your-project-name
* [Academic Hugo](https://wowchemy.com/templates/)
-[1]: https://gohugo.io/getting-started/installing/ \ No newline at end of file
+[1]: https://gohugo.io/getting-started/installing/