Commit Graph

74 Commits

Author SHA1 Message Date
Luke Smith ff24cfa84f
ui fix 2020-06-02 15:41:25 -04:00
Luke Smith 53b5cf4bc1
Merge branch 'master' of github.com:LukeSmithxyz/lb 2020-02-22 09:17:25 -05:00
Luke Smith 4bebd74dbd
it's the current year, goy 2020-02-22 09:17:04 -05:00
Luke Smith 79a674dc7c
Merge pull request #26 from kittenparry/patch-1
Minor edit to README.md
2019-11-23 19:48:01 -05:00
Edvin Boul 5feddd4529
Follow the command description scheme for edit
Like the rest of them
2019-08-25 07:38:18 +03:00
Luke Smith 40d0aa2883
RSS delete fix 2019-07-25 19:32:44 -04:00
Luke Smith 90d68993a0
Merge pull request #22 from chrissxYT/patch-1
Fixed issue #21
2019-07-16 10:31:51 -04:00
Christian E. Häußler 083e81d237
Fixed issue #21
If you have a different LC_TIME, date will have different names for the days of the week, which is not RFC 2822 compliant.
Always setting the LC_TIME fixes this.
2019-07-15 20:39:00 +02:00
Luke Smith 64e9c95b62
Merge branch 'master' of github.com:LukeSmithxyz/lb 2019-06-01 13:29:47 -04:00
Luke Smith 8f948e48d9
$PWD instead of $(pwd) 2019-06-01 13:29:23 -04:00
Luke Smith 3169907150
Merge pull request #20 from joestandring/patch-1
Made delete() safer with <!-- LB --> inside divs
2019-06-01 13:28:16 -04:00
Joe Standring 87b6c68664
Made delete() safer with <!-- LB --> inside divs
Previously when using ```delete()``` with ```<!-- LB -->``` inside div tags, the tags it was placed in also got deleted; meaning a bunch of non-blog content was deleted too. By specifying ```<div class='entry'>```, only the div tags containing blog entries are deleted.
2019-06-01 16:21:44 +00:00
Luke Smith aae34619cc
Merge pull request #18 from niklasbuehler/master
Fix path in init check
2019-04-26 13:13:08 -04:00
niklasbuehler 419c97667a Fix path in init check 2019-04-26 19:04:58 +02:00
Luke Smith 07405fdd2d
guid fix 2019-03-31 20:44:29 -04:00
Luke Smith ab677cbd4e
blogindex example added 2019-03-18 10:07:11 -04:00
Luke Smith d4306aa60d
renamed to cur year 2019-03-18 10:03:56 -04:00
Luke Smith be6e06134b
Merge pull request #16 from jneidel/patch-1
Add video link to readme
2019-03-03 16:17:35 -05:00
Jonathan Neidel 10e6678fcd
Add video link to readme 2019-03-02 11:24:55 +01:00
Luke Smith 56d3bb8c46
url handles (removes) emojis and accented chars 2019-02-02 07:15:35 -05:00
Luke Smith b879d34857
delete deltes from htaccess 2019-01-02 17:05:43 -05:00
Luke Smith 58035da602
it's the current year now 2019-01-02 17:05:26 -05:00
Luke Smith 1b5d622041
Merge pull request #14 from x-t/master
fix typo
2019-01-02 17:03:46 -05:00
zxyz d7c5d6596a
Update lb 2019-01-03 00:01:03 +02:00
Luke Smith 348056ece8
it was printf all along 2018-12-20 17:24:34 -05:00
Luke Smith 3dd70e7f6c
old htaccess entry deleted on publish 2018-12-20 17:17:22 -05:00
Luke Smith 1e5612f2c3
little fix 2018-12-20 17:11:34 -05:00
Luke Smith 094b7c91c4
big important fix of extreme brainlethood 2018-12-19 16:45:03 -05:00
Luke Smith fa10ce7a17
big fix 2018-12-18 09:43:52 -05:00
Luke Smith 70933149cb
dont remove old htaccess 2018-12-18 09:32:00 -05:00
Luke Smith 19c884c49a
trash fix 2018-12-18 00:42:01 -05:00
Luke Smith 7e8218c3e0
deletion of htaccess entry on del or trash 2018-12-17 00:21:34 -05:00
Luke Smith 85c0d07b20
important fixes! 2018-12-14 12:36:56 -05:00
Luke Smith 197624ebfa
total rewrite 2018-12-14 12:25:31 -05:00
Luke Smith af5de8e304
Merge pull request #9 from rickyjon/bug-fixing
Bug fixing
2018-10-29 18:53:49 -04:00
Ricky Jon 0865e9de10 Fix bugs
Allow users to use other editors
grep for more info to match not just the title alone.
Remove slashes in titles
2018-10-30 09:02:43 +11:00
Ricky Jon 3a7cdeb1ff Fix echoing text when adding a duplicate new entry 2018-10-29 22:52:13 +11:00
Ricky Jon f51582265b Check if there's an empty title 2018-10-29 22:39:58 +11:00
Ricky Jon 6c7fcd73d8 Change sh to bash 2018-10-29 22:38:21 +11:00
Ricky Jon 8da92c78fe Add gitignore 2018-10-29 22:36:16 +11:00
Luke Smith 30e5b2a3c3
todo moved to readme 2018-10-18 21:11:48 -04:00
Luke Smith 135cc27299
todo added 2018-10-17 11:29:02 -04:00
Luke Smith efcf9c263f
no commit name 2018-10-17 10:56:46 -04:00
Luke Smith ac3706357f
listandReturn individuated 2018-10-17 10:56:19 -04:00
Luke Smith 87046cffe9
fix of duplicate deletion 2018-10-17 06:53:10 -04:00
Luke Smith 565f507b95
Merge pull request #5 from djames1/editor-fix
Added check just in case $EDITOR environment variable is not set
2018-09-08 10:57:26 -04:00
Luke Smith 4ab26d0616
Merge pull request #4 from djames1/master
Changed shebang to check $PATH for bash instead of assuming /bin/bash
2018-09-08 10:56:51 -04:00
Daniel James 55972f2c41 Added check just in case $EDITOR environment variable is not set 2018-09-08 08:01:31 -04:00
Daniel James 288e440e94 Changed shebang to check $PATH for bash instead of assuming bash is always in /bin/bash 2018-09-08 07:26:41 -04:00
Luke Smith 58d485eda6 big fix 2018-09-03 19:39:22 -04:00