From 85122f2ee05133f2635dd0554e33fc24b7104067 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 3 Jul 2024 12:06:08 -0400 Subject: More homepage updates --- build/cleanup/index.html | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'build/cleanup/index.html') diff --git a/build/cleanup/index.html b/build/cleanup/index.html index b34599b..192c4eb 100644 --- a/build/cleanup/index.html +++ b/build/cleanup/index.html @@ -16,31 +16,22 @@

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:

- -

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:

-
<meta name="color-scheme" content="dark light">
 
-

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