From 040d92f9af5ed925545339831a89c1f53e9cbc65 Mon Sep 17 00:00:00 2001 From: "MD. Ariful Alam" Date: Thu, 26 Aug 2021 23:25:01 +0600 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b99bba8..f833535 100644 --- a/README.md +++ b/README.md @@ -316,7 +316,7 @@ Empty array will hide the education section. ### Projects -Your public repo from github will be displayed here automatically. You can limit how many projects you want to display. Also you can hide forked or specific repos. +Your public repo from github will be displayed here automatically. You can limit how many projects do you want to be displayed. Also you can hide forked or specific repos. ```js // config.js @@ -336,8 +336,20 @@ module.exports = { ### Blog Posts -If you have [medium](https://medium.com) or [dev.to](https://dev.to) account, you can show your recent blog posts in here just by providing your medium/dev.to username. You can limit how many posts to display (Max is 10).\ -
+If you have [medium](https://medium.com) or [dev.to](https://dev.to) account, you can show your recent blog posts in here just by providing your medium/dev.to username. You can limit how many posts to display (Max is 10). + +```js +// config.js +module.exports = { + // ... + blog: { + source: 'dev.to', + username: 'arifszn', + limit: 5 + }, +} +``` + ![Blog](https://arifszn.github.io/assets/img/hosted/ezprofile/blog.png) The posts are fetched by [Article-api](https://github.com/arifszn/article-api).