Skip to main content
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.

Canory micro.thedroneely.com view Markdown Plaintext Embed Permalink Mar 2 2022 02:44 UTC 11 sec 34/50 words

Check out this party trick; this thing can quote other messages.

#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.

Canory micro.thedroneely.com view Markdown Plaintext Embed Permalink Mar 1 2022 01:24 UTC 14 sec 43/50 words

Satisfy the keepers of the gate by officially verifying ownership of your property, uh, website. Put the verification code from their web mastery tools into the hugo 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.

Canory micro.thedroneely.com view Markdown Plaintext Embed Permalink Feb 27 2022 20:18 UTC 32 sec 95/50 words

Resource abuse is not good — cache responsibly. In the hugo 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
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.

Pinned Liked Canory micro.thedroneely.com (edited) view Markdown Plaintext Embed Permalink Feb 5 2022 02:20 UTC 13 sec 39/50 words

This message is pinned for reasons unknown. For a quick start guide, @default might be able to help you. The #docs explain what we are currently capable of doing. Warning: This micro blog is remarkably experimental, don’t hurt yourself.

#docs

Authors

Gallery

Following (1)

Web Ring