Skip to main content Canory Canory

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators. Profile by luboshouska and header by luminas_art.

www

canory.example

Arrived on the second fortnight of April, 2022

1 Feed

Canory

Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators. Profile by luboshouska and header by luminas_art.

Canory micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 41/50 words 14s read

    Satisfy the keepers of the gate. Officially verify ownership of your property, uh, website. Put the verification code from their web mastery tools into the configuration file (config.yaml, config.json, config.toml).

    yaml
    ---
    params:
      search:
        verification:
          google: randomString
          bing: randomString
          yandex: randomString
    #docs
    Canory

    Descended from an inner star system of the Sunflower galaxy. Not an owl. Theme Canory — a micro blog theme for Hugo, one of many static site generators. Profile by luboshouska and header by luminas_art.

    Canory micro.thedroneely.com view
  • Markdown Plaintext Embed Permalink
  • 94/50 words 31s read

    Resource abuse is not good — cache responsibly. In the configuration file (config.yaml, config.json, config.toml) set the cache expiry time. The default is 12h (12 hours) for remote fetches and -1 (forever) for assets, images, and modules. The time scales are seconds (s), minutes (m), and hours (h). Turn off a cache by setting a max age of 0.

    yaml
    ---
    caches:
      assets:
        dir: :resourceDir/_gen
        maxAge: -1
      images:
        dir: :resourceDir/_gen
        maxAge: -1
      getcsv:
        dir: :resourceDir/caches
        maxAge: 12h
      getjson:
        dir: :resourceDir/caches
        maxAge: 12h
      getresource:
        dir: :resourceDir/caches
        maxAge: 12h
      modules:
        dir: :resourceDir/caches
        maxAge: -1
    Caching Options
    #docs

    Authors

    Gallery

    Web Feeds (1)

    Web Links