-
Notifications
You must be signed in to change notification settings - Fork 44.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build failing as of this week #1902
Comments
I have the same error |
Yes, I have the same error as well |
I am facing the same problem too. |
There error appears to be due to the |
I am facing the same issue. Another error message "Liquid Exception: undefined method `yaml_file?' for #<Jekyll::Page @name="404.md"> in /_layouts/single.html" |
That's interesting. I wonder what's causing that and if there's a proper fix rather than just deleting the excerpt from all pages and posts... I'm reluctant to do that as the excerpts are important to how things are presented in my archive pages. |
I'm not sure, I'd have to dig a bit more into the code base, which I didn't really have time for when working on getting my website updated. However, since the project is using a lot of older versions of various gems it might be due to something else that broke. I've reached out to @staeiou via email about the issue and will try to prepare a proper patch that I can open a pull request for in the next couple days. |
It will be great if this is fixed in a few days. I tried to remove 'excerpt_separator' in _config.yml but that did not work. Then following the message above, I searched 'excerpt' in the entire repo it is used everywhere for example: _includes/archive-single-cv.html: {% if post.venue%} {{ post.citation }} {% endif %}_includes/archive-single-talk-cv.html: {% if post.venue%} {{post.type}} at {{ post.venue }}, {{post.location}} {% endif %}_includes/archive-single-talk.html: {% if post.venue %} {{post.type}}, {{ post.venue }}, {{post.location}} {% endif %} {{ post.excerpt | markdownify }} {% endif %}_includes/archive-single.html: {% if post.excerpt and site.read_more != 'enabled' %} _includes/archive-single.html: {{ post.excerpt | markdownify }} _includes/archive-single.html: {% elsif post.excerpt and site.read_more == 'enabled' %} _includes/archive-single.html: {{ post.excerpt | markdownify | remove: ' ' | remove: ' ' }} Read moreNot sure how to fix this run error by searching only over _pages/*.md? |
@alirk I didn't remove anything in the |
Thanks! It worked for me too. I had to remove lines including 'excerpt' in two files: 404.md and about.md both in _pages/ now it works :) |
Thanks! I did this also and it builds without any issues now. |
Having the same issue... But I am using "excerpt" everywhere in the *.md file and it can be hard to remove all of them... |
@ZiqiGuo98 I'm keeping an eye on the bug report in jekyll/jekyll#9544, but it appears that a change to how the pages are built and deployed will be need for a robust fix. In the meantime, I'm removing the |
I can not deploy the page now, errors occured in the step of 'deploy' which is 'Deploy to GitHub Pages'. Is this a problem of Github server? because I did not change anything, the first two tries succeed, and then never. |
Hi, all. I have happened upon this as a very new user. Funny thing is that I can't even find a line with "excerpt" in it, possibly because I cloned the repo after this post was written -->
... but I am having the same issue (the error message is that "The github-pages gem can't satisfy your Gemfile's dependencies.") My blog actually will publish, but the formatting is very strange. The local preview created with serve looks just fine, though. |
@griffinjmbur If you cloned after this issue was created then you should have that fix in place - I'm actually going to be closing this issue soon - however, the second problem sounds like it might be new and worth opening a new issue about. I'd need to see what the output you are getting looks like since this repository is deploying fine over github-pages. |
OK, thanks @rjzupkoii. I will try to write a very precise post since I am not a deft programmer outside minimal stuff in html or Stata/Python for stats. I could be missing something obvious, although I've troubleshot a lot of this process before successfully. Will post soon. |
Since it's been over a week now and I haven't seen any commenting on the issue still being a problem, I'm going to go ahead and close this issue. |
@rjzupkoii yep, this fully fixed the issue for me, per my comment in the other thread. Thanks a million dude!! |
# Merged changes from Upstream Fork * Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * Update _config.yml # Added More Info and blanked out the template filler material. * added to short left hand bio * Commented out most of the example publication * couldn't comment out the link, so changed text from The paper can be downloaded here to test link, and redirected the link to the correct test file * Comment out 2012-03-01-talk-1.md * Commented out 2013-03-01-tutorial-1.md * added some text so that the rest renders blank 2012-03-01-talk-1.md * Commented out 2014-02-01-talk-2.md * Comment out 2014-03-01-talk-3.md * Comment out 2012-08-14-blog-post-1.md * Update 2012-08-14-blog-post-1.md * Comment out Update 2199-01-01-future-post.md * Comment out portfolio-1.md * Comment out portfolio-2.html * Commented out pubs and talks for now navigation.yml * Update cv.md * Update cv.md * rename to about about.md * Update _config.yml * Rename webpage main title * Update cv.md - figured out how to properly comment out the links to stuff - added Scotts email - started to begin summary for each job * Update cv.md * Update cv.md * Create 2021-04-20-iop-poster-optimising.md * Update and rename 2021-04-20-iop-poster-optimising.md to 2021-04-06-iop-poster-optimising.md * added poster file * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * managed to empty out the CV when stuff isn't there * hidden blogposts for now until I add some more * added some detail to CV * added some more intro details for the about page --------- ## Main Repo Credits Co-authored-by: Steve <sbitner@uwf.edu> Co-authored-by: Rob Williams <jayrobwilliams@gmail.com> Co-authored-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de> Co-authored-by: naveenarun <notatroll.troll@gmail.com> Co-authored-by: Mohit_Gupta <52665879+Mohit-15@users.noreply.github.com> Co-authored-by: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com> Co-authored-by: amyzlc <6166519+amyzlc@users.noreply.github.com> Co-authored-by: Sonny Arora <sonnyarora@Sonnys-MacBook-Air.local> Co-authored-by: Bhav Beri <43399374+bhavberi@users.noreply.github.com> Co-authored-by: rjzupkoii <rjzii@yahoo.com> Co-authored-by: johnhandleyd <translatjohn@gmail.com> Co-authored-by: SukkaW <isukkaw@gmail.com> Co-authored-by: Maximiliano <maximilianogalindo7@gmail.com>
# Merged changes from Upstream Fork * Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * Update _config.yml # Added More Info and blanked out the template filler material. * added to short left hand bio * Commented out most of the example publication * couldn't comment out the link, so changed text from The paper can be downloaded here to test link, and redirected the link to the correct test file * Comment out 2012-03-01-talk-1.md * Commented out 2013-03-01-tutorial-1.md * added some text so that the rest renders blank 2012-03-01-talk-1.md * Commented out 2014-02-01-talk-2.md * Comment out 2014-03-01-talk-3.md * Comment out 2012-08-14-blog-post-1.md * Update 2012-08-14-blog-post-1.md * Comment out Update 2199-01-01-future-post.md * Comment out portfolio-1.md * Comment out portfolio-2.html * Commented out pubs and talks for now navigation.yml * Update cv.md * Update cv.md * rename to about about.md * Update _config.yml * Rename webpage main title * Update cv.md - figured out how to properly comment out the links to stuff - added Scotts email - started to begin summary for each job * Update cv.md * Update cv.md * Create 2021-04-20-iop-poster-optimising.md * Update and rename 2021-04-20-iop-poster-optimising.md to 2021-04-06-iop-poster-optimising.md * added poster file * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * managed to empty out the CV when stuff isn't there * hidden blogposts for now until I add some more * added some detail to CV * added some more intro details for the about page --------- ## Main Repo Credits
* Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix academicpages#1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR academicpages#2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * update about me * use shorter QMUL * delete template file --------- Co-authored-by: Steve <sbitner@uwf.edu> Co-authored-by: Rob Williams <jayrobwilliams@gmail.com> Co-authored-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de> Co-authored-by: naveenarun <notatroll.troll@gmail.com> Co-authored-by: Mohit_Gupta <52665879+Mohit-15@users.noreply.github.com> Co-authored-by: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com> Co-authored-by: amyzlc <6166519+amyzlc@users.noreply.github.com> Co-authored-by: Sonny Arora <sonnyarora@Sonnys-MacBook-Air.local> Co-authored-by: Bhav Beri <43399374+bhavberi@users.noreply.github.com> Co-authored-by: rjzupkoii <rjzii@yahoo.com> Co-authored-by: johnhandleyd <translatjohn@gmail.com> Co-authored-by: SukkaW <isukkaw@gmail.com> Co-authored-by: Maximiliano <maximilianogalindo7@gmail.com> Co-authored-by: Dan Grahn <dgrahn@users.noreply.github.com> Co-authored-by: Dan Grahn <dan.grahn@altamiracorp.com> Co-authored-by: thiagorr162 <thiagorr162@gmail.com> Co-authored-by: Saravanan D. <saravananinca@gmail.com> Co-authored-by: Manuel Haussmann <manuel.haussmann@mailbox.org> Co-authored-by: Yuhang YAN (Henry) <96647290+YanY-Henry@users.noreply.github.com> Co-authored-by: Zarela <zarelavp@yahoo.com>
* Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix academicpages#1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR academicpages#2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * academicpages#2316 update padding * academicpages#2318 updating documentation a bit * Alphabetize the excludes * Closes academicpages#48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * academicpages#1975 cleaning up the gem files a bit * academicpages#1975 update fitvids to NPM * academicpages#1975 update magnific-popup to NPM * academicpages#1975 update smooth scroll to NPM * Closes academicpages#1975 RM stickyfill in favor of native browser support * Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes academicpages#146 with information the details HTML tag * Minor formatting * Closes academicpages#828 with update to put the pages last update in the footer. * academicpages#828 different format string * academicpages#828 adjustments to account for GitHub Pages limitations * Fix toc crop (academicpages#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes academicpages#2469 with update to only use username * academicpages#1093 MV notebook to generator directory * Update Dockerfile --------- Co-authored-by: Steve <sbitner@uwf.edu> Co-authored-by: Rob Williams <jayrobwilliams@gmail.com> Co-authored-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de> Co-authored-by: naveenarun <notatroll.troll@gmail.com> Co-authored-by: Mohit_Gupta <52665879+Mohit-15@users.noreply.github.com> Co-authored-by: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com> Co-authored-by: amyzlc <6166519+amyzlc@users.noreply.github.com> Co-authored-by: Sonny Arora <sonnyarora@Sonnys-MacBook-Air.local> Co-authored-by: Bhav Beri <43399374+bhavberi@users.noreply.github.com> Co-authored-by: rjzupkoii <rjzii@yahoo.com> Co-authored-by: johnhandleyd <translatjohn@gmail.com> Co-authored-by: SukkaW <isukkaw@gmail.com> Co-authored-by: Maximiliano <maximilianogalindo7@gmail.com> Co-authored-by: Dan Grahn <dgrahn@users.noreply.github.com> Co-authored-by: Dan Grahn <dan.grahn@altamiracorp.com> Co-authored-by: thiagorr162 <thiagorr162@gmail.com> Co-authored-by: Saravanan D. <saravananinca@gmail.com> Co-authored-by: Manuel Haussmann <manuel.haussmann@mailbox.org> Co-authored-by: Yuhang YAN (Henry) <96647290+YanY-Henry@users.noreply.github.com> Co-authored-by: Zarela <zarelavp@yahoo.com> Co-authored-by: Yanchen Huang <90331527+02hyc@users.noreply.github.com> Co-authored-by: edbrito-swdev <90706749+edbrito-swdev@users.noreply.github.com> Co-authored-by: Alberto Barradas <abcsds@gmail.com> Co-authored-by: Samir Rashid <Samir-Rashid@godsped.com> Co-authored-by: Carlos Martinez <neocarlitos@gmail.com> Co-authored-by: Xiaofei (Carl) Zang <xbz5174@psu.edu> Co-authored-by: Zoe <60870971+zoelesv@users.noreply.github.com>
* Increase font size in code blocks See academicpages#59 * Adds missing semi-colon * fix font awesome code icon in syntax box * Fix encoding issue with bib files * add goodreads to site * change orcid color * add medium icon * add medium profile * Resolve Google Scholar link not displayed There was as slight typo in the logic due to which the google scholar link for the respective author's profile set in Config was not being displayed. * Adding pronouns field to author profile * Add Google Analytics 4 Support * fix: Remove deprecated JavaScript to avoid load error from 404 page * Update files to be ignored * + webrick to gem file * academicpages#1902 RM excerpt in pages * Start updating the README * academicpages#456 Use real Google Scholar link as an example * Update issue templates * RM minimal mistakes changelog * academicpages#1906 * Edit readme * + Syntax highlighting example * Update README.md * Update README * Correct syntax * Streamline config organization for new users * Add Mastodon to social media * Closes academicpages#696 with new Kaggle link * Adjustments to Kaggle link * Closes academicpages#271 with addition of arXiv * academicpages#244, academicpages#1600, academicpages#1917 update font awesome to v6, add icons * Closes academicpages#1911 with update to Academicons * Closes academicpages#1671 with a new favicon * academicpages#462 update inline documentation * academicpages#1041 allow links to wrap * Closes academicpages#1773 with update to HTML * Closes academicpages#45 with an update to the CV generator * academicpages#33, academicpages#1919 Possible missing template fix, bump MathJax to 3.0 * academicpages#1153 add Zhihu * Closes academicpages#1905 with updates to documentation * Closes academicpages#693 with updates to documentation and location of citation * Closes academicpages#820 with updated style * added missing spanish translations and updated some of the previous ones on ui-text-yml * Replace `polyfill.io` * Closes academicpages#1972, update Markdown documentation * Closes academicpages#1936 with setting to hide RSS feed * academicpages#1935 clean-up the footer follow a bit * RM old development override * Make it clearer where the footnotes are * academicpages#1975 ignore files created by npm * Closes academicpages#339 with a fixed masthead * academicpages#1975 version updates, manage jQuery from npm * Closes academicpages#1970 with responsive element * Fix typo * Closes academicpages#1999 * scroll in sidebar * scroll in sidebar * Add scroll to sidebar and adjust media query for screen adaptability * Closes academicpages#2029 with update to sidebar * Closes academicpages#1917 with with icon, FA bump to 6.5.2 * academicpages#2061 Update README with note on dependencies * Closes academicpages#2055 with adjustment to masthead-height * Adjust variable name to prevent confusion * Update casing of template name * Fix typo in build-essential package name. The package which is required for this installation is named `build-essential`, not `build-essentials`. * Fix academicpages#1920 by allowing text to wrap * Add support to semantic scholar in author profile * Support for displaying slides on publication pages * Addressed PR academicpages#2126 review comments * Fix typo, modifications to style * Update _config.yml Make claimed default and actual default consistent * Add Chinese (both simplified and traditional) to ui-text.yml Simplified Chinese: zh zh-CN Traditional Chinese: zh-HK zh-TW * Adds commands for MacOS * Update README.md * academicpages#2316 update padding * academicpages#2318 updating documentation a bit * Alphabetize the excludes * Closes academicpages#48 with a more general and customizable approach * fix: lastfm url * Update README.md * Fixing YouTube URL generation in author-profile.html YouTube does not use /user/username at the moment. If a person has a YouTube handle, the URL is: www.youtube.com/@HANDLE The fix is very minimal but I needed it for my website so I've also added it here. * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * academicpages#1975 cleaning up the gem files a bit * academicpages#1975 update fitvids to NPM * academicpages#1975 update magnific-popup to NPM * academicpages#1975 update smooth scroll to NPM * Closes academicpages#1975 RM stickyfill in favor of native browser support * Closes academicpages#2287, academicpages#534 with updates to documentation, better emoji generation * Add a dockerfile * Update README.md * bug: comments appear at bottom of page * Closes academicpages#146 with information the details HTML tag * Minor formatting * Closes academicpages#828 with update to put the pages last update in the footer. * academicpages#828 different format string * academicpages#828 adjustments to account for GitHub Pages limitations * Fix toc crop (academicpages#221) Fix by @qhuang-math. I have also removed underlining of toc links, which was being overridden by post body css. * Reduce excessive footer padding * Fix misalignment of navigation bar with post body There was a regression in the template updates where the navigation bar no longer aligns with the post left margin at normal viewport. * Add notebook to fetch publication information from orcid * Update author-profile.html improve alignment of "employer" sidebar * Closes academicpages#2469 with update to only use username * academicpages#1093 MV notebook to generator directory * Update Dockerfile * Update archive-single.html In the "archive-single" include, the "Download" word is repeated twice in the case when only a slidesURL is given. An extra paragraph ending is also mistakenly present. * Add `scopus` in academic websites * Adjustments to the about * Close academicpages#2493 Update for Bing crawler * Update README with example * Additional pointers for help * academicpages#2591 clarify URL in config * Fix typo in Zhihu URL protocol in * fix: typo * Update Gemfile add gem 'jekyll-redirect-from' * Update _config.yml added - jekyll-redirect-from to plugins and whitelist * improved link color contrast changed the links' blue color to a darker shade to meet color contrast (web accessibility) standards * improved link color contrast (updated color) updated the link text color from #236070 to #2F7F93 for improved readability and contrast as recommended by the developers * Add backup of Gemfile and remove two more templates --------- Co-authored-by: Steve <sbitner@uwf.edu> Co-authored-by: Rob Williams <jayrobwilliams@gmail.com> Co-authored-by: sigma67 <benedikt.putz@wiwi.uni-regensburg.de> Co-authored-by: naveenarun <notatroll.troll@gmail.com> Co-authored-by: Mohit_Gupta <52665879+Mohit-15@users.noreply.github.com> Co-authored-by: Bhavish Pahwa <53102161+bp-high@users.noreply.github.com> Co-authored-by: amyzlc <6166519+amyzlc@users.noreply.github.com> Co-authored-by: Sonny Arora <sonnyarora@Sonnys-MacBook-Air.local> Co-authored-by: Bhav Beri <43399374+bhavberi@users.noreply.github.com> Co-authored-by: rjzupkoii <rjzii@yahoo.com> Co-authored-by: johnhandleyd <translatjohn@gmail.com> Co-authored-by: SukkaW <isukkaw@gmail.com> Co-authored-by: Maximiliano <maximilianogalindo7@gmail.com> Co-authored-by: Dan Grahn <dgrahn@users.noreply.github.com> Co-authored-by: Dan Grahn <dan.grahn@altamiracorp.com> Co-authored-by: thiagorr162 <thiagorr162@gmail.com> Co-authored-by: Saravanan D. <saravananinca@gmail.com> Co-authored-by: Manuel Haussmann <manuel.haussmann@mailbox.org> Co-authored-by: Yuhang YAN (Henry) <96647290+YanY-Henry@users.noreply.github.com> Co-authored-by: Zarela <zarelavp@yahoo.com> Co-authored-by: Yanchen Huang <90331527+02hyc@users.noreply.github.com> Co-authored-by: edbrito-swdev <90706749+edbrito-swdev@users.noreply.github.com> Co-authored-by: Alberto Barradas <abcsds@gmail.com> Co-authored-by: Samir Rashid <Samir-Rashid@godsped.com> Co-authored-by: Carlos Martinez <neocarlitos@gmail.com> Co-authored-by: Xiaofei (Carl) Zang <xbz5174@psu.edu> Co-authored-by: Zoe <60870971+zoelesv@users.noreply.github.com> Co-authored-by: OPasche <32179312+opasche@users.noreply.github.com> Co-authored-by: Domenico Tortorella <dom.tortorella@gmail.com> Co-authored-by: TankTechnology <2541826291@qq.com> Co-authored-by: Gabriel Natenshon <thechromecamera@gmail.com> Co-authored-by: tomrannosaurus <tomrannosaurus@me.com> Co-authored-by: Paul Chiou <oikos99@users.noreply.github.com>
I've been using academicpages through GitHub Pages for around half a year now with no issues. Last successful build and deployment was Feb 1st, but tried to make a minor change to site content yesterday and the build is failing. It seems to be a problem unrelated to the changes I'm making as it's failing when I make a minor change to another site I'm running based on academicpages too. Has anyone had a similar experience or does anyone know what the issue or fix is here? Build log is below. Thanks!
'Run actions/jekyll-build-pages@v1 with: source: . destination: ./_site future: false build_revision: 4a8f9[2](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:2)e5[3](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:3)1[4](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:4)0478d04ad288731a9cd222d0[5](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:5)feff verbose: true token: *** /usr/bin/docker run --name ghcrioactionsjekyllbuildpagesv1011_30b5d0 --label 9c591e --workdir /github/workspace --rm -e "INPUT_SOURCE" -e "INPUT_DESTINATION" -e "INPUT_FUTURE" -e "INPUT_BUILD_REVISION" -e "INPUT_VERBOSE" -e "INPUT_TOKEN" -e "HOME" -e "GITHUB_JOB" -e "GITHUB_REF" -e "GITHUB_SHA" -e "GITHUB_REPOSITORY" -e "GITHUB_REPOSITORY_OWNER" -e "GITHUB_REPOSITORY_OWNER_ID" -e "GITHUB_RUN_ID" -e "GITHUB_RUN_NUMBER" -e "GITHUB_RETENTION_DAYS" -e "GITHUB_RUN_ATTEMPT" -e "GITHUB_REPOSITORY_ID" -e "GITHUB_ACTOR_ID" -e "GITHUB_ACTOR" -e "GITHUB_TRIGGERING_ACTOR" -e "GITHUB_WORKFLOW" -e "GITHUB_HEAD_REF" -e "GITHUB_BASE_REF" -e "GITHUB_EVENT_NAME" -e "GITHUB_SERVER_URL" -e "GITHUB_API_URL" -e "GITHUB_GRAPHQL_URL" -e "GITHUB_REF_NAME" -e "GITHUB_REF_PROTECTED" -e "GITHUB_REF_TYPE" -e "GITHUB_WORKFLOW_REF" -e "GITHUB_WORKFLOW_SHA" -e "GITHUB_WORKSPACE" -e "GITHUB_ACTION" -e "GITHUB_EVENT_PATH" -e "GITHUB_ACTION_REPOSITORY" -e "GITHUB_ACTION_REF" -e "GITHUB_PATH" -e "GITHUB_ENV" -e "GITHUB_STEP_SUMMARY" -e "GITHUB_STATE" -e "GITHUB_OUTPUT" -e "RUNNER_OS" -e "RUNNER_ARCH" -e "RUNNER_NAME" -e "RUNNER_ENVIRONMENT" -e "RUNNER_TOOL_CACHE" -e "RUNNER_TEMP" -e "RUNNER_WORKSPACE" -e "ACTIONS_RUNTIME_URL" -e "ACTIONS_RUNTIME_TOKEN" -e "ACTIONS_CACHE_URL" -e "ACTIONS_ID_TOKEN_REQUEST_URL" -e "ACTIONS_ID_TOKEN_REQUEST_TOKEN" -e "ACTIONS_RESULTS_URL" -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/shay.github.io/shay.github.io":"/github/workspace" ghcr.io/actions/jekyll-build-pages:v1.0.11 Bundler can't satisfy your Gemfile's dependencies. Install missing gems with
bundle install. Warning: The github-pages gem can't satisfy your Gemfile's dependencies. If you want to use a different Jekyll version or need additional dependencies, consider building Jekyll site with GitHub Actions: https://jekyllrb.com/docs/continuous-integration/github-actions/ To use retry middleware with Faraday v2.0+, install
faraday-retrygem /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91: warning: Jekyll::Excerpt#yaml_file? at /usr/local/lib/ruby/2.7.0/forwardable.rb:154 forwarding to private method Jekyll::Page#yaml_file? Liquid Exception: undefined method
yaml_file?' for #<Jekyll::Page @name="about.md"> in /_layouts/single.html/usr/local/lib/ruby/2.7.0/forwardable.rb:233:in
yaml_file?': undefined method
yaml_file?' for #<Jekyll::Page @name="about.md"> (NoMethodError)from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:91:in
render_with_liquid?' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:77:in
render_document'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in
run' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:83:in
output'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/excerpt.rb:70:in
to_s' from /usr/local/lib/ruby/2.7.0/forwardable.rb:235:in
to_s'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/filters.rb:19:in
markdownify' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/strainer.rb:56:in
invoke'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:86:in
invoke' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:84:in
block in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in
each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in
inject'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/variable.rb:82:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in
render_node_to_output'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:80:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in
block (2 levels) in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
block in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in
stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in
render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in
render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in
render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in
block (2 levels) in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
each'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in
stack'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in
render_node_to_output'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in
block in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in
with_profiling' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in
render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in
render!' from /usr/local/bundle/gems/jekyll-3.[9](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:10).5/lib/jekyll/liquid_renderer/file.rb:30:in
block (2 levels) in render!'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in
measure_bytes' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in
block in render!'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in
measure_time' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in
render!'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:140:in
block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in
stack'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/tags/include.rb:137:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:[10](https://github.com/ShayJordan/shay.github.io/actions/runs/7900638094/job/21562565831#step:4:11)3:in
render_node_to_output'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:91:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:46:in
block (2 levels) in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
each' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:44:in
block in render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/context.rb:123:in
stack' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/tags/if.rb:43:in
render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:103:in
render_node_to_output' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/block_body.rb:82:in
render'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:206:in
block in render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:240:in
with_profiling'from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:205:in
render' from /usr/local/bundle/gems/liquid-4.0.4/lib/liquid/template.rb:218:in
render!'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:30:in
block (2 levels) in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:42:in
measure_bytes'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:29:in
block in render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:49:in
measure_time'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/liquid_renderer/file.rb:28:in
render!' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:126:in
render_liquid'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:195:in
render_layout' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:158:in
place_in_layouts'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:88:in
render_document' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/renderer.rb:62:in
run'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:479:in
render_regenerated' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:472:in
block in render_pages'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in
each' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:471:in
render_pages'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:192:in
render' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/site.rb:71:in
process'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/command.rb:28:in
process_site' from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:65:in
build'from /usr/local/bundle/gems/jekyll-3.9.5/lib/jekyll/commands/build.rb:36:in
process' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:70:in
block (3 levels) in <top (required)>'from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
block in execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
each'from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/command.rb:220:in
execute' from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary/program.rb:42:in
go'from /usr/local/bundle/gems/mercenary-0.3.6/lib/mercenary.rb:19:in
program' from /usr/local/bundle/gems/github-pages-230/bin/github-pages:6:in
<top (required)>'from /usr/local/bundle/bin/github-pages:23:in
load' from /usr/local/bundle/bin/github-pages:23:in
Error: Logging at level: debug Configuration file: /github/workspace/./_config.yml GitHub Pages: github-pages v230 GitHub Pages: jekyll v3.9.5 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 /README.md EntryFilter: excluded /CHANGELOG.md EntryFilter: excluded /package.json EntryFilter: excluded /Gemfile EntryFilter: excluded /LICENSE Reading: _posts/2016-06-27-magic-moments.md Reading: _posts/2023-10-20-zone-of-proximal-development.md Reading: _posts/2020-02-29-your-next-chapter-in-ksw.md Reading: _posts/2020-05-26-allegory-of-martial-arts.md Reading: _posts/2023-10-08-why-kuk-sool.md Reading: _posts/2023-08-23-you-won-hwa.md Reading: _posts/2019-09-25-grading-nerves.md Reading: _posts/2016-03-27-jkn-to-ksn.md Reading: _posts/2023-09-11-nahk-bup.md Reading: _posts/2024-01-05-nineteen-years-of-kuk-sool-in-pictures.md EntryFilter: excluded /assets/js/vendor EntryFilter: excluded /assets/js/plugins Reading: _publications/2023-04-23-reflective-project-in-education.md Reading: _publications/2021-04-15-popular-mathematics.md Reading: _publications/2021-07-23-number-puzzles.md Reading: _publications/2022-05-12-goodsteins-theorem.md Reading: _portfolio/2019-05-28-mathsoc.md Reading: _portfolio/2016-05-29-waveney-eco.md Reading: _talks/2021-05-05-popular-mathematics.md Reading: _talks/2022-05-26-goodsteins-theorem.md Reading: _talks/2021-03-03-making-a-cup-of-sudoku.md Generating: JekyllRedirectFrom::Generator finished in 0.026006291 seconds. Generating: JekyllOptionalFrontMatter::Generator finished in 0.000211187 seconds. Generating: JekyllReadmeIndex::Generator finished in 0.000111009 seconds. Generating: Jekyll::Paginate::Pagination finished in 5.74e-06 seconds. Generating: Jekyll::JekyllSitemap finished in 0.000695476 seconds. Jekyll Feed: Generating feed for posts Generating: JekyllFeed::Generator finished in 0.000732335 seconds. Generating: JekyllRelativeLinks::Generator finished in 0.001303318 seconds. Generating: JekyllDefaultLayout::Generator finished in 0.000146415 seconds. Generating: JekyllTitlesFromHeadings::Generator finished in 3.3443e-05 seconds. Rendering: _posts/2016-03-27-jkn-to-ksn.md Pre-Render Hooks: _posts/2016-03-27-jkn-to-ksn.md Rendering Markup: _posts/2016-03-27-jkn-to-ksn.md Requiring: kramdown-parser-gfm Rendering Layout: _posts/2016-03-27-jkn-to-ksn.md Layout source: site GitHub Metadata: Generating for ShayJordan/shay.github.io GitHub Metadata: Calling @client.pages("ShayJordan/shay.github.io", {}) Rendering: _posts/2016-06-27-magic-moments.md Pre-Render Hooks: _posts/2016-06-27-magic-moments.md Rendering Markup: _posts/2016-06-27-magic-moments.md Rendering Layout: _posts/2016-06-27-magic-moments.md Layout source: site Rendering: _posts/2019-09-25-grading-nerves.md Pre-Render Hooks: _posts/2019-09-25-grading-nerves.md Rendering Markup: _posts/2019-09-25-grading-nerves.md Rendering Layout: _posts/2019-09-25-grading-nerves.md Layout source: site Rendering: _posts/2020-02-29-your-next-chapter-in-ksw.md Pre-Render Hooks: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Markup: _posts/2020-02-29-your-next-chapter-in-ksw.md Rendering Layout: _posts/2020-02-29-your-next-chapter-in-ksw.md Layout source: site Rendering: _posts/2020-05-26-allegory-of-martial-arts.md Pre-Render Hooks: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Markup: _posts/2020-05-26-allegory-of-martial-arts.md Rendering Layout: _posts/202`
The text was updated successfully, but these errors were encountered: