sixem / ivfi-node

IVFi is a directory indexer written in Node that aims to make it easy to browse and explore web-accessible directories.
https://git.five.sh/ivfi/
Other
33 stars 3 forks source link

Description meta tag support #18

Closed evwltrs closed 1 year ago

evwltrs commented 1 year ago

Inital PoC that creates a description meta tag from the contents of the readme. Regex is terrible and I'm not sure how I feel about the whole solution but let me know what you think....

Enable it:

const options = {
  debug: true,
  readme: {
    meta: true
  }
}
evwltrs commented 1 year ago

Decided against this method of adding method tags from the README file.