sbs

A Simple Blogging System.
git clone https://git.jaderune.net/jbauer/sbs
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-04-26 21:55Use OpenBSD's ISC LicenseJake Bauer1+2-2
2023-04-08 18:36Fix wrong version number in code, oops!Jake Bauer1+1-1
2023-03-17 23:55Make pushcommand only echo if verbosity setJake Bauer1+3-1
2023-03-17 23:50Use awk to print number of feed entries generatedJake Bauer1+1-1
2023-03-12 15:43Fix non-portable use of date commandJake Bauer1+3-4
2023-03-09 00:42Update version, readme, and copyrightJake Bauer3+4-4
2023-03-09 00:11Silence output and add verbosity flagJake Bauer2+49-8
2023-03-08 23:37Add default CSS to style.cssJake Bauer2+15-5
2023-03-08 23:10Improve manualJake Bauer1+30-23
2023-02-10 03:46Update READMEJake Bauer1+3-1
2023-02-10 03:11Bump version numberJake Bauer1+1-1
2023-02-10 03:11Update manpageJake Bauer1+2-2
2023-02-10 03:00Remove Gemini to Markdown Conversion CodeJake Bauer1+0-23
2023-02-10 03:00Change pushcmd to pushCommandJake Bauer1+4-6
2022-10-28 22:27Add confirmation prompt in case something will be overwrittenJake Bauer1+10-0
2022-10-05 15:09Add exclusion for index page in feed generationJake Bauer1+1-1
2022-09-15 20:53Bump version numberJake Bauer1+1-1
2022-09-15 20:51Properly escape title and description fieldsJake Bauer1+8-1
2022-08-21 19:04Bump version numberJake Bauer1+1-1
2022-08-21 19:03Fix incorrect titles & descriptions being appliedJake Bauer1+3-1
2022-08-20 23:17Improve documentationJake Bauer2+3-3
2022-08-20 23:07Translate image links into Markdown image linksJake Bauer1+6-2
2022-08-19 23:55Bump version numberJake Bauer1+1-1
2022-08-19 21:32Add ability to build pages from any subdirectoryJake Bauer2+77-16
2022-08-19 19:15Support arbitrary number of spaces in Gemini link formatJake Bauer1+2-2
2022-08-19 03:05Fix support for Gemini links with optional labelJake Bauer1+4-1
2022-08-18 02:43Fix bug with output folder path when building entire siteJake Bauer1+2-2
2022-08-18 02:43Improve comments in sbs codeJake Bauer1+6-5
2022-08-17 23:59Update READMEJake Bauer1+20-20
2022-08-17 23:50Bump version numberJake Bauer1+1-1
2022-08-17 23:48Fix conversion of gmi links without leading slashJake Bauer1+1-1
2022-08-17 23:35Bump version numberJake Bauer1+1-1
2022-08-17 23:35Add missing documentationJake Bauer1+12-2
2022-08-17 22:40Update documentationJake Bauer1+18-7
2022-08-17 22:30Improve build command with Gemini supportJake Bauer1+29-6
2022-08-17 22:30Fix missing newlines for error messagesJake Bauer1+2-2
2022-08-17 22:29Add "push" command to facilitate quick publishingJake Bauer1+13-1
2022-06-23 10:17Update READMEJake Bauer1+21-55
2022-06-23 10:05Bump version numberJake Bauer1+1-1
2022-06-23 10:01Create manpageJake Bauer1+151-0
2022-06-23 09:10Auto-create blank style.css file for new sitesJake Bauer1+1-0
2022-06-23 08:09Fix incorrect CSS file name in <head> tagsJake Bauer1+1-1
2022-04-27 15:33Fix title tag replacementJake Bauer1+1-1
2022-03-19 19:25Fix atom feed embedded content type and linksJake Bauer1+2-2
2022-02-22 21:26Bump version numberJake Bauer1+1-1
2022-02-22 21:21Fix up new post and new page commandsJake Bauer1+4-4
2022-02-22 21:21Refactor into functions+switch-caseJake Bauer1+52-41
2022-02-22 20:26Add version commandJake Bauer1+8-6
2022-02-22 20:17Pipe commands into while loops (SC2044)Jake Bauer1+3-5
2022-02-22 19:58Add helptext printoutJake Bauer1+8-3
2022-02-22 19:11Make 'build' command explicitJake Bauer1+27-25
2022-02-22 19:02Group printf statementsJake Bauer1+53-45
2022-02-22 19:01Add quotes to prevent shell globbingJake Bauer1+1-1
2022-02-22 18:38Fix use of variables in printf format stringsJake Bauer1+13-13
2022-02-15 07:01Fix bug with interpretation of find -name argumentJake Bauer1+1-1
2022-02-15 06:36Minor update to READMEJake Bauer1+2-2
2022-02-15 06:25Update documentationJake Bauer1+34-17
2022-02-15 06:12Add unknown command handlingJake Bauer1+3-0
2022-02-15 06:12Fix format of printf stringsJake Bauer1+3-3
2022-02-15 06:11Add command to make new page in addition to new postJake Bauer1+4-0
2022-02-15 06:02Fix new site and page generationJake Bauer1+21-20
2022-02-15 05:31Fix Atom feed generationJake Bauer1+4-3
2022-02-15 05:31Validate format of siteURLJake Bauer1+6-0
2022-02-15 04:46Improve page generation message outputJake Bauer1+3-1
2022-02-15 04:46Skip directory when recursingJake Bauer1+2-1
2022-02-15 04:45Remove extra slash from filepath for blog articlesJake Bauer1+1-1
2022-02-15 04:13Fix error where mkdir would fail to make new siteJake Bauer1+1-1
2022-02-15 04:13Split single printf statements into multipleJake Bauer1+34-4
2022-02-15 03:55Use printf instead of echo to print error messageJake Bauer1+1-1
2022-02-15 03:55Add command to generate atom feed from postsJake Bauer1+63-17
2022-02-15 03:54Update LICENSE commentJake Bauer1+1-1
2022-02-15 03:53Update READMEJake Bauer1+9-6
2022-02-14 08:40Remove unneeded example config fileJake Bauer1+0-3
2022-02-14 08:27Update documentationJake Bauer1+30-43
2022-02-14 08:27Update new page commandJake Bauer1+3-3
2022-02-14 08:04Remove unneeded TODOsJake Bauer1+0-2
2022-02-14 07:46Add language code insertion and optimize sed invocationsJake Bauer1+3-2
2022-02-14 07:45Decide against author, date, and css insertionJake Bauer1+0-5
2022-02-14 07:44Add commands to create new sites and blank postsJake Bauer1+13-1
2022-02-14 07:43Make sbs recurse on directoriesJake Bauer1+4-2
2022-02-14 01:47Implement basic website generation functionalityJake Bauer3+84-2
2021-08-25 13:47Initial commitJake Bauer2+57-0