1
0
Fork 0
mirror of https://github.com/dilllxd/gitfolio.git synced 2024-08-14 22:28:09 +00:00
Commit graph

48 commits

Author SHA1 Message Date
imfunny
5e3a931161
Update README.md 2019-05-25 22:10:02 +05:30
imfunny
6a23ee1d80
Update README.md 2019-05-24 21:10:18 +05:30
imfunny
1341be7e39
Update README.md 2019-05-24 12:12:23 +05:30
imfunny
cbd7aeb88d
Update README.md 2019-05-23 16:06:29 +05:30
imfunny
df740ac8c4
update readme 2019-05-23 15:39:12 +05:30
imfunny
fa3fac0dc0
Update README.md 2019-05-23 15:34:22 +05:30
imfunny
fb00959194
updated readme 2019-05-23 15:33:37 +05:30
imfunny
b2b757442f
Add files via upload 2019-05-23 15:30:03 +05:30
imfunny
6fb6408534
v0.1.3
-added cli support (thanks @rohit-smpx)
-arguments for fork
-you can now sort and order repos
-fixed bugs
2019-05-23 15:27:23 +05:30
imfunny
2ec61a9132
added support 😄 2019-05-22 22:49:47 +05:30
imfunny
7524dd4839
fixed #50 2019-05-22 11:29:20 +05:30
imfunny
1bdf9ef7d2
Update README.md 2019-05-21 07:08:55 +05:30
imfunny
e7fed0a3d7
Update README.md 2019-05-20 17:08:22 +05:30
imfunny
68039f0e4a
Update README.md 2019-05-20 16:46:32 +05:30
imfunny
9a10b06385
added star sort 2019-05-20 15:55:09 +05:30
imfunny
62c231f53c
updated readme and build 2019-05-20 15:09:36 +05:30
imfunny
9c3538a387
added commits by @DonIsaac & @Chargnn
* Created site files are now placed in an output directory `dist`
* Added a ton of comments in build.js
* Made functions in build.js use bluebird promises
* Themes are now in the assets/templates folder instead as magic
strings in the source code
* Any number of custom themes (not just light and dark) can be used by creating
a [theme].css file and putting it in assets/themes
* CSS themes are rendered with Handlebars
* CSS themes now rely on Handlebars for specifying the background 
* Restored config.json to template file
* Changes to the blogging 
* Moved blog templates and config files to assets/blog
* Created blog pages now go to dist/blog/
* Updated blogTemplate
* Updated the README to reflect the changes made by this pull request
* Added link to demo site in README
* Added sorting and ordering
2019-05-20 14:52:19 +05:30
imfunny
14fdafebe4
added commits by @DonIsaac & @Chargnn
* Created site files are now placed in an output directory `dist`
* Added a ton of comments in build.js
* Made functions in build.js use bluebird promises
* Themes are now in the assets/templates folder instead as magic
strings in the source code
* Any number of custom themes (not just light and dark) can be used by creating
a [theme].css file and putting it in assets/themes
* CSS themes are rendered with Handlebars
* CSS themes now rely on Handlebars for specifying the background 
* Restored config.json to template file
* Changes to the blogging 
* Moved blog templates and config files to assets/blog
* Created blog pages now go to dist/blog/
* Updated blogTemplate
* Updated the README to reflect the changes made by this pull request
* Added link to demo site in README
* Added sorting and ordering
2019-05-20 14:47:39 +05:30
Don Isaac
e3efba34c1 Added A Suite of Improvements (#25)
* * Created site files are now placed in an output directory (defaults to
dist.)
* Output directory can be specified via the --out flat
* Added a ton of coments in build.js
* Made functions in build.js use bluebird promises
* Themes are now in the assets/templates folder instead as magic
strings in the source code
* Any number of custom themes (not just light and dark) can be used by creating
a [theme].css file and putting it in assets/themes
* CSS themes are rendered with Handlebars
* CSS themes now rely on Handlebars for specifying the background image

* Restored config.json to template file

* Changes to the blogging feature

* Moved blog templates and config files to assets/blog
* Created blog pages now go to dist/blog/
* Updated blog.js accordingly

* Make blog.js use the --out setting to specify where blog files should
be put
* create a gitfolio.js file that calls blog/update/populate/build.js
files as commands instead of having to run each script manually
* Make blog/populate.js use bluebird promises

* Updated the README to reflect the changes made by this pull request

* Added link to demo site in README
2019-05-20 13:08:30 +05:30
imfunny
430c14fdf9
minor error 2019-05-19 22:13:55 +05:30
imfunny
169ea4c9d9
fixed #15 2019-05-19 11:27:29 +05:30
imfunny
5948a70612
fixed #16 2019-05-19 11:20:14 +05:30
imfunny
7ef337eb95
Update README.md 2019-05-18 21:42:19 +05:30
imfunny
bb1839f10d
Update README.md 2019-05-18 21:40:55 +05:30
imfunny
bc9983623b
Update README.md 2019-05-14 17:47:02 +05:30
imfunny
c423198085
Update README.md 2019-05-13 10:09:20 +05:30
imfunny
1ccd8ffd00
added release badge 2019-05-12 19:22:18 +05:30
imfunny
59b441a6d6
updated readme 2019-05-12 19:09:32 +05:30
imfunny
ec6b040f97
Revert "Repo list now pulls from a JSON list like Blogs" 2019-05-11 14:11:46 +05:30
Josiah Bradbury
79f3b5909e Repo list now pulls from a JSON list like Blogs 2019-05-10 20:42:38 -05:00
imfunny
ecc8467857
minor update 2019-05-09 22:12:42 +05:30
imfunny
98e2524e1e
v0.1.1
added emojis 👀🙌👌🔥
2019-05-09 21:49:54 +05:30
imfunny
61387b9cf7
Update README.md 2019-05-09 18:01:29 +05:30
imfunny
7b48f5b32d
Update README.md 2019-05-09 18:00:46 +05:30
imfunny
589be4ef44
Update README.md 2019-05-09 17:44:13 +05:30
imfunny
10b581fc6f
Update README.md 2019-05-09 15:55:57 +05:30
imfunny
6dedc8d94f
Update README.md 2019-05-09 15:54:16 +05:30
imfunny
29d929ef1e
Update README.md 2019-05-09 15:32:38 +05:30
imfunny
0581f46eae
Update README.md 2019-05-08 22:05:38 +05:30
imfunny
00e2730987
Update README.md 2019-05-08 22:01:45 +05:30
imfunny
79bd573a6d
Update README.md 2019-05-08 21:38:13 +05:30
imfunny
bfec56a73e
Update README.md 2019-05-08 21:10:14 +05:30
imfunny
ef4e1bcd6e
Update README.md 2019-05-08 21:07:10 +05:30
imfunny
c88146240a
Update README.md 2019-05-08 19:47:24 +05:30
imfunny
81b3a584f3
Update README.md 2019-05-08 19:32:36 +05:30
imfunny
d07c6fc7af
Update README.md 2019-05-08 19:16:01 +05:30
imfunny
39f9053456
Update README.md 2019-05-08 19:01:52 +05:30
imfunny
0b505ce7c6
Initial commit 2019-05-06 22:20:06 +05:30