mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
Update README.md
This commit is contained in:
parent
a9a94deb02
commit
c423198085
1 changed files with 3 additions and 5 deletions
|
@ -85,7 +85,9 @@ $ node blog --title my-first-blog
|
|||
|
||||
This will create a `my-first-blog` folder inside `blog`. Inside `my-first-blog` you will find an `index.html` file which contains all the necessary elements for writing a blog. Customize the content of the file to write your first blog.
|
||||
|
||||
This also adds content to `blog.json` file. This file helps in showcasing your blogs on your personal website as cards. You could customize the JSON object that corresponds your current blog.
|
||||
This also adds content to `blog.json` file. This file helps in showcasing your blogs on your personal website as [cards](https://imfunniee.github.io/gitfolio/#blog_section). You could customize the JSON object that corresponds your current blog.
|
||||
|
||||
Blog Demo? [here](https://imfunniee.github.io/gitfolio/blog/my-first-blog/)
|
||||
|
||||
Default JSON Format
|
||||
```
|
||||
|
@ -108,10 +110,6 @@ More Arguments for Blog
|
|||
|
||||
> (use "-" instead of spaces)
|
||||
|
||||
Card view of blog
|
||||
|
||||
<img src="https://i.imgur.com/ys9AMwt.png" width="50%">
|
||||
|
||||
### Enable Blogs
|
||||
|
||||
Blog are disabled by default. To enable them head over to `assets/index.html` and find `<div id="blog_section" style="display:none;">`. Remove the style attribute to show your blogs on your personal website.
|
||||
|
|
Loading…
Reference in a new issue