1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
-added cli support (thanks @rohit-smpx)
-arguments for fork
-you can now sort and order repos
-fixed bugs
This commit is contained in:
imfunny 2019-05-23 15:27:23 +05:30 committed by GitHub
parent 81e8302b22
commit 6fb6408534
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 1853 additions and 1056 deletions

View file

@ -1,9 +1,9 @@
[
{
"url_title": "FooBar",
"title": "FooBar",
"sub_title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"top_image": "https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1450",
"visible": true
}
[
{
"url_title": "FooBar",
"title": "FooBar",
"sub_title": "Lorem ipsum dolor sit amet, consectetur adipiscing elit.",
"top_image": "https://images.unsplash.com/photo-1553748024-d1b27fb3f960?w=1450",
"visible": true
}
]

View file

@ -287,6 +287,7 @@ body{
font-size:24px;
font-weight:bold;
margin:1vh 0px;
padding:0px 1px;
word-wrap: break-word;
}