FredHutch / coopMetrics

Functions to easily pull metrics for the coop blog and wiki from github and google analytics
Other
1 stars 1 forks source link

parsing urls #25

Open lakikowolfe opened 3 years ago

lakikowolfe commented 3 years ago

Problem: how do we parse urls of jekyll site when the URLs can be very different based on what is specified in yaml? Need to either require user input of yaml specification or parse the config file to get this info.

Jekyll allows for customization of URL output. Two options:

  1. Dynamically pull permalink info from config file
  2. Require users standardize their config

Resources:

lakikowolfe commented 3 years ago