No Description

Starry99 3cb3ca0bd1 Merge pull request #16 from EinHungerkuenstler/master 8 months ago
.jekyll-cache c312ca5884 example 8 months ago
.vscode 90fd420767 addDots 8 months ago
_additional_pages da5f2624b3 motify 8 months ago
_includes e15fef222c changereadme 8 months ago
_layouts 0e66747e84 simple layout 8 months ago
_sass a229a49dcd 1.0 2 years ago
assets 59e1e31323 The icons have been changed 8 months ago
categories 1d7a5a5753 A lot changes 8 months ago
literature 72ccf5d723 add analysis 8 months ago
study 0690edd3be motify 8 months ago
.DS_Store 3b01a50c33 IRP 8 months ago
.gitignore a9fa120f44 1.0 4 years ago
404.html 1ed953641b 1.0 4 years ago
LICENSE a9fa120f44 1.0 4 years ago
README.md a29573a1ba try 8 months ago
_config.yml 1d7a5a5753 A lot changes 8 months ago
aboutme.html b201a47097 饥饿艺术家上传 8 months ago
feed.xml a9fa120f44 1.0 4 years ago
index.html a9fa120f44 1.0 4 years ago
robots.txt a9fa120f44 1.0 4 years ago
sitemap.xml a9fa120f44 1.0 4 years ago

README.md

An Exhibition of a Hunger Artist

Here is the blog of WHY: https://einhungerkuenstler.github.io

Contents

Rationale

In March 2023, I had an idea to create my own personal webpage. Finally, after finishing my exams and during the summer vacation, I found the time to complete it. The main purpose of this webpage is to share some notes I've written on mathematics and physics. Additionally, I'll be sharing my interests in music, literature, philosophy, data science, quantitative finance and more. If I'm not feeling too lazy, I might also share some thoughts and experiences on this website!

Theme

I use the theme catbook

I have not changed any style of this theme, at least for now.

Maths

I decide to use Katex to render my maths. To get it to work, I just added the following html into my head.html file under my _includes/ folder:

<!-- Katex -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.css" integrity="sha384-GvrOXuhMATgEsSwCs4smul74iXGOixntILdUW9XmUC6+HX0sLNAK3q71HotJqlAn" crossorigin="anonymous">

<!-- The loading of KaTeX is deferred to speed up page rendering -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/katex.min.js" integrity="sha384-cpW21h6RZv/phavutF+AuVYrr+dA8xD9zs6FwLpaCct6O9ctzYFfFr4dgmgccOTx" crossorigin="anonymous"></script>

<!-- To automatically render math in text elements, include the auto-render extension: -->
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.16.8/dist/contrib/auto-render.min.js" integrity="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05" crossorigin="anonymous"
    onload="renderMathInElement(document.body);"></script>

Remeber you just could $$ but $ could not work.

For example, $$\int_{-\infty}^\infty e^{-x^2} dx = \sqrt{\pi}$$

license

MIT License