github.com/choria-io/go-choria@v0.28.1-0.20240416190746-b3bf9c7d5a45/docs/themes/hugo-theme-relearn/layouts/partials/initial.md (about)

     1  ## Create this Page
     2  
     3  You need to create a file for this page. You can either
     4  
     5  - create a file in the `content` folder and fill it with Markdown content
     6    - inside a folder named by the page's title like `<TITLE>/_index.md` or `<TITLE>/index.md`
     7    - named by the page's title like `<TITLE>.md`
     8  - create a file in the `static` folder and fill it with HTML content
     9    - inside a folder named by the page's title like `<TITLE>/index.html`