From 886271bb3b9a07295ecf7c6c8878fb52bdeff9b4 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Fri, 19 Jan 2024 09:02:37 -0500 Subject: Initial commit for cgit platform --- posts/cleanup.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 posts/cleanup.md (limited to 'posts/cleanup.md') diff --git a/posts/cleanup.md b/posts/cleanup.md new file mode 100644 index 0000000..6cf7377 --- /dev/null +++ b/posts/cleanup.md @@ -0,0 +1,27 @@ +# Cleaning Up barf's Structure + +2023-10-09 + +Things probably look a little different around here. Both in terms of this demo site *and* the core `barf` files itself. + +This project was always intended to be focused on Linux platforms. So, I've removed the included `barf_macos` and `barf_openbsd` files to keep the generator more streamlined. But have no fear! Instructions for both Mac and OpenBSD can still be found on the main blog: + +- [Running `barf` on MacOS](/macos) +- [Running `barf` on OpenBSD](/openbsd) + +As for the "default" look of `barf`, I've simplified things further. The total CSS styling now consists of only: + +``` +*{box-sizing:border-box;} +body{font-family:sans-serif;margin:0 auto;max-width:650px;padding:1rem;} +img{max-width:100%;} +pre{overflow:auto;} +``` + +Users still have the ability to tweak things as much as they'd like, but the standard look should be more than enough for anyone just focusing on writing. Dark mode has also been dropped but is easily added by adding the following inside the `head` tags: + +``` + +``` + +Hopefully these changes reduce the overall scope of the project, which was a main point made on the README originally! \ No newline at end of file -- cgit v1.2.3-54-g00ecf