<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Leon Vision</title>
  <icon>https://leonvision.online/icon.png</icon>
  <subtitle>STAY HUNGRY</subtitle>
  <link href="https://leonvision.online/atom.xml" rel="self"/>
  
  <link href="https://leonvision.online/"/>
  <updated>2025-12-13T12:57:01.000Z</updated>
  <id>https://leonvision.online/</id>
  
  <author>
    <name>LEON D. QIU</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>Publishing Your First NPM Package</title>
    <link href="https://leonvision.online/technology/publishing-your-first-npm-package/"/>
    <id>https://leonvision.online/technology/publishing-your-first-npm-package/</id>
    <published>2025-12-04T07:46:03.000Z</published>
    <updated>2025-12-13T12:57:01.000Z</updated>
    
    
    <summary type="html">&lt;p&gt;This guide walks you through the complete process of publishing your first NPM package, drawing from my experience publishing the following packages:  &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://www.npmjs.com/package/@qzi/hexo-word-counter&quot;&gt;&lt;code&gt;@qzi/hexo-word-counter&lt;/code&gt;&lt;/a&gt; : switch to wasm and enhance the bun compatible&lt;br&gt;&lt;a href=&quot;https://www.npmjs.com/package/@qzi/hexo&quot;&gt;&lt;code&gt;@qzi/hexo&lt;/code&gt;&lt;/a&gt; : enhance the bun compatible and cloudflare pages support of hexo&lt;br&gt;&lt;a href=&quot;https://www.npmjs.com/package/hexo-theme-tweet&quot;&gt;&lt;code&gt;hexo-theme-tweet&lt;/code&gt;&lt;/a&gt; : a concise twitter-like theme for hexo  &lt;/p&gt;</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="npm, package, publish" scheme="https://leonvision.online/tags/npm-package-publish/"/>
    
  </entry>
  
  <entry>
    <title>Quick Handbook for Git</title>
    <link href="https://leonvision.online/technology/quick-handbook-for-git/"/>
    <id>https://leonvision.online/technology/quick-handbook-for-git/</id>
    <published>2020-01-05T22:30:07.000Z</published>
    <updated>2025-12-13T12:48:57.000Z</updated>
    
    
    <summary type="html">This quick Git handbook gives you a concise overview of the commands and workflows you’ll use most often. It focuses on practical tips, clear explanations, and the essential concepts you need to work efficiently with Git in real projects.</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="git" scheme="https://leonvision.online/tags/git/"/>
    
  </entry>
  
  <entry>
    <title>Building a Professional Blog With Hexo and Theme-NexT</title>
    <link href="https://leonvision.online/technology/hexo-go/"/>
    <id>https://leonvision.online/technology/hexo-go/</id>
    <published>2019-12-03T23:37:08.000Z</published>
    <updated>2025-12-03T01:23:45.000Z</updated>
    
    
    <summary type="html">Build a professional blog with Hexo and Theme-NexT. This guide covers installation, configuration, and essential integrations like SEO, analytics, and custom plugins to elevate your writing experience.</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="blog" scheme="https://leonvision.online/tags/blog/"/>
    
    <category term="hexo" scheme="https://leonvision.online/tags/hexo/"/>
    
    <category term="hexo-theme-next" scheme="https://leonvision.online/tags/hexo-theme-next/"/>
    
  </entry>
  
  <entry>
    <title>Visual Studio Code in Practice</title>
    <link href="https://leonvision.online/technology/visual-studio-code-in-practice/"/>
    <id>https://leonvision.online/technology/visual-studio-code-in-practice/</id>
    <published>2019-12-15T17:31:56.000Z</published>
    <updated>2025-12-01T00:44:10.000Z</updated>
    
    
    <summary type="html">Visual Studio Code has become my go-to code editor, and for good reason. It strikes the perfect balance between being lightweight and feature-rich, boasting an extensive extension ecosystem that adapts to virtually any development workflow. With seamless cross-platform support and robust backing from Microsoft, VS Code continues to evolve as one of the most versatile editors available today. In this article, I&#39;ll share some of my favorite extensions and practical usage tips that have significantly enhanced my daily development experience.</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="vscode" scheme="https://leonvision.online/tags/vscode/"/>
    
  </entry>
  
  <entry>
    <title>Hexo Auto Updated</title>
    <link href="https://leonvision.online/technology/hexo-auto-updated/"/>
    <id>https://leonvision.online/technology/hexo-auto-updated/</id>
    <published>2025-11-20T18:21:19.000Z</published>
    <updated>2025-11-26T07:14:56.000Z</updated>
    
    
    <summary type="html">If you have built up your own blog using the Hexo Blog System, you may have noticed that the post timestamps don&#39;t update automatically when you modify content. Since Hexo lacks a built-in auto-update feature for the updated field,, that&#39;s why we need to use a vscode extension to achieve this. That&#39;s what Hexo Auto Updated is for.</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="hexo" scheme="https://leonvision.online/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>Google Analytics and Adsense in Hexo</title>
    <link href="https://leonvision.online/technology/google-analytics-and-adsense-in-hexo/"/>
    <id>https://leonvision.online/technology/google-analytics-and-adsense-in-hexo/</id>
    <published>2019-12-16T10:39:22.000Z</published>
    <updated>2025-11-09T03:00:00.000Z</updated>
    
    
    <summary type="html">The guide to setup the Google Adsense and Analytics in Hexo with Theme-NexT unlocking more potential possibility of your blog.</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="blog" scheme="https://leonvision.online/tags/blog/"/>
    
    <category term="hexo" scheme="https://leonvision.online/tags/hexo/"/>
    
  </entry>
  
  <entry>
    <title>Seo for Your Site Using IndexNow</title>
    <link href="https://leonvision.online/technology/seo-for-your-site-using-indexnow/"/>
    <id>https://leonvision.online/technology/seo-for-your-site-using-indexnow/</id>
    <published>2025-11-08T08:00:00.000Z</published>
    <updated>2025-11-08T08:00:00.000Z</updated>
    
    
    <summary type="html">Without IndexNow, it can take days to weeks for search engines to discover that the content has changed, as search engines don’t crawl every URL often. With IndexNow, search engines know immediately the “URLs that have changed, helping them prioritize crawl for these URLs and thereby limiting organic crawling to discover new content.”</summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
  </entry>
  
  <entry>
    <title>中文等宽字体（Monospace Chinese Font Family）</title>
    <link href="https://leonvision.online/technology/monospace-chinese-font-family/"/>
    <id>https://leonvision.online/technology/monospace-chinese-font-family/</id>
    <published>2019-12-25T16:52:18.000Z</published>
    <updated>2025-11-07T16:00:00.000Z</updated>
    
    
    <summary type="html"> 中文等宽字体，一个中文字符等宽两个英文字符，Mac下很多字体（ Menlo, Monaco, Courier New, Source Code Pro ）没有严格遵循或者说达不到这个标准, 它们不包括CJK的字库，有的时候用一些 markdown table formatter 会导致不整齐，其实并不是排列不整齐，而是字体的宽度不同 </summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="blog" scheme="https://leonvision.online/tags/blog/"/>
    
  </entry>
  
  <entry>
    <title>Custom Domain Email Forwarding</title>
    <link href="https://leonvision.online/technology/custom-domain-email-forwarding/"/>
    <id>https://leonvision.online/technology/custom-domain-email-forwarding/</id>
    <published>2020-01-01T19:12:04.000Z</published>
    <updated>2025-11-06T16:00:00.000Z</updated>
    
    
    <summary type="html"> Set up email forwarding for your custom domain using Cloudflare Email Routing. </summary>
    
    
    
    <category term="technology" scheme="https://leonvision.online/categories/technology/"/>
    
    
    <category term="blog" scheme="https://leonvision.online/tags/blog/"/>
    
    <category term="email" scheme="https://leonvision.online/tags/email/"/>
    
  </entry>
  
  <entry>
    <title>从CME支持负值交易开始聊起 ...</title>
    <link href="https://leonvision.online/finance/cme-supports-the-negative-price-of-energy-product/"/>
    <id>https://leonvision.online/finance/cme-supports-the-negative-price-of-energy-product/</id>
    <published>2020-04-26T18:35:51.000Z</published>
    <updated>2020-04-26T18:35:51.000Z</updated>
    
    
    <summary type="html">WTI Future出现了历史上首次的负值交易，那天晚上亲眼看到WTI五月的合约跌入-40，甚是震撼，所以来聊聊相关的大瓜和知识点</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="future" scheme="https://leonvision.online/tags/future/"/>
    
  </entry>
  
  <entry>
    <title> 新冠疫情下那些可供投资的优秀游戏公司 </title>
    <link href="https://leonvision.online/finance/to-invest-best-game-under-the-impact-of-covid-19/"/>
    <id>https://leonvision.online/finance/to-invest-best-game-under-the-impact-of-covid-19/</id>
    <published>2020-03-09T21:13:23.000Z</published>
    <updated>2020-03-09T21:13:23.000Z</updated>
    
    
    <summary type="html">这篇文章主要还是探讨新冠疫情（COVID-19）下，游戏作为宅男宅女们娱乐选项所带来的投资机会</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="game" scheme="https://leonvision.online/tags/game/"/>
    
  </entry>
  
  <entry>
    <title>The Brief of Stock Exchange and Indicator</title>
    <link href="https://leonvision.online/finance/the-brief-of-stock-exchange-and-indicator/"/>
    <id>https://leonvision.online/finance/the-brief-of-stock-exchange-and-indicator/</id>
    <published>2020-02-24T10:39:54.000Z</published>
    <updated>2020-02-24T10:39:54.000Z</updated>
    
    
    <summary type="html">新冠（2019-nCoV）疫情开始在中国以外的地方爆发，此时会需要去看一些其他国家指数指标，顺便梳理了一下在 IB 上看到的有点迷糊的交易所和指标，提供一份基于实践的可持续整理的列表</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="exchange" scheme="https://leonvision.online/tags/exchange/"/>
    
  </entry>
  
  <entry>
    <title>  从 Tesla 增发 $2B 学习怎么看 424(b) Filing of Prospectuses </title>
    <link href="https://leonvision.online/finance/424-b-filing-of-prospectuses/"/>
    <id>https://leonvision.online/finance/424-b-filing-of-prospectuses/</id>
    <published>2020-02-13T20:37:44.000Z</published>
    <updated>2020-02-13T20:37:44.000Z</updated>
    
    
    <summary type="html">Tesla 进行了股票增发，一般公司当期价值不变，增发股票会稀释每股价值，也就是说股票有下跌倾向，本文主要就是来聊聊怎么自己看和确认细节 </summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="sec-filing" scheme="https://leonvision.online/tags/sec-filing/"/>
    
  </entry>
  
  <entry>
    <title> 从 腾讯集团 增持 哔哩哔哩 股权开始学习 Schedule 13D/G/A </title>
    <link href="https://leonvision.online/finance/the-summary-of-schedule-13d-g-a/"/>
    <id>https://leonvision.online/finance/the-summary-of-schedule-13d-g-a/</id>
    <published>2020-02-12T19:24:48.000Z</published>
    <updated>2020-02-12T19:24:48.000Z</updated>
    
    
    <summary type="html">本文主要从 腾讯集团（Tencent Holdings Limited）增持 哔哩哔哩（BILI）股权去学习 Schedule 13D/G/A </summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="sec" scheme="https://leonvision.online/tags/sec/"/>
    
  </entry>
  
  <entry>
    <title> 从 Tesla 的暴涨看 S&amp;P 500 指数的长盛不衰 </title>
    <link href="https://leonvision.online/finance/the-threshold-of-sp500/"/>
    <id>https://leonvision.online/finance/the-threshold-of-sp500/</id>
    <published>2020-02-10T17:48:22.000Z</published>
    <updated>2020-02-12T19:24:48.000Z</updated>
    
    
    <summary type="html"> 从 Tesla 的暴涨看 S&amp;P 500 指数的长盛不衰，重点聊指数的编制门槛</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="index" scheme="https://leonvision.online/tags/index/"/>
    
  </entry>
  
  <entry>
    <title> 沪深A股黑夜里的影子  </title>
    <link href="https://leonvision.online/finance/the-shadow-of-china-a-shares/"/>
    <id>https://leonvision.online/finance/the-shadow-of-china-a-shares/</id>
    <published>2020-02-06T23:05:10.000Z</published>
    <updated>2020-02-06T23:05:10.000Z</updated>
    
    
    <summary type="html">本文主要还是讨论如何在境外进行沪深A股的趋势投资和指标跟踪，之所以会有这个需求主要还是在于境外市场的衍生品品种丰富，还有非A股交易交易时段的波动的指标有指示意义</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="china-a-shares" scheme="https://leonvision.online/tags/china-a-shares/"/>
    
  </entry>
  
  <entry>
    <title> 从 2020 美国总统初选开始学习选举流程 </title>
    <link href="https://leonvision.online/finance/united-states-presidential-primary-election-2020/"/>
    <id>https://leonvision.online/finance/united-states-presidential-primary-election-2020/</id>
    <published>2020-02-03T21:38:48.000Z</published>
    <updated>2020-02-03T21:38:48.000Z</updated>
    
    
    <summary type="html">美股其实是需要去管理时间窗口的，尤其是在大选年，了解美国候选人的政策方向和时间节点还是比较重要的，所以不如慢慢随着选举的展开学习一下美国的选择制度，侧重点在于流程上和候选人政策理念对市场的影响上</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="election" scheme="https://leonvision.online/tags/election/"/>
    
  </entry>
  
  <entry>
    <title> 新型冠状病毒（2019-nCoV/SARS-COV2）的传播方式 </title>
    <link href="https://leonvision.online/miscellaneous/the-transmission-of-2019-ncov/"/>
    <id>https://leonvision.online/miscellaneous/the-transmission-of-2019-ncov/</id>
    <published>2020-02-02T14:34:19.000Z</published>
    <updated>2020-02-02T14:34:19.000Z</updated>
    
    
    <summary type="html">主要介绍了 2019-nCoV/SARS-COV2 的传播方式，包括直接传播，接触传播，气溶胶传播，还有可能的粪-口传播</summary>
    
    
    
    <category term="miscellaneous" scheme="https://leonvision.online/categories/miscellaneous/"/>
    
    
    <category term="coronavirus" scheme="https://leonvision.online/tags/coronavirus/"/>
    
  </entry>
  
  <entry>
    <title>The Brief of Luckin Coffee Anonymous</title>
    <link href="https://leonvision.online/finance/the-brief-of-luckin-coffee-anonymous/"/>
    <id>https://leonvision.online/finance/the-brief-of-luckin-coffee-anonymous/</id>
    <published>2020-02-01T18:04:53.000Z</published>
    <updated>2020-02-01T18:04:53.000Z</updated>
    
    
    <summary type="html">网上有很多对浑水做空瑞幸的报告的解读，这篇文章知识简单探讨从这篇报告上学习到的有趣的英文俚语和集体诉讼等补充内容</summary>
    
    
    
    <category term="finance" scheme="https://leonvision.online/categories/finance/"/>
    
    
    <category term="short" scheme="https://leonvision.online/tags/short/"/>
    
  </entry>
  
  <entry>
    <title> 跟野生动物买卖说：“不!” </title>
    <link href="https://leonvision.online/miscellaneous/say-no-to-wildlife/"/>
    <id>https://leonvision.online/miscellaneous/say-no-to-wildlife/</id>
    <published>2020-01-28T08:22:53.000Z</published>
    <updated>2020-01-28T08:22:53.000Z</updated>
    
    
    <summary type="html"> 了解常见野生动物买卖的危害，跟野生动物买卖说‘不’</summary>
    
    
    
    <category term="miscellaneous" scheme="https://leonvision.online/categories/miscellaneous/"/>
    
    
    <category term="coronavirus" scheme="https://leonvision.online/tags/coronavirus/"/>
    
  </entry>
  
</feed>
