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. Profile by luboshouska and header by luminas_art.

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

    Draft those messages, you message drafter. Get a feel of how it delivers before committing the deed. Only reveal your drafts in a local environment — don’t write drafts live on the www unless you like living on the edge.

    yaml
    ---
    buildDrafts: false
    Inside your config.toml, config.json, or config.yaml
    #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
  • 28/50 words 9s read

    Tables are the most universally understood data presentation format but…

    Tables Are Boring
    column 1 is left–aligned 123
    column 2 is centered 12
    column 3 is right–aligned 1
    #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
  • 23/50 words 8s read

    The cool kids are moving to a new video site called Odysee. How long do you reckon this party lasts?

    #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
  • 34/50 words 11s read

    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. Profile by luboshouska and header by luminas_art.

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

    Weights and Spans?

    I was once told spans were worth their weight in gold. Two sentences in line, nine seconds with time.

    Secondary Heading

    So you’ve made it this far, you’re excellent, on par! Two paragraphs or no, just a little more to not go.

    Tertiary Heading

    Saepe perspiciatis molestiae iste at quia sequi. Omnis itaque sint ut nihil molestiae quis ut at.

    Conclusion

    You’ve skipped to the end and thus failed, my friend. You didn’t know? Conclusions and Latin are just for show!

    #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
  • 62/50 words 21s read

    First nothing, then the infinity wars. You know; the miracle of the fallacy à la generality.

    0 = 0 × 1 0 = 0 × 2 0 = 0 × 3
    (1) Sounds about right.
    0 = 0 0 × 1 = 0 × 3
    (2) Alien levels of literal meta–abstraction.
    1 = 3
    (3) Unity. Don’t try this at home, kids.
    #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
  • 43/50 words 14s read

    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. Profile by luboshouska and header by luminas_art.

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

    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
    Portable Thoughts

    A single-file blog

    via @tdro Portable Thoughts portable.fyi view
  • Markdown Plaintext Embed Permalink
  • 1/50 words 1s read
    Portable Thoughts

    A single-file blog

    via @tdro Portable Thoughts portable.fyi view
  • Markdown Plaintext Embed Permalink
  • 5/50 words 2s read

    Let’s Share What We Know

    #feeds

    Authors