主页

Google Analytics for Jekyll

What is Google Analytics Google Analytics is a freemium web analytics service offered by Google that tracks and reports website traffic. It allows you to get information about your websites visitors such as the devices or OS they were using and their location. Get started on analytics.google.com Follow Get started with Analytics - Analytics H...

阅读更多

Write LaTeX Equations in Jekyll Using MathJax & Kramdown

What is MathJax MathJax is a javascript library that uses the TeX algorithms and fonts to display math formulas on HTML pages. It allows for very fine-grained configuration, is widely used and works on all modern browsers. This engine marks up math formulas with HTML <script type="math/tex"> tags that MathJax understands. The only other ...

阅读更多

Table Syntax In Markdown With Kramdown

As the official Markdown documentation states, Markdown does not provide any special syntax for tables. Instead it uses HTML <table> syntax. For example, to add an HTML table to a Markdown article: This is a regular paragraph. <table> <tr> <td>Foo</td> </tr> </table> This is another r...

阅读更多

Phonetic Alphabet

A spelling alphabet, voice procedure alphabet, radio alphabet, or telephone alphabet is a set of words used to stand for the letters of an alphabet in oral communication. It is used to spell parts of a message containing letters and numbers to avoid confusion. Royal Navy (during WW1) U.S. phonetic alphabet (during WW2) ...

阅读更多

Use Pygments for Code Snippet Highlighting in Jekyll

If Pygments is set in your _config.yml file then your pages site will automatically build with Rouge as the default highlighter instead. What is pygments Pygments is a generic syntax highlighter written in python, suitable for use in code hosting, forums, wikis or other applications that need to prettify source code. Install pygments on Ubunt...

阅读更多