doc: documentation is now in the same repository as the code
Demo site will be generated in subfolder /demo
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Date format
|
||||
|
||||
Fields under `[Params.DateFormat]`.
|
||||
|
||||
Date format setting. Notice that Go's date format is slightly different than other programming language, take a look at official documentation: [dateFormat](https://gohugo.io/functions/dateformat/)
|
||||
|
||||
## published
|
||||
|
||||
- Type: `string`
|
||||
- Default: `Jan 02, 2006`
|
||||
|
||||
Page's publish date format.
|
||||
|
||||
## lastUpdated
|
||||
|
||||
- Type: `string`
|
||||
- Default: `Jan 02, 2006 15:04 MST`
|
||||
|
||||
Page's last updated date format
|
||||
Reference in New Issue
Block a user