Information about the wordpress site is in marinebon/marinebon_wordpress_website.
This site was created via the button at Create a site with Github/Gitlab | Wowchemy: Website Builder for Hugo:
Create your resumé or academic site now with Github 🚀
Academic Template for Hugo
The Hugo Academic Resumé Template empowers you to create your job-winning online resumé and showcase your academic publications.
Check out the latest demo of what you'll get in less than 10 minutes, or view the showcase.
Wowchemy makes it easy to create a beautiful website for free. Edit your site in Markdown, Jupyter, or RStudio (via Blogdown), generate it with Hugo, and deploy with GitHub or Netlify. Customize anything on your site with widgets, themes, and language packs.
- 👉 Get Started
- 📚 View the documentation
- 💬 Chat with the Wowchemy community or Hugo community
- 🐦 Twitter: @wowchemy @GeorgeCushen #MadeWithWowchemy
- 💡 Request a feature or report a bug for Wowchemy
- ⬆️ Updating Wowchemy? View the Update Guide and Release Notes
To help us develop this template and software sustainably under the MIT license, we ask all individuals and businesses that use it to help support its ongoing maintenance and development via sponsorship.
- Wowchemy Admin: An admin tool to import publications from BibTeX
usethis::use_github_action("blogdown")
# https://www.seanwarlick.com/post/setting-up-renv/
install.packages('renv')
renv::init()
install.packages('blogdown')
renv::settings$snapshot.type("simple")
renv::snapshot()
Per .github/workflows/blogdown.yaml
, set secrets in the Github repo for:
- Github:
GITHUB_TOKEN
Go to https://github.com/settings/tokens, click "Personal access tokens" menu, "Generate new token" button. Actually, looks like this is already reserved, so did nothing to add. - Netlify:
NETLIFY_AUTH_TOKEN
,NETLIFY_SITE_ID
See: Deploy your bookdown project to Netlify with Github Actions | Emil Hvitfeldt
Per https://wowchemy.com/docs/content/publications/ using bibtex file exported from Zotero (that was imported using Zotero Chrome extension at frank muller karger - Google Scholar and exported with Better Bibtex). In Terminal:
cd ~/github/www_marinebon
# install once
pip3 install -U academic
academic import --bibtex content/publication/Frank\ Muller-Karger.bib
In R Console:
blogdown::serve_site()
- edit tags, todo: categories
Per https://wowchemy.com/docs/content/projects/, in Terminal:
hugo new --kind project project/edna
Added Font Awesome Pro with duotone eDNA icon by creating
layouts/partials/custom_js.html
per
https://wowchemy.com/docs/getting-started/customization/#add-scripts-js.
Here's the original theme
that this partial overrides: