главная|main page

состояние|status

блог|blog

файлы|files

программы|software

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTessaLation <jakimfett@assorted.tech>2024-11-18 20:47:50 -0800
committerTessaLation <jakimfett@assorted.tech>2024-11-18 20:47:50 -0800
commit330f0b978ca2f3635fdd1ca5ea79e1ffd959301c (patch)
treeff0216f5bd6618e45da4ca28ffa4fc91c06f199c
parent23651a6d94a0ab4d6bcbeb3338e036ab856c41d8 (diff)
Fix author attribution.
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1187f43..c57446d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,9 @@ bashblog
A single Bash script to create blogs.
-I created it because I wanted a very, very simple way to post entries to a blog by using a public folder on my server, without any special requirements and dependencies. Works on GNU/Linux, OSX and BSD.
+Created by [cfenollosa](https://github.com/cfenollosa/bashblog) as a very, very simple way to post entries to a blog by using a public folder on a server, without any special requirements and dependencies.
+
+Works on GNU/Linux, OSX and BSD.
*How simple? Just type `./bb.sh post` and start writing your blogpost.*