Commit Graph

247 Commits

Author SHA1 Message Date
Benjamin Liden de728e75bd added link to GH profile in username block + styling (#59) 2019-05-26 15:31:48 +05:30
yrong1997 cb5bba6ba0 fail to run bug fix (#62) 2019-05-26 15:31:16 +05:30
imfunny af801b40f9
Update FUNDING.yml 2019-05-25 22:27:45 +05:30
imfunny 5e3a931161
Update README.md 2019-05-25 22:10:02 +05:30
imfunny 5848390bdb
Create FUNDING.yml 2019-05-25 22:08:24 +05:30
imfunny 6a23ee1d80
Update README.md 2019-05-24 21:10:18 +05:30
imfunny 9c5655eab8
fixed #49 2019-05-24 13:01:33 +05:30
imfunny 8fcee176c4
fixed #55 2019-05-24 12:54:26 +05:30
Jorge Dacosta 8441691434 + Service Worker (#47)
* chore: lint markup & Load SW if browsers support

* chore: Get SW and copy to dist on populateCss

* SW stuff!
2019-05-24 12:51:05 +05:30
imfunny 1341be7e39
Update README.md 2019-05-24 12:12:23 +05:30
Jens Reidel 88b29ab754 Make the blog attribute a link (#56)
* Make the blog a link

* actual link text

* Make the CSS style the link
2019-05-23 19:24:50 +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 81e8302b22
updated package 2019-05-23 10:47:40 +05:30
imfunny 438f80ee08
Update utils.js 2019-05-23 10:34:24 +05:30
Rohit Gohri e62e4c05b3 Cli feature (#29)
* Move all cli options to single bin file, export fns from each file instead

* Make username/title required in cli itself

* fix username not being parsed, set desc separately

* read outDir from env var, defaults to dist

* set outDir env var in cli to cwd

* Move default configs to default dir

* handle blog.json not existing

* fix assets path

* make build function async

* update clean command

* added defaults to CLI
2019-05-23 10:30:49 +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
Zachary P. Brasseaux 8feb05f808 Fix for ./dist/blog initialization issue (#48)
When I went to create a blog for the first time, it kept throwing an error due to the fact that ./dist/blog did not exist. The recursive argument in the fs.mkdirSync function should have created it, but didn't. With this change, it now works on my system.
2019-05-21 22:35:41 +05:30
soonoo b194b6758b fixed #43
-Feteched more repos
2019-05-21 12:39:31 +05:30
imfunny 911a23c2c2
fixed #41
-fixed overflow of text
-fixed background in dark theme
2019-05-21 07:39:18 +05:30
imfunny 1bdf9ef7d2
Update README.md 2019-05-21 07:08:55 +05:30
Benjamin Liden 52014e1cd5 Improved username checking, fix for config.json writing blank (#37)
* added better checking for username flag

* added fs.writeFileSync, as process would sometimes end before async write finished

* removed process.exit(0), which would exec before the config was written

* some formatting fixes to align w/ upstream

* added trim() to check for whitespace

* fixed selectors in index.css (no #projects id exists)
2019-05-21 07:07:08 +05:30
ghostslayer989 d84d6fd2b4 Bump jsdom from 15.0.0 to 15.1.0 (#36)
Bumps [jsdom](https://github.com/jsdom/jsdom) from 15.0.0 to 15.1.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/15.0.0...15.1.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-05-20 22:34:14 +05:30
imfunny 3a1731c776
fixed #35
so umm looks like when you used update it would clear out config.json file, resaon being i was updating the html with only one argument and it needed 4 lol mb
2019-05-20 19:46:59 +05:30
imfunny 5ff9146ff5
fixed #35
so umm looks like when you used update it would clear out config.json file, resaon being i was updating the html with only one argument and it needed 4 lol mb
2019-05-20 19:46:32 +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 ed5ca7a8b6
v0.1.2
lets party 🎉🙌
2019-05-20 15:15:12 +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 108bc06bdb
Delete config.json 2019-05-20 14:49:57 +05:30
imfunny e8b6a87f99
Update config.json 2019-05-20 14:49:23 +05:30
imfunny 454e301057
Delete index.css 2019-05-20 14:49:00 +05:30
imfunny df084e7f11
Delete index.html 2019-05-20 14:48:50 +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
Jake 17a5aa2dc8 Add issue templates. (#31) 2019-05-20 08:51: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
Sunny Dhoke 607bed1c7d Fixed #16 (#22) 2019-05-19 11:21:28 +05:30
imfunny 5948a70612
fixed #16 2019-05-19 11:20:14 +05:30
imfunny 63392c7f03
fixed #14
repo with no desc caused it to print undefined, fixed now + null issue for languages
2019-05-18 22:18:42 +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