You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ For a list of all changes made to the original script review the [`CHANGELOG`](h
10
10
11
11
For licensing details refer to the [`LICENSE`](https://github.com/rnsavinelli/nlb/blob/blog/LICENSE) file.
12
12
13
-
IMPORTANT: This fork will be kept up-to-date with Luke's upstream version as long as updates are proven to be useful, or valuable. For instance, commit [f13cf1a](https://github.com/LukeSmithxyz/lb/commit/f13cf1a3a642dcaa6eb188b15db4e36450edcabd)
13
+
IMPORTANT: This fork will be kept up-to-date with Luke's upstream version as long as updates are proven to be useful, or valuable. For instance, commit [f13cf1a](https://github.com/LukeSmithxyz/lb/commit/f13cf1a3a642dcaa6eb188b15db4e36450edcabd)
14
14
seemed to be an improvement at first, but it ended up obfuscating the user's experience. See pull request [#35](https://github.com/LukeSmithxyz/lb/pull/35) and commit [66e2a7a](https://github.com/LukeSmithxyz/lb/commit/66e2a7a1eda6d835266d8ad62270d87b50ee488c) for more details.
15
15
16
16
## Features
@@ -19,6 +19,7 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
19
19
20
20
- A Rolling Blog Page. See [my own Rolling Page](https://rnsavinelli.github.io/blog.html) as an example.
21
21
- A list of all blog entries with dates: [Blog List File](https://rnsavinelli.github.io/blogindex.html).
22
+
- Idem but for the website's index: [my own Index Page](https://rnsavinelli.github.io/index.html).
22
23
- All your blog posts appear as standalone entries/pages, for example [like this one](https://rnsavinelli.github.io/blog/now-plotting-network-traffic.html).
23
24
- These standalone files exist in a `blog/` directory, which you can allow to be browsed manually via your Apache web server.
24
25
- Blog posts are added, in full form, to an RSS feed of your chosing as well, see [my RSS feed](https://rnsavinelli.github.io/rss.xml).
@@ -34,12 +35,11 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
34
35
./nlb n(ew) # Make a new blog post draft.
35
36
./nlb e(dit) # Edit a draft of an entry.
36
37
./nlb t(rash) # Delete a draft of an entry.
38
+
./nlb l(ist) # List all drafts.
37
39
./nlb p(ublish) # Finalize/publish a blog post draft.
38
40
39
41
./nlb d(elete) # Delete a published blog post.
40
42
./nlb r(evise) # Revise an already published entry (you can republish it with `nlb p` when done).
41
-
42
-
./nlb l(ist) # List all drafts.
43
43
./nlb h(istory) # List published entries (publication history)
44
44
```
45
45
@@ -55,7 +55,7 @@ seemed to be an improvement at first, but it ended up obfuscating the user's exp
55
55
56
56
IMPORTANT: `lb` markers were NOT modified to grant backwards compatibility.
57
57
58
-
For the system to work, add the following comment line to a (1) Rolling Blog File (as above), a (2) Blog List File and (3) RSS feed.
58
+
For the system to work, add the following comment line to a (1) Rolling Blog File (as above), a (2) Blog List File, a (3) Index File, and (4) RSS feed. See the example files provided with `nlb` to have a better picture.
0 commit comments