mirror of
https://github.com/dilllxd/gitfolio.git
synced 2024-08-14 22:28:09 +00:00
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)
This commit is contained in:
parent
d84d6fd2b4
commit
52014e1cd5
3 changed files with 4 additions and 4 deletions
|
@ -384,10 +384,10 @@ body{
|
|||
#work {
|
||||
margin:0px;
|
||||
}
|
||||
#projects {
|
||||
.projects {
|
||||
columns:1;
|
||||
}
|
||||
#projects section {
|
||||
.projects section {
|
||||
width:88%;
|
||||
}
|
||||
#blogs {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue