Customize Hugo site with theme PaperMod

Build Hugo site with theme PaperMod Special Functions and Extensions Math Typesetting Mathematical notation in a Hugo project can be enabled by using third party JavaScript libraries - KaTeX create the math partial file: touch layouts/partials/math.html add below content to math.html <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css"> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js"></script> <script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/contrib/auto-render.min.js" onload="renderMathInElement(document.body);"></script> <script> document.addEventListener("DOMContentLoaded", function() { renderMathInElement(document.body, { delimiters: [ {left: '$$', right: '$$', display: true}, {left: '$', right: '$', display: false}, {left: '\\(', right: '\\)', display: false}, {left: '\\[', right: '\\]', display: true} ], throwOnError : false }); }); </script> Customize the extend_head.html: cp themes/PaperMode/layouts/partials/extend_head.html layouts/partials/extend_head.html insert below content to extend_head.html {{ if or .Params.math .Site.Params.math }} {{ partial "math.html" . }} {{ end }} Enable math rendering by adding this to your config.yaml params: math: true # Enable math globally Config.yaml change TOC change the table of content on the right side colum of webpage, or in the middle top. ...

2023-2-5 · 2 min · Atom.X

Helpx Guest Questionnaire

Welcome to copy this questionnaire template, which is suitable for projects that recruit volunteers through the Internet. This questionnaire was designed by psychologist and Helpx host [Macdonald]. More about you These questions are more personal, please share what you are willing to share with us. There is no obligation, no pressure, I hope answering these questions will also give you a renewed perspective on where you are at. Name Atom ...

2023-2-3 · 2 min · Atom.X

Compelling Reasons to Learn Math and Programming

Individual strength is limited. Large-scale collaboration can propel civilization and intelligence to new heights. This includes collaborations between humans, humans and animals, humans and machines, and all possible combinations of these entities (humans, machines, animals, plants, microorganisms). Collaboration requires language for communication, even amongst animals. Here are a few languages worth learning: English: As the most prosperous and civilized human community on Earth in the 20th and 21st centuries, English serves as the primary natural language for daily communication and collaboration. Programming: For precise collaboration with large-scale machine clusters and a select few highly intelligent individuals. Mathematics: The foundation of machine language and other scientific technologies. Human Natural Language - Ambiguity and Deception There are countless human natural languages, each vastly different. The saying “dialects change every 100 miles” holds true; even within 50 kilometers, human language mutates, with variations in pronunciation, grammar, semantics, and expression. Why is this so, given that natural language is innate? Only God can explain. ...

2023-1-23 · 5 min · Atom.X

Invitation letter for business Schengen visa - template

Date: January 22, 2023 To: [Embassy Name] [Embassy Address] [Embassy Phone number] Re: Invitation letter for [Applicant’s name 1] with Passport No. ___________. [Applicant’s name 2] with Passport No. ___________. Respected Madam/Sir, [Inviting company’s name] We are currently registering at [Berlin, Germany], and writing this letter to support the business visa application of [Applicant’s name]. [background and titles] the applicants are the founders of [Applicant’s company name]., a cloud computing company in China, they are planning a startup of Europe, We provide talented and high-skilled entrepreneurs with mentoring services in incubators and venture capital. ...

2023-1-22 · 1 min · Atom.X

Mathematics basics

Why math ? I have severe tinnitus, Similar to what it would be like when I’m standing on a giant generator machine running at full capacity, sharp and piercing. it can only be relieved by deep sleep and concentration, especially when I’m engrossed in math and computer programming and I can’t feel the annoying noise in my ears. Writing Mathematics symbols Microsoft 365 Office Word - insert - formula basic concepts We should assess skills and knowledge in the following areas: ...

2023-1-7 · 2 min · Atom.X