diff --git a/README.md b/README.md index 41b97eb..86aa4e1 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ $ bundle exec jekyll build which will (re-)generate the static webpage in the `_site/` folder. Then simply copy the contents of the `_site/` foder to your hosting server. -**Note:** Make sure to correctly set the `url` and `baseurl` fields in `_config.yml` before building the webpage. If you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. If you are deploing directly to `your-domain.com`, leave `baseurl` blank. +**Note:** Make sure to correctly set the `url` and `baseurl` fields in `_config.yml` before building the webpage. If you are deploying your webpage to `your-domain.com/your-project/`, you must set `url: your-domain.com` and `baseurl: /your-project/`. If you are deploing directly to `your-domain.com`, leave `baseurl` blank. @@ -244,7 +244,7 @@ scholar: last_name: Einstein first_name: [Albert, A.] ``` -If the entry matches the last name and one form of the first names, it will be underlined. +If the entry matches the last name and one form of the first names, it will be underlined. Keep meta-information about your co-authors in `_data/coauthors.yml` and Jekyll will insert links to their webpages automatically. The coauthor data format in `_data/coauthors.yml` is as follows, ``` @@ -260,14 +260,14 @@ The coauthor data format in `_data/coauthors.yml` is as follows, - firstname: ["Nathan", "N."] url: https://en.wikipedia.org/wiki/Nathan_Rosen -"Bach": +"Bach": - firstname: ["Johann Sebastian", "J. S."] url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach - firstname: ["Carl Philipp Emanuel", "C. P. E."] url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach ``` -If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. +If the entry matches one of the combinations of the last names and the first names, it will be highlighted and linked to the url provided. diff --git a/_config.yml b/_config.yml index 610c62f..b712ee8 100644 --- a/_config.yml +++ b/_config.yml @@ -166,13 +166,17 @@ scholar: # Optional Features # ----------------------------------------------------------------------------- -enable_google_analytics: false -enable_panelbear_analytics: false -enable_mansory: true -enable_math: true -enable_tooltips: false -enable_darkmode: true -enable_navbar_social: false +enable_google_analytics: false # enables google analytics +enable_panelbear_analytics: false # enables panelbear analytics +enable_mansory: true # enables automatic project cards arangement +enable_math: true # enables math typesetting (uses MathJax) +enable_tooltips: false # enables automatic tooltip links generated + # for each section titles on pages and posts +enable_darkmode: true # enables switching between light/dark modes +enable_navbar_social: false # enables displaying social links in the + # navbar on the about page +enable_project_categories: true # enables categorization of projects into + # multiple categories # ----------------------------------------------------------------------------- # Library versions diff --git a/_includes/projects.html b/_includes/projects.html new file mode 100644 index 0000000..55a1461 --- /dev/null +++ b/_includes/projects.html @@ -0,0 +1,32 @@ +
{{ project.description }}
+{{ project.description }}
+{{ project.description }}
-