@@ -45,4 +32,4 @@

{{ page.title | escape }} {%- endif -%} - \ No newline at end of file + diff --git a/_posts/2021-06-12-testo-post.md b/_posts/2021-06-12-testo-post.md deleted file mode 100644 index 7c6d457..0000000 --- a/_posts/2021-06-12-testo-post.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: post -title: "POST TITLE of Test Post" -date: 2021-06-12 12:51:30 +0800 -categories: test update ---- - -# title1 -Title1 content -## title2 -Title2 content -### title3 -Title3 content -#### title4 -Title4 content -##### titile5 -Title5 content - -```python -for i in range(10): - print("hi, there") -``` \ No newline at end of file diff --git a/_posts/2021-06-14-ema.md b/_posts/2021-06-14-ema.md index b4a13cd..0a8c449 100644 --- a/_posts/2021-06-14-ema.md +++ b/_posts/2021-06-14-ema.md @@ -6,4 +6,4 @@ tags: statistics --- -{% include 2021-06-14-ema.html %} +{% include posts/2021-06-14-ema.html %} diff --git a/assets/main.scss b/assets/main.scss new file mode 100644 index 0000000..c60ebe4 --- /dev/null +++ b/assets/main.scss @@ -0,0 +1,5 @@ +--- +# Only the main Sass file needs front matter (the dashes are enough) +--- + +@import "minima"; diff --git a/assets/minima-social-icons.svg b/assets/minima-social-icons.svg new file mode 100644 index 0000000..fa7399f --- /dev/null +++ b/assets/minima-social-icons.svg @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/minima-2.5.1-src.tgz b/minima-2.5.1-src.tgz new file mode 100644 index 0000000..8c4b1b1 Binary files /dev/null and b/minima-2.5.1-src.tgz differ