summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
11 daysAnother latest update to librem5:crimson-daily-driverHEADmasterAaron Ball
2024-11-21Updates to librem5:crimson-daily-driverAaron Ball
2024-10-31robots.txt:Update for gptbot and google bardAaron Ball
2024-10-26Move post-receive deploy code to functionAaron Ball
2024-10-26Add another fix for the crimson daily driver postAaron Ball
2024-10-22css: Make background gradient a bit more appealingAaron Ball
2024-10-22Improve visibility of H2 and H3Aaron Ball
2024-10-22Write the Librem5:Crimson Daily Driver postAaron Ball
2024-06-10Styling performance improvementsAaron Ball
Remove body-content backdrop-filter. This is slowing down rendering too much. This also reduces the blur on the nav header for the same reason.
2024-06-10src:update copyright yearAaron Ball
2024-06-10Styling updatesAaron Ball
Switch to using vars for duplicate colors all over the stylesheet Switch to dark mode Clean up some old CSS that is no longer used (eg: index-post). Split stylesheet into main, head, index, and mobile stylesheets. This should improve load performance with http/2 as well as supporting future partial styling load based on the current page.
2024-01-29Updated src url to use src.oper.ioAaron Ball
2023-11-09Restyle nav header and footer with gradientAaron Ball
Slow but sure we'll merge in the new styles.
2023-09-06robots:disallow all under /srcAaron Ball
Seems they aren't paying attention...
2023-09-06Make robots.txt a bit wider for git snapshotsAaron Ball
2023-09-06Add robots.txtAaron Ball
This should stop amazonbot from trying to download every single snapshot of every single ref of every single repo hosted by cgit. :facepalm:
2023-05-25Case Insensitive Matching in C: Convert to markdownAaron Ball
2023-05-25Merge branch 'better-organize'Aaron Ball
2023-05-25Better organize main qs handling and improve 404Aaron Ball
This moves page handling logic into a new function, `handle_page`, and special qs handling logic to `handle_special`. This keeps code better organized. This also better handles 404 pages. If a custom 404.html is available, it is treated as a normal page and parsed correctly. If none exists, a generic 404 is sent in all scenarios where no logic handled the query string.
2023-05-25Merge branch 'print-headers'Aaron Ball
2023-05-25Support special request for client headersAaron Ball
This will print all HTTP headers the client sends to the server.
2023-05-25main:import unistdAaron Ball
This is for access. Whoops!
2023-05-25Merge branch 'remove-file_exists'Aaron Ball
2023-05-25Remove file_exists functionAaron Ball
This is easily replaced with the `access` function.
2022-10-31src/common/catfile: Replace printf with putcharAaron Ball
This should be much faster.
2022-10-21repoint post-receive to new pathAaron Ball
2022-10-21blog -> writeAaron Ball
Does anyone use the word blog anymore?
2022-10-21Rework About pageAaron Ball
Convert to markdown from restructured text (yay commonmark!). Also update a few sentences to be a bit more current.
2022-01-25Update styles so header sticks to top on mobileAaron Ball
Also update post-receive to install verbose for res files.
2021-10-15Linux:Switching from X11 to Native Wayland: Convert to rstAaron Ball
2021-10-15X11 to native wayland: Minor changes to trigger rebuildAaron Ball
2021-10-15Add markdown (commonmark) supportAaron Ball
2021-10-15Add Linux:Switching from X11 to Native WaylandAaron Ball
2021-07-20Add Librem 5 tracker-store High CPU postAaron Ball
2021-07-15Add post for recent ssh brute force botnet attackAaron Ball
2021-07-14Replace asciidoctor with asciidocAaron Ball
This will soon be replaced completely with something else.
2021-07-14Add post: linux:using zramAaron Ball
2021-04-15Understanding the Bash Fork Bomb:Better expand codeAaron Ball
2021-04-15Convert understanding the bash fork bomb from adoc to rstAaron Ball
This also converts all the pre references to bash code blocks for easier readbility, and rewrites a few sentences. Finally, this also removes the modeline.
2021-01-20Some tweaks to linux manual restart with sysrq triggerAaron Ball
2021-01-20Convert linux manual restart with sysrq from adoc to rstAaron Ball
2021-01-20about:update gpg keyAaron Ball
2021-01-20Convert about from adoc to rstAaron Ball
2021-01-17j2_cat:switch printf to puts where appropriateAaron Ball
This should reduce cpu cycles since the format strings were unused other than just to print to stdout.
2021-01-17Fix j2_cat segfault on long linesAaron Ball
Increase j2 max line len and buffer a bit and fix a printf statement that was just printing the input string in place of the format string. Now it prints a format of "%s", with the first argument being the input string now. Whoops.
2021-01-17Fix linux:non-root-suspendAaron Ball
2021-01-04Initial commit of Circumventing MacOS FV Autologin RestrictionsAaron Ball
2020-12-30bash waitpid function:Fix rst listAaron Ball
2020-12-30bash waitpid function: Simplify wait loopAaron Ball
2020-12-30bash waitpid function: Simplify calling codeAaron Ball

Generated by cgit