Wowchemy-hugo-modules: My update .sh stopped working get error

Created on 20 Oct 2017  路  5Comments  路  Source: wowchemy/wowchemy-hugo-modules

ERROR 2017/10/20 15:18:08 Error while rendering "page": template: theme/publication/single.html:27:64: executing "theme/publication/single.html" at : wrong number of args for markdownify: want 1 got 0

discussion

Most helpful comment

The above error sounds like you may be missing the abstract field (abstract = "my abstract here") from the +++ frontmatter of one of your publications in content/publication/.

All 5 comments

This #309 is very similar to my problem posted a few minutes ago. But shell script is like this. It seemed work the last time I updated.

hugo
cd public
git add .
git commit -m "Build website"
git push -u origin master

The above error sounds like you may be missing the abstract field (abstract = "my abstract here") from the +++ frontmatter of one of your publications in content/publication/.

Thanks so much. That worked. But in the meantime I messed with what I had set up to update github and its not working.

Started building sites ...

Built site for language en:
0 draft content
0 future content
0 expired content
34 regular pages created
44 other pages created
0 non-page files copied
13 paginator pages created
2 publication_types created
10 tags created
0 categories created
total in 47 ms
On branch master
Your branch is up-to-date with 'origin/master'.

Changes not staged for commit:
modified: ../.DS_Store
modified: ../themes/academic (modified content, untracked content)

no changes added to commit
Branch master set up to track remote branch master from origin.
Everything up-to-date

That is to say the myusername.github.io repo doesn't update but the my_website repo does.

If you are still experiencing any issues, please take a look at the updated installation method in the README: https://github.com/gcushen/hugo-academic#quick-install-using-your-web-browser

Using the new method, it is much simpler to install and update 馃槃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jooyoungseo picture jooyoungseo  路  3Comments

eduardohenriquearnold picture eduardohenriquearnold  路  4Comments

Framartin picture Framartin  路  4Comments

petzi53 picture petzi53  路  4Comments

netw0rkf10w picture netw0rkf10w  路  4Comments