The Wayback Machine - https://web.archive.org/web/20220307095538/https://github.com/topics/modern
Skip to content
#

modern

Here are 548 public repositories matching this topic...

latexcv
opensource
tunnckoCore
tunnckoCore commented Feb 9, 2018

Which will behave like that

let settings = await prettyConfig('rollup', { configFiles })

if (!settings) {
  settings = await prettyConfig('rolldown', { configFiles })
}
console.log(settings)

instead of above we can hide it to look like that

const settings = await prettyConfig(['rollup', 'rolldown'], { configFiles })

if (!settings) {
  console.log('no config file
swaggypg
swaggypg commented Jan 4, 2022

Hi! I have seen the google_analytics.html file in the _includes/extensions and there is some code about google_analytics in _config.yml too. But I don't really understand how to activate this function. Could you please tell me about it? Thank you very much!
QQ截图20220104160717

Improve this page

Add a description, image, and links to the modern topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the modern topic, visit your repo's landing page and select "manage topics."

Learn more