From c126913cddef0b7c400acc017b454984c41b466b Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Sun, 10 May 2020 16:22:42 +0200 Subject: New feature: provides specific content ONLY on the index file --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index 60682f9..a0f760d 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,7 @@ As a guideline, pull requests should: Changelog --------- +- 2.9 Added `body_begin_file_index` - 2.8 Bugfixes
Slavic language support thanks to Tomasz Jadowski
Removed the now defunct Twitter JSON API share count
-- cgit v1.2.3 From 1715ee1d605e4619a377dcbd14e6c004d9db4402 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Thu, 4 Nov 2021 20:09:13 +0100 Subject: Bumped version to 2.10 --- README.md | 2 +- bb.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0f760d..bf498a1 100644 --- a/README.md +++ b/README.md @@ -131,7 +131,7 @@ As a guideline, pull requests should: Changelog --------- - +- 2.10 Added `global_twitter_card_image` - 2.9 Added `body_begin_file_index` - 2.8 Bugfixes
Slavic language support thanks to Tomasz Jadowski
diff --git a/bb.sh b/bb.sh index ae142d3..9d8e645 100755 --- a/bb.sh +++ b/bb.sh @@ -17,7 +17,7 @@ global_config=".config" # by the 'global_config' file contents global_variables() { global_software_name="BashBlog" - global_software_version="2.9" + global_software_version="2.10" # Blog title global_title="My fancy blog" -- cgit v1.2.3 From c3d4cc1d905560ecfefce911c319469f7a7ff8a8 Mon Sep 17 00:00:00 2001 From: Carlos Fenollosa Date: Sat, 26 Mar 2022 19:09:22 +0100 Subject: Link to wiki in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index bf498a1..1187f43 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,12 @@ When you're done, access the public URL for that folder (e.g. `http://server.co and you should see the index file and a new page for that post! +How to... +--------- + +Please [read the wiki](https://github.com/cfenollosa/bashblog/wiki) to learn how to use the advanced features of Bashblog, such as headers and footers, static pages, and more. + + Features -------- -- cgit v1.2.3