From a7477a3fe3f08972698f085bf865cea69c45ccd4 Mon Sep 17 00:00:00 2001 From: eggy Date: Wed, 7 Apr 2021 12:51:42 -0400 Subject: [PATCH] fix up things a bit --- src/_data/site.json | 14 +++++++------- src/index.html | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/_data/site.json b/src/_data/site.json index c476b61..ba1158a 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -1,9 +1,9 @@ { - "name": "Rong Ying", - "url": "https://rongying.co", - "title": "My Blog", - "description": "Welcome to my blog", - "github": "https://github.io/kohrongying", + "name": "Eggy", + "url": "https://eggworld.tk", + "title": "Eggworld", + "description": "", + "github": "https://github.com/potatoeggy", "twitter": "", - "linkedin": "https://www.linkedin.com/in/rongyingkoh/" -} \ No newline at end of file + "dmoj": "https://www.dmoj.ca/user/eggy" +} diff --git a/src/index.html b/src/index.html index d93cbd8..c79d190 100644 --- a/src/index.html +++ b/src/index.html @@ -1,6 +1,6 @@ --- layout: default -title: Blog
部落格 +title: Eggworld pagination: data: collections.posts size: 10 @@ -38,4 +38,4 @@ pagination: {% endfor %} -{% include paginator %} \ No newline at end of file +{% include paginator %}