Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

marinebon/www_marinebon

Repository files navigation

⚠️ deprecated.

Most of this site has been abandoned in favor of a wordpress site.

Information about the wordpress site is in marinebon/marinebon_wordpress_website.

Creation

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 🚀

Original...

Wowchemy Website Builder

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.

Crowd-funded open-source software

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.

Ecosystem

Screenshot

MBON Developer

Automatic regeneration with Github Action

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:

Import publications

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

add project

Per https://wowchemy.com/docs/content/projects/, in Terminal:

hugo new  --kind project project/edna

add custom header

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: