You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Categories for projects and an optional horizontal project card style (alshedivat#224)
* Add webpage to academic pages list
* adding panelbear analytics
* added categories for projects and horizontal mode display for projects
* rewrote the code to ensure it works properly with current project definitions
* Style adjustments
Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -148,7 +148,7 @@ $ bundle exec jekyll build
148
148
which will (re-)generate the static webpage in the `_site/` folder.
149
149
Then simply copy the contents of the `_site/` foder to your hosting server.
150
150
151
-
**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.
151
+
**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.
152
152
153
153
</details>
154
154
@@ -244,7 +244,7 @@ scholar:
244
244
last_name: Einstein
245
245
first_name: [Albert, A.]
246
246
```
247
-
If the entry matches the last name and one form of the first names, it will be underlined.
247
+
If the entry matches the last name and one form of the first names, it will be underlined.
248
248
Keep meta-information about your co-authors in `_data/coauthors.yml` and Jekyll will insert links to their webpages automatically.
249
249
The coauthor data format in `_data/coauthors.yml` is as follows,
250
250
```
@@ -260,14 +260,14 @@ The coauthor data format in `_data/coauthors.yml` is as follows,
0 commit comments