<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Posts on Yankl's Corner</title><link>/posts/</link><description>Recent content in Posts on Yankl's Corner</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Fri, 05 Sep 2025 11:52:00 +0800</lastBuildDate><atom:link href="/posts/index.xml" rel="self" type="application/rss+xml"/><item><title>My blog Test</title><link>/posts/blogtest/</link><pubDate>Fri, 05 Sep 2025 11:52:00 +0800</pubDate><guid>/posts/blogtest/</guid><description>Testing Blog Entry</description></item><item><title>How to enable the AutoComplete feature</title><link>/posts/autocompletoutlook/</link><pubDate>Fri, 17 Mar 2023 10:00:00 +0800</pubDate><guid>/posts/autocompletoutlook/</guid><description>How to enable the AutoComplete feature
To access the AutoComplete setting, follow these steps:
On the File menu, click Options.
Select the Mail tab.
Scroll approximately halfway down until you see Send messages. Make sure that the Use Auto-Complete List to suggest names when typing in the To, Cc, and Bcc lines box is checked.</description></item><item><title>Windows Shortcuts</title><link>/posts/winshortcut/</link><pubDate>Thu, 16 Mar 2023 10:00:00 +0800</pubDate><guid>/posts/winshortcut/</guid><description>Windows Shortcuts Windows shortcuts can save you time and make your work more efficient. Here are some common keyboard shortcuts for Windows:
General Shortcuts Ctrl + C - Copy selected text or item Ctrl + X - Cut selected text or item Ctrl + V - Paste copied or cut text or item Ctrl + Z - Undo previous action Ctrl + Y - Redo previous action Ctrl + A - Select all text or items Ctrl + F - Find text in a document or webpage Alt + Tab - Switch between open windows Ctrl + Alt + Del - Open the task manager File Explorer Shortcuts Windows key + E - Open File Explorer Ctrl + N - Open a new File Explorer window Ctrl + W - Close the current File Explorer window Alt + D - Select the address bar Ctrl + L - Select the address bar and highlight the current URL or file path F2 - Rename the selected file or folder Ctrl + Shift + N - Create a new folder Browser Shortcuts Ctrl + T - Open a new browser tab Ctrl + Shift + T - Reopen the last closed browser tab Ctrl + D - Bookmark the current webpage Ctrl + W - Close the current browser tab Ctrl + Shift + W - Close the current browser window Ctrl + Tab - Switch between open browser tabs</description></item><item><title>Markdown Syntax</title><link>/posts/markdownsyntax/</link><pubDate>Thu, 16 Mar 2023 00:00:00 +0000</pubDate><guid>/posts/markdownsyntax/</guid><description>Markdown Syntax Markdown is a lightweight markup language that allows you to write using an easy-to-read, easy-to-write plain text format, which then gets converted to HTML. Here are some examples of the basic syntax you can use in Markdown:
Headings H1 H2 H3 H4 H5 H6 Emphasis italic
bold
bold and italic
Lists Unordered Item 1 Item 2 Item 3 Ordered Item 1 Item 2 Item 3 Links Link text</description></item><item><title>Test Post Yan</title><link>/posts/test-post-yan/</link><pubDate>Wed, 08 Mar 2023 00:00:00 +0000</pubDate><guid>/posts/test-post-yan/</guid><description>Test this post</description></item><item><title>Twemoji Support 🤩</title><link>/posts/twemoji-support/</link><pubDate>Mon, 25 May 2020 00:00:00 +0000</pubDate><guid>/posts/twemoji-support/</guid><description>If you want to use Twitter's Twemoji across your website, enable it in your config.toml
[params] enableTwemoji = true This will not only give your website unified emojis across all platforms. It will also give you the latest Unicode 13 emoji set, such as 🧋🫕🛻🪗🪞.
Emoji size changes with text size 🤩 Emoji size changes with text size 🤩 Emoji size changes with text size 🤩 Emoji size changes with text size 🤩 Emoji size changes with text size 🤩 Emoji size changes with text size 🤩</description></item><item><title>Render LaTeX using KaTeX</title><link>/posts/render-latex-using-katex/</link><pubDate>Wed, 20 Mar 2019 00:00:00 +0000</pubDate><guid>/posts/render-latex-using-katex/</guid><description>Enable katex by adding katex = &amp;quot;true&amp;quot; to the front matter
+++ katex = &amp;#34;true&amp;#34; +++ If you want to enable KaTeX or MathJax for all post, add katex = ture or math = true in config.toml in [params] section.
It's almost a dropin alternative to the mathjax solution,you should just choose one of them.
Inline math looks like this
This is text with inline math $\sum_{n=1}^{\infty}2^{-n}=1$ This is text with inline math $\sum_{n=1}^{\infty} 2^{-n} = 1$</description></item><item><title>Hugo coder wiki</title><link>/posts/hugo-coder-wiki/</link><pubDate>Thu, 17 Jan 2019 00:00:00 +0000</pubDate><guid>/posts/hugo-coder-wiki/</guid><description/></item><item><title>Dummy</title><link>/posts/dummy/</link><pubDate>Mon, 31 Dec 2018 00:00:00 +0000</pubDate><guid>/posts/dummy/</guid><description>Nada para ver aqui!</description></item><item><title>Theme Demo</title><link>/posts/theme-demo/</link><pubDate>Sun, 08 Jan 2017 00:00:00 +0000</pubDate><guid>/posts/theme-demo/</guid><description>Style Demo h1 Heading h2 Heading h3 Heading h4 Heading h5 Heading h6 Heading This is bold text
This is bold text
This is italic text
This is italic text
Deleted text
This is text with inline math $\sum_{n=1}^{\infty} 2^{-n} = 1$ and with math blocks:
$$
\sum_{n=1}^{\infty} 2^{-n} = 1
$$
Heading Another heading text text text text text text Block quotes are</description></item><item><title>Creating a New Theme</title><link>/posts/creating-a-new-theme/</link><pubDate>Sun, 28 Sep 2014 00:00:00 +0000</pubDate><guid>/posts/creating-a-new-theme/</guid><description>Introduction This tutorial will show you how to create a simple theme in Hugo. I assume that you are familiar with HTML, the bash command line, and that you are comfortable using Markdown to format content. I'll explain how Hugo uses templates and how you can organize your templates to create a theme. I won't cover using CSS to style your theme.
We'll start with creating a new site with a very basic template.</description></item><item><title>(Hu)go Template Primer</title><link>/posts/hugo-template-primer/</link><pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate><guid>/posts/hugo-template-primer/</guid><description>Hugo uses the excellent go html/template library for
its template engine. It is an extremely lightweight engine that provides a very
small amount of logic. In our experience that it is just the right amount of
logic to be able to create a good static website. If you have used other
template systems from different languages or frameworks you will find a lot of
similarities in go templates.
This document is a brief primer on using go templates.</description></item><item><title>Getting Started with Hugo</title><link>/posts/hugoisforlovers/</link><pubDate>Wed, 02 Apr 2014 00:00:00 +0000</pubDate><guid>/posts/hugoisforlovers/</guid><description>Step 1. Install Hugo Goto hugo releases and download the
appropriate version for your os and architecture.
Save it somewhere specific as we will be using it in the next step.
More complete instructions are available at installing hugo
Step 2. Build the Docs Hugo has its own example site which happens to also be the documentation site
you are reading right now.
Follow the following steps:
Clone the hugo repository Go into the repo Run hugo in server mode and build the docs Open your browser to http://localhost:1313 Corresponding pseudo commands:</description></item><item><title>Migrate to Hugo from Jekyll</title><link>/posts/migrate-from-jekyll/</link><pubDate>Mon, 10 Mar 2014 00:00:00 +0000</pubDate><guid>/posts/migrate-from-jekyll/</guid><description>Table of Contents Move static content to static Create your Hugo configuration file Set your configuration publish folder to site Convert Jekyll templates to Hugo templates Convert Jekyll plugins to Hugo shortcodes Implementation Usage Finishing Touches Fix Content Clean Up A practical example in a diff Move static content to static Jekyll has a rule that any directory not starting with _ will be copied as-is to the _site output.</description></item></channel></rss>