Hello World From Hugo

Posted on 2025-04-16

这是一个用Hugo创建的博客。

function sayHi() {
  console.log('hello world from Hugo');
  console.log('Visit https://gohugo.io for more information');
}

sayHi();