-
Notifications
You must be signed in to change notification settings - Fork 3.9k
v0.8.3 #2806
-
This stable version of the template reorganizes the layout of _sass in support of themes. This version includes the default 'light mode' theme along with a new dark mode theme.
What's Changed
- Fix typo in build-essential package name. by @dgrahn in Fix typo in build-essential package name. #2096
- Fix Long site titles break navigation on mobile devices #1920 by allowing text to wrap by @dgrahn in Fix #1920 by allowing text to wrap #2097
- Add support to semantic scholar in author profile by @thiagorr162 in Add support to semantic scholar in author profile #2122
- Support for slide links in publication pages by @saravan2 in Support for slide links in publication pages #2126
- Fix broken analytics default in
_config.ymlby @manuelhaussmann in Fix broken analytics default in_config.yml#2134 - Add Chinese (both simplified and traditional) to ui-text.yml for Issue Add Chinese in ui-text.yml #404 by @YanY-Henry in Add Chinese (both simplified and traditional) to ui-text.yml for Issue #404 #2144
- README Update: Adds commands for MacOS by @zarela in README Update: Adds commands for MacOS #2193
- fix: the correct url of lastfm by @02hyc in fix: the correct url of lastfm #2376
- Fixing YouTube URL generation in author-profile.html by @edbrito-swdev in Fixing YouTube URL generation in author-profile.html #2419
- Add a dockerfile by @abcsds in Add a dockerfile #2441
- Fix custom comments appearing at bottom of page by @Samir-Rashid in Fix custom comments appearing at bottom of page #2445
- Fix toc crop (table of contents do no look well #221 ) by @Samir-Rashid in Fix toc crop (#221) #2450
- Fix padding misalignment by @Samir-Rashid in Fix padding misalignment #2451
- Add notebook to fetch publication information from orcid by @c-martinez in Add notebook to fetch publication information from orcid #2467
- improve alignment of "employer" sidebar by @x-zang in improve alignment of "employer" sidebar #2480
- Update Dockerfile Dockerfile installation error #2488 by @zoelesv in Update Dockerfile #2488 #2489
- Slides URL fix in "archive-single.html" includes template by @opasche in Slides URL fix in "archive-single.html" includes template #2535
- Add
scopusin academic websites by @dtortorella in Addscopusin academic websites #2551 - Fix typo in Zhihu URL protocol in
_includes/author-profile.htmlby @TankTechnology in Fix typo in Zhihu URL protocol in_includes/author-profile.html#2611 - fix: typo by @mecaneer23 in fix: typo #2627
- Fixed non-working "redirect_from" by @tomrannosaurus in Fixed non-working "redirect_from" #2645
- Improved color contrast for link text by @oikos99 in Improved color contrast for link text #2651
- add: docker command related instructions for Windows users by @FahimFBA in add: docker command related instructions for Windows users #2688
- fix: typo and extra line break by @FahimFBA in fix: typo and extra line break #2690
- fix: Sitemap grammatical error by @jacob-thompson in fix: Sitemap grammatical error #2712
- replace Twitter share button with X share button by @jacob-thompson in replace Twitter share button with X share button #2713
- Update for scrapping talk location through github actions by @dimitra-maoutsa in Update for scrapping talk location through github actions #2717
- Fix running locally with Docker by @non-det-alle in Fix running locally with Docker #2797
- Fix several typos and bugs by @HirokiHamaguchi in Fix several typos and bugs #2799
New Contributors
- @dgrahn made their first contribution in Fix typo in build-essential package name. #2096
- @thiagorr162 made their first contribution in Add support to semantic scholar in author profile #2122
- @saravan2 made their first contribution in Support for slide links in publication pages #2126
- @manuelhaussmann made their first contribution in Fix broken analytics default in
_config.yml#2134 - @YanY-Henry made their first contribution in Add Chinese (both simplified and traditional) to ui-text.yml for Issue #404 #2144
- @zarela made their first contribution in README Update: Adds commands for MacOS #2193
- @02hyc made their first contribution in fix: the correct url of lastfm #2376
- @edbrito-swdev made their first contribution in Fixing YouTube URL generation in author-profile.html #2419
- @abcsds made their first contribution in Add a dockerfile #2441
- @Samir-Rashid made their first contribution in Fix custom comments appearing at bottom of page #2445
- @c-martinez made their first contribution in Add notebook to fetch publication information from orcid #2467
- @x-zang made their first contribution in improve alignment of "employer" sidebar #2480
- @zoelesv made their first contribution in Update Dockerfile #2488 #2489
- @opasche made their first contribution in Slides URL fix in "archive-single.html" includes template #2535
- @dtortorella made their first contribution in Add
scopusin academic websites #2551 - @TankTechnology made their first contribution in Fix typo in Zhihu URL protocol in
_includes/author-profile.html#2611 - @mecaneer23 made their first contribution in fix: typo #2627
- @tomrannosaurus made their first contribution in Fixed non-working "redirect_from" #2645
- @oikos99 made their first contribution in Improved color contrast for link text #2651
- @FahimFBA made their first contribution in add: docker command related instructions for Windows users #2688
- @jacob-thompson made their first contribution in fix: Sitemap grammatical error #2712
- @dimitra-maoutsa made their first contribution in Update for scrapping talk location through github actions #2717
- @non-det-alle made their first contribution in Fix running locally with Docker #2797
- @HirokiHamaguchi made their first contribution in Fix several typos and bugs #2799
Full Changelog: v0.8.2...v0.8.3
This discussion was created from the release v0.8.3.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 4 -
❤️ 1 -
🚀 2
Replies: 1 comment 8 replies
-
Hi! Thanks for releasing dark mode! I'm trying to implement it on my end, but I keep getting an error when building:
Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v232 GitHub Pages: jekyll v3.10.0 Theme: jekyll-theme-primer Theme source: /usr/local/bundle/gems/jekyll-theme-primer-0.6.0 Requiring: jekyll-github-metadata Requiring: jekyll-seo-tag Requiring: jekyll-paginate Requiring: jekyll-sitemap Requiring: jekyll-gist Requiring: jekyll-feed Requiring: jekyll-redirect-from Requiring: jekyll-coffeescript Requiring: jekyll-commonmark-ghpages Requiring: jekyll-github-metadata Requiring: jekyll-relative-links Requiring: jekyll-optional-front-matter Requiring: jekyll-readme-index Requiring: jekyll-default-layout Requiring: jekyll-titles-from-headings GitHub Metadata: Initializing... Source: /github/workspace/. Destination: /github/workspace/./_site Incremental build: disabled. Enable with --incremental Generating... EntryFilter: excluded /LICENSE EntryFilter: excluded /package.json EntryFilter: excluded /CHANGELOG.md EntryFilter: excluded /README.md EntryFilter:
I've 1) updated site_theme to "dark" and 2) creates _sass/theme/_dark.scss and _sass/theme/_default.scss. This error occurs when I'm trying to import "themes/dark" and "themes/default" into assets/css/main.scss. Any support is appreciated in making dark mode work!
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi! Apologies for the delayed response on this! I did end up syncing + resolving merge conflicts, but the sun/moon toggle still does not appear and dark mode does not happen on my version. During the commit, I got the following error while building:
Liquid Exception: Liquid syntax error (/github/workspace/_includes/sidebar.html line 239): 'if' tag was never closed included in /_layouts/single.html
This is strange to me because neither of those files (sidebar.html or single.html) have line 239, and I've made sure all the if tags are closed. Any help is appreciated!
Beta Was this translation helpful? Give feedback.
All reactions
-
@SourojitGhosh Those errors can be tricky to chase down, but it is accurate in that there is an if tag somewhere that is not closed correctly. Most likely the line number does not correspond to the actual location where the parse ran into the error though.
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm fairly certain that's not it: to be extra sure, I went into the academicpages repo, copied the raw code for both of those files, and replaced my versions with those. So if this error isn't something you/others cloning the original repo haven't had, I'm pretty confident I don't have open ifs.
Beta Was this translation helpful? Give feedback.
All reactions
-
@SourojitGhosh Line 110 of _includes/author-profile.html looks like it's missing an {% endif %}.
One of the problems with templating systems is that it's very common for syntax errors to be reported for the wrong file - so the compiler is usually correct that somewhere a block was opened, but it may be a couple files removed from that location by the time an error is actually reported. C++ compilers were also fairly notorious for this back end the day as well, although those were always at least correct about the file.
Beta Was this translation helpful? Give feedback.
All reactions
-
Thanks! This worked perfectly!
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1