update readme

This commit is contained in:
Hadi Sinaee 2019-06-29 20:34:15 +04:30
parent 546a130916
commit ca09618ba1

View File

@ -21,27 +21,33 @@ A minimal academic page for academics built with Hugo.
> I assume that you know to start with `Hugo`. If you do not know how to run a website with `Hugo`, please read its [quick start](https://gohugo.io/getting-started/quick-start/). > I assume that you know to start with `Hugo`. If you do not know how to run a website with `Hugo`, please read its [quick start](https://gohugo.io/getting-started/quick-start/).
```bash ```bash
cd themes # creates a static site
git clone https://github.com/hadisinaee/avicenna.git $ hugo new site my-academic-page
$ cd my-academic-page
$ cd themes
$ git clone https://github.com/hadisinaee/avicenna.git
$ cd ..
$ cp ./themes/avicenna/exampleSite/config.toml ./
$ cp Path/To/YourPrile/profile.jpg ./static/profile.jpg
$ hugo server
``` ```
# Sample Configuration # Sample Configuration
To kick start, copy the following configuration and paste it in `config.toml` file in your root directory. Then, start changing any part of it. Make sure you have your profile picture under `static` folder named `profile.jpg`
```toml ```toml
# your page address
baseURL = "https://example.edu" baseURL = "https://example.edu"
languageCode = "en-us" languageCode = "en-us"
title = "Your Name" title = "Hadi Sinaee"
theme = "avicenna" theme = "avicenna"
googleAnalytics = "UA-1234-6" googleAnalytics = "UA-1234-6"
timeout=3000 timeout=3000
[params] [params]
# your profile picture should be under "static" folder
profile_image="YourProfileImage.jpg"
subtitle= "PhD Student" subtitle= "PhD Student"
interests="Deep Reinforcement Learning, Machine Learning " interests="Deep Reinforcement Learning, Machine Learning "
# your cv file should be under "static" folder cv_name= "HadiSinaee_CV.pdf"
cv_name= "YourCVNameFile.pdf"
blog="http://myblog.edu" blog="http://myblog.edu"
[[params.affilation]] [[params.affilation]]
@ -70,6 +76,7 @@ timeout=3000
icon = "linkedin" icon = "linkedin"
url = "https://linkedin.com/in/hadisinaee/" url = "https://linkedin.com/in/hadisinaee/"
[[params.introduction.paragraph]] [[params.introduction.paragraph]]
text="""Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. text="""Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi. Integer feugiat scelerisque varius morbi enim. Nunc scelerisque viverra mauris in aliquam sem fringilla ut morbi. Integer feugiat scelerisque varius morbi enim.
@ -88,21 +95,21 @@ timeout=3000
[[params.projects]] [[params.projects]]
[[params.projects.project]] [[params.projects.project]]
name = "my first cool project title" name = "Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor"
description = "Enim facilisis gravida neque convallis a. Suspendisse potenti nullam ac tortor vitae purus faucibus ornare suspendisse.Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor. In nisl nisi scelerisque eu ultrices vitae auctor." description = "Enim facilisis gravida neque convallis a. Suspendisse potenti nullam ac tortor vitae purus faucibus ornare suspendisse.Velit egestas dui id ornare arcu odio ut sem. Nec nam aliquam sem et tortor. In nisl nisi scelerisque eu ultrices vitae auctor."
project_page = "https://myprojecthomepage.com" project_page = "https://myprojecthomepage.com"
code_link = "https://coderepo.com" code_link = "https://coderepo.com"
blog_link = "https://ablogpost.com" blog_link = "https://ablogpost.com"
[[params.projects.project]] [[params.projects.project]]
name = "my second cool project title" name = "In nisl nisi scelerisque eu ultrices vitae auctor"
description = "" description = ""
project_page = "https://myprojecthomepage.com" project_page = "https://myprojecthomepage.com"
code_link = "https://coderepo.com" code_link = "https://coderepo.com"
blog_link = "" blog_link = ""
[[params.projects.project]] [[params.projects.project]]
name = "my third cool project title" name = "Integer eget aliquet nibh praesent tristique magna"
description = "" description = ""
project_page = "https://myprojecthomepage.com" project_page = "https://myprojecthomepage.com"
code_link = "" code_link = ""
@ -112,17 +119,17 @@ timeout=3000
year="Preprint" year="Preprint"
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 1" name = "Enim nunc faucibus a pellentesque sit amet porttitor"
authors = "Author 1, Author 2, __ME__" authors = "Ana Alvardo, William Worthley, __Hadi Sinaee__"
dest = "Journal/Conference" dest = "Helga Zita Journal"
link = "https://mypaperishere.com" link = "https://mypaperishere.com"
code_link = "https://thecoderepo.com" code_link = "https://thecoderepo.com"
blog_link = "https://myblogaboutit.com" blog_link = "https://myblogaboutit.com"
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 2" name = "In cursus turpis massa tincidunt dui ut ornare lectus sit"
authors = "__ME__, Author 1, Author 2" authors = "__Hadi Sinaee__,Les Larkins, Edra Ethier"
dest = "Journal/Conference" dest = "Meklit Katlego Conference"
link = "https://mypaperishere.com" link = "https://mypaperishere.com"
code_link = "https://thecoderepo.com" code_link = "https://thecoderepo.com"
blog_link = "https://myblogaboutit.com" blog_link = "https://myblogaboutit.com"
@ -131,40 +138,41 @@ timeout=3000
year="2019" year="2019"
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 1" name = "Feugiat sed lectus vestibulum mattis ullamcorper velit sed"
authors = "Author 1, __ME__ Author 2" authors = "Caroll Comes, __Hadi Sinaee__"
dest = "Journal/Conference" dest = "Udo Madhu Journal"
link = "https://mypaperishere.com" link = "https://mypaperishere.com"
code_link = "https://thecoderepo.com" code_link = "https://thecoderepo.com"
blog_link = "" blog_link = ""
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 2" name = "Venenatis urna cursus eget nunc. Nam aliquam sem et tortor consequat id porta nibh venenatis"
authors = "Author 1, __ME__ " authors = "Les Larkins, Ana Alvardo, __Hadi Sinaee__ "
dest = "Journal/Conference" dest = "Zorka Vita Conference"
link = "https://mypaperishere.com" link = "https://mypaperishere.com"
code_link = "" code_link = ""
blog_link = "https://myblogaboutit.com" blog_link = "https://myblogaboutit.com"
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 3" name = "Aliquet eget sit amet tellus cras adipiscing enim eu turpis"
authors = "__ME__, Author 1 " authors = "Les Larkins, __Hadi Sinaee__, Ana Alvardo"
dest = "Journal/Conference" dest = "Lena Randa Conference"
link = "https://mypaperishere.com" link = "https://mypaperishere.com"
code_link = "" code_link = ""
blog_link = "" blog_link = ""
[[params.publications.paper]] [[params.publications.paper]]
name = "My Publication Title 4" name = "Orci eu lobortis elementum nibh tellus molestie nunc non blandit"
authors = "__ME__" authors = "__Hadi Sinaee__, Caroll Comes"
dest = "Journal/Conference" dest = "Thandeka Radhika Conference"
link = "" link = ""
code_link = "" code_link = ""
blog_link = "" blog_link = ""
``` ```
# Any Idea? # Any Idea?
I am using `avicenna` for my personal uses. Therefore, I will update it regularly. If you need something that doesn't exists, let's discuss it over an issue :) I am using `Avicenna` for my personal uses. Therefore, I will update it regularly. If you need something that doesn't exist, let's discuss it over an issue :)
# Credits # Credits
* [Ezhil Theme](https://github.com/vividvilla/ezhil) * [Ezhil Theme](https://github.com/vividvilla/ezhil)