Skip to content

Instantly share code, notes, and snippets.

View jasoncavinder's full-sized avatar

Jason Cavinder jasoncavinder

View GitHub Profile
@jasoncavinder
jasoncavinder / hugo.json
Last active February 19, 2023 23:28
Hugo configuration showing all options (json)
{
"_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",
@jasoncavinder
jasoncavinder / hugo.yaml
Last active February 19, 2023 23:28
Hugo configuration showing all options (yaml)
# 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
@jasoncavinder
jasoncavinder / hugo.toml
Last active February 19, 2023 23:26
Hugo configuration showing all options (toml)
# 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
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:
-----------
@jasoncavinder
jasoncavinder / sampleREADME.md
Last active April 28, 2019 08:37 — forked from FrancesCoronel/sampleREADME.md
A sample README for all your GitHub projects.

Jason Cavinder

Repository Title Goes Here

Subtitle or Short Description Goes Here