Subtitle or Short Description Goes Here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "_comments": [ | |
| "Based on: hugo v0.110.0+extended", | |
| "TIP: Use `hugo config` to see all configuration options.", | |
| "TIP: Use `hugo config | grep key` to find a specific configuration option.", | |
| "NOTE: To use options, move them from `_allOptions` to the top level, then delete `_allOptions` and `_comments`." | |
| ], | |
| "_allOptions": { | |
| "archetypeDir": "archetypes", | |
| "assetDir": "assets", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Based on: hugo v0.110.0+extended | |
| # TIP: Use `hugo config` to see all configuration options. | |
| # TIP: Use `hugo config | grep key` to find a specific configuration option. | |
| # archetypeDir: archetypes # The directory where Hugo finds archetype files (content templates). Default: "archetypes". Also see https://gohugo.io/hugo-modules/configuration/#module-config-mounts. | |
| # assetDir: assets # The directory where Hugo finds asset files used in Hugo Pipes. Default: "assets". Also see https://gohugo.io/hugo-modules/configuration/#module-config-mounts. | |
| # baseURL: "" # Hostname (and path) to the root, e.g. http://example.com/. Default: "" | |
| # buildDrafts: false # Include drafts when building. Default: false | |
| # buildExpired: false # Include content already expired. Default: false | |
| # buildFuture: false # Include content with publishdate in the future. Default: false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Based on: hugo v0.110.0+extended | |
| # TIP: Use `hugo config` to see all configuration options. | |
| # TIP: Use `hugo config | grep key` to find a specific configuration option. | |
| # archetypeDir = "archetypes" # The directory where Hugo finds archetype files (content templates). Default: "archetypes". Also see https://gohugo.io/hugo-modules/configuration/#module-config-mounts. | |
| # assetDir = "assets" # The directory where Hugo finds asset files used in Hugo Pipes. Default: "assets". Also see https://gohugo.io/hugo-modules/configuration/#module-config-mounts. | |
| # baseURL = "" # Hostname (and path) to the root, e.g. http://example.com/. Default: "" | |
| # buildDrafts = false # Include drafts when building. Default: false | |
| # buildExpired = false # Include content already expired. Default: false | |
| # buildFuture = false # Include content with publishdate in the future. Default: fals |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Unless specified otherwise, all of the below tinting applies to both Lollipop and pre-Lollipop using AppCompat v21. | |
| To use the support version of these attributes, remove the android namespace. | |
| For instance, "android:colorControlNormal" becomes "colorControlNormal". | |
| These attributes will be propagated to their corresponding attributes within the android namespace | |
| for devices running Lollipop. Any exceptions to this will be noted by including the "android:" prefix. | |
| All Clickable Views: | |
| ----------- |