Commit Graph

108 Commits

Author SHA1 Message Date
Rohan Mohapatra 4a2872171d Added Handles for Twitter, Linkedin and Medium to GitFolio (#84)
* Added Handles for Twitter, Linkedin and Medium to GitFolio

* Updates README

* Updates README
2019-07-18 19:13:21 +05:30
dependabot[bot] d3136fb829 Bump lodash from 4.17.11 to 4.17.14 (#83)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-14 11:58:45 +05:30
traxam d47fc6c269 Fixes #73 (#74)
Fixes blog entry URLs with custom folder names.
2019-06-09 15:18:27 +05:30
Benjamin Liden aac4592673 fixed css for project + fork rows and some other (#71) 2019-06-04 10:24:01 +05:30
imfunny c772b6b47c
Add files via upload 2019-06-03 17:59:46 +05:30
imfunny 6c0d2b1db6
Delete index.css 2019-06-03 17:59:29 +05:30
Gianfrancø Palumbo 2cc403b95c docs: add URL with port number to preview the website (#69) 2019-06-03 10:33:40 +05:30
Benjamin Liden 396817fad4 Horizontal ordering of Repos + Forks (#66)
* decent grid layout. some weird gutter issue tho

* added neg margin to align with headings. fix a elem width.

* quick fix for single-column error when screen is very wide
2019-05-30 09:01:18 +05:30
imfunny e48e55e593
Delete FUNDING.yml 2019-05-28 21:53:03 +05:30
imfunny 4e7446c52a
v.0.1.4 2019-05-26 18:43:15 +05:30
Benjamin Liden 17cd85327b bugfixes: added await for fileWrites (was hanging), added path import, url escape issue (#58)
* added await for fileWrites (was hanging), added path import

* fixed html escaping issue with background image. +consistency

* changed default background to smaller params. only 90kb
2019-05-26 15:33:13 +05:30
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