Posts on Free http://localhost:1313/posts/ Recent content in Posts on Free Hugo zh-CN Sat, 31 May 2025 14:28:57 +0800 Mysql8 http://localhost:1313/posts/mysql8/ Sat, 31 May 2025 14:28:57 +0800 http://localhost:1313/posts/mysql8/ <p>Include content Although typically used as a front matter template, you can also use an archetype to populate content.</p> <p>For example, in a documentation site you might have a section (content type) for functions. Every page within this section should follow the same format: a brief description, the function signature, examples, and notes. We can pre-populate the page to remind content authors of the standard format.</p> <hr> <h2 id="title--replace-filecontentbasename------title-">date: &lsquo;{{ .Date }}&rsquo; draft: true title: &lsquo;{{ replace .File.ContentBaseName <code>-</code> <code> </code> | title }}&rsquo;</h2> <p>A brief description of what the function does, using simple present tense in the third person singular form. For example:</p> First http://localhost:1313/posts/first/ Sat, 31 May 2025 14:06:03 +0800 http://localhost:1313/posts/first/ <p>hexo</p>