Regenerate site

This commit is contained in:
Abdulkadir Furkan Şanlı
2019-11-04 10:28:34 +01:00
parent 58919a6c9b
commit 8aa992c824
12 changed files with 681 additions and 17 deletions

View File

@ -125,7 +125,7 @@
<div class="post on-list">
<h1 class="post-title">
<a href="https://022385.xyz/posts/my-first-post/">My First Post</a></h1>
<a href="https://022385.xyz/posts/eidma/">Introduction to Discrete Mathematics</a></h1>
<div class="post-meta">
<span class="post-date">
2019-03-26
@ -135,19 +135,29 @@
</div>
<span class="post-tags">
#<a href="https://022385.xyz/tags/university-notes/">university-notes</a>&nbsp;
#<a href="https://022385.xyz/tags/"></a>&nbsp;
</span>
<div class="post-content">
Discrete mathematics Mathematics without infinitely small, continuous mathematical objects. The mathematics of finite sets. Propositional calculus Comes from the linguistic concept that things can be either true or false. We should avoid variables when forming statements, as they may change the logical value. (2=7) statement (x=5) not a statement In logic we do not use the equals sign, we use the equivalence sign (\equiv). Logical values (booleans) are denoted by either 0 or 1 (or t, f, etc.
</div>
<div>
<a class="read-more button"
href="/posts/my-first-post/">Read more →</a>
href="/posts/eidma/">Read more →</a>
</div>
</div>
@ -180,6 +190,10 @@
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.css" integrity="sha384-zB1R0rpPzHqg7Kpt0Aljp8JPLqbXI3bhnPWROx27a9N0Ll6ZP/+DiW/UqRcLbRjq" crossorigin="anonymous">
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/katex.min.js" integrity="sha384-y23I5Q6l+B6vatafAwxRu/0oK/79VlbSz7Q9aiSZUvyWYIYsd+qj+o24G5ZU2zJz" crossorigin="anonymous"></script>
<script defer src="https://cdn.jsdelivr.net/npm/katex@0.11.1/dist/contrib/auto-render.min.js" integrity="sha384-kWPLUVMOks5AQFrykwIup5lo0m3iMkkHrD0uJ4H5cjeGihAutqP0yW0J6dpFiVkI" crossorigin="anonymous"
onload="renderMathInElement(document.body);"></script>