Žiadny popis

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

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