Commit Graph

340 Commits

Author SHA1 Message Date
JD
40921e4f54
Issue 180 - Distill Bugfix (#182)
* dark_mode.js was not being loaded on distill blog pages.
* Moved dark_mode.js and jquery.html to head.html to simplify/standardize dark mode/theming for other pages.
2021-01-14 14:45:47 -05:00
Zirui Zhuang
6b28f901fb
add coauthor annotation (#175)
* add coauthor annotation

* fix typo in coauthors.yml

* add brief author annotation tutorial in README.md

* change to combined data structure

Coauthors are grouped by their last names. Within each group, using flat format (array of {firstnames, url}).

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Update _layouts/bib.html

stylistic changes

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2021-01-11 23:54:27 -05:00
JD
dc254f7280
Issue 173 fix (#178)
* Changed color of icon from static to using variable.
2021-01-08 19:48:26 -05:00
Dinesh Natesan
3cdd0f6f1b
Add webpage + add panelbear analytics (#176)
* Add webpage to academic pages list

* adding panelbear analytics
2021-01-07 09:47:38 -05:00
Lorenzo Pacchiardi
e2353bcc8f
Check for local untracked files when deploying (#168)
* Check for local untracked files when deploying

* Compress test for untracked files to 1 line

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>

* Add vendor to .gitignore

* Add .bundle to .gitignore

Co-authored-by: Maruan Al-Shedivat <alshedivat.maruan@gmail.com>
2021-01-05 10:04:18 -05:00
Christoph Junghans
c4be6f8457
social: add work url (#171)
* social: add work url

* Deploy: --dry-run -> --no-push
2021-01-05 09:37:57 -05:00
Christoph Junghans
625fb694d6
Github action: add deploy workflow (#163)
* Github action: add deploy workflow

* Update .github/workflows/deploy.yml

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2021-01-04 20:09:20 -05:00
Zhuoran Qiao
0369fe35e5
Update the list of academic pages (#165) 2021-01-02 16:07:08 -05:00
Maruan
4f9cdb131e
Minor fixes of the dark mode + automatic equation numbering (#160)
* Add an option for showing selected publications

* Improve publication styles

* Update README.md

* Clearfix

* Fix minor issues with dark mode

* Add automatic equation numbering (#158)

* Fix a typo
2020-12-27 00:24:25 -05:00
Huyen Nguyen
b36304ab4a
Update text color in navbar in dark mode (#154) 2020-12-26 21:57:17 -05:00
Zirui Zhuang
b73662bf9d
add wide screen configuration (#157)
add wide screen configuration by adding a `max_width` config in `_config.yml`
2020-12-26 21:56:42 -05:00
Zirui Zhuang
7886538992
Support more accurate author annotation (#156)
added a list `scholar: first_name` in `_config.yml`
updated `_layouts/bib.html` template
supports more accurate author annotation by both matching the last name and one form of first name in the `_config.yml/scholar: first_name`
2020-12-26 21:52:15 -05:00
Huyen Nguyen
420e2280eb
Update README, change theme-color in _themes.scss (#153)
$theme-color value should be updated from _sass/_themes.scss instead of _sass/variables.scss
2020-12-16 17:35:17 -05:00
zt-chen
2781e2eb4e
Move GA script to head.html (#140) 2020-11-30 10:00:47 -05:00
Swabha Swayamdipta
4a866f64c4
Update _base.scss (#137)
Description text size should match whether or not there is a link.
2020-11-06 11:01:24 -05:00
Swabha Swayamdipta
8f12d73123
Adding back the description on the About page (#136)
Added back the missing description on `about.html`, similar to `page.html`. This could additionally be added back to the `post.html` template as well.
2020-11-06 11:01:08 -05:00
Seonghyun Park
c40ac6997d
Add keybase badge (#132) 2020-10-25 14:44:41 -04:00
Yoonho Lee
66fb789f92
add website (#134) 2020-10-25 14:40:38 -04:00
JD
e30a46bbfa
Issue 105 : Dark Mode + Theming #118 (#119)
* Dark Mode + Theming

* Themes scss file created with default color scheme and dark color scheme.

* Logic for managing dark mode toggle added.

* Modified existing scss/html to work with theme toggling.

* Fixed hover issues

* Added enable_darkmode to configs.  

* Added the requested option of disabling/enabling dark mode via config files.
2020-10-04 20:32:47 -04:00
Mayank Kakodkar
c085a63ca6
Updated Google Analytics code (#123)
GA site tag was updated today, misc.html has been changed to reflect the same.
2020-10-03 18:22:39 -04:00
JD
a734d4a4bc
Github MetaData (#121)
* Feature Request : https://github.com/alshedivat/al-folio/issues/85

* Added github-metadata dependency :  https://github.com/jekyll/github-metadata

 * Created sample blog quickly going over Github MetaData.

Co-authored-by: Maruan <alshedivat@users.noreply.github.com>
2020-10-03 18:21:56 -04:00
JD
f92f466117
Added Twitter Card Support (#120)
* Feature Request : https://github.com/alshedivat/al-folio/issues/85

* Created sample blog post for tweet card examples.

* Added twitter plugin dependency : https://github.com/rob-murray/jekyll-twitter-plugin

* Added .tweet-cache/ to .gitignore.
2020-10-03 18:16:34 -04:00
Maruan Al-Shedivat
dacac74d31 Fix issues with loading scripts (#117) 2020-09-26 12:26:28 -04:00
Maruan Al-Shedivat
adfbe18e64 Switch to MathJax 3.x. Fixes #115. 2020-09-22 22:26:13 -04:00
Maruan
2614259145
Update README.md 2020-09-11 20:54:58 -04:00
Maruan
8d614c2a8a
Update README.md 2020-09-11 18:51:35 -04:00
Maruan Al-Shedivat
1ebe6e6722 Update CSS & JS library versions 2020-09-06 17:05:03 -04:00
Maruan
4192e817ca
Update README.md 2020-09-03 19:25:39 -04:00
Maruan
4dc26260d7
v0.3.1 (#112)
* Add an option for showing selected publications

* Improve publication styles

* Update README.md

* Clearfix
2020-09-03 19:24:34 -04:00
Maruan
b9dadac8de
Merge pull request #111 from mvdoc/fix/longlastnames
FIX add first/middle/last name var in config
2020-09-03 18:50:56 -04:00
Maruan Al-Shedivat
619bb2df74 Minor fixes 2020-09-03 18:49:23 -04:00
Maruan
4ce137840f
Apply suggestions from code review 2020-09-03 18:26:17 -04:00
Matteo Visconti di Oleggio Castello
043130c7f4 FIX use name vars for footer too 2020-08-29 18:48:02 -07:00
Matteo Visconti di Oleggio Castello
cec9abe2cd FIX add first/middle/last name var in config 2020-08-29 18:44:52 -07:00
Maruan Al-Shedivat
8ffa65820d Remove sort_by from jekyll-scholar settings. Fixes #107. 2020-08-28 11:19:21 -04:00
Jason Fleischer
605df838f3
Changes allow for more than first and last name to be displayed (#102)
If more than 2 elements in _config.yml variable `site.title`, any middle names or initials will be displayed.
2020-07-14 10:41:06 -04:00
Maruan
452a50e7c6 Update issue templates 2020-06-24 13:31:02 -04:00
Maruan Al-Shedivat
28129056a4 Minor updates to README 2020-06-24 13:20:57 -04:00
Maruan
b8d2dba491
Update FUNDING.yml 2020-06-21 15:16:59 -04:00
Maruan
9b7ba1ef7b
Create FUNDING.yml 2020-06-21 15:04:51 -04:00
Maruan
ee63cb0f3a Update issue templates 2020-06-21 14:57:12 -04:00
Maruan
23d5ca84df
Merge pull request #96 from alshedivat/dev
al-folio 0.3
2020-06-21 14:36:54 -04:00
Maruan Al-Shedivat
b19353e934 Update README 2020-06-21 14:34:28 -04:00
Maruan Al-Shedivat
738791a3f9 Update README 2020-06-21 14:07:30 -04:00
Maruan Al-Shedivat
938b22e132 Minor fixes 2020-06-14 23:09:03 -04:00
jkmacc-LANL
c3a5047835
Document that blog_name changes the navbar (#89) 2020-05-30 15:42:32 -04:00
Maruan Al-Shedivat
4048904c24 Add imagesLoaded.js 2020-05-23 16:53:14 -04:00
Maruan Al-Shedivat
164f2d1bee Update publication styles 2020-05-17 07:05:09 -04:00
Maruan Al-Shedivat
2b45cde8a1 Adjust example posts/projects 2020-05-17 05:52:42 -04:00
Maruan Al-Shedivat
b6543ef41e Simplify layout logic 2020-05-17 05:52:09 -04:00