Age | Commit message (Collapse) | Author | |
---|---|---|---|
11 days | Another latest update to librem5:crimson-daily-driverHEADmaster | Aaron Ball | |
2024-11-21 | Updates to librem5:crimson-daily-driver | Aaron Ball | |
2024-10-31 | robots.txt:Update for gptbot and google bard | Aaron Ball | |
2024-10-26 | Move post-receive deploy code to function | Aaron Ball | |
2024-10-26 | Add another fix for the crimson daily driver post | Aaron Ball | |
2024-10-22 | css: Make background gradient a bit more appealing | Aaron Ball | |
2024-10-22 | Improve visibility of H2 and H3 | Aaron Ball | |
2024-10-22 | Write the Librem5:Crimson Daily Driver post | Aaron Ball | |
2024-06-10 | Styling performance improvements | Aaron 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-10 | src:update copyright year | Aaron Ball | |
2024-06-10 | Styling updates | Aaron 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-29 | Updated src url to use src.oper.io | Aaron Ball | |
2023-11-09 | Restyle nav header and footer with gradient | Aaron Ball | |
Slow but sure we'll merge in the new styles. | |||
2023-09-06 | robots:disallow all under /src | Aaron Ball | |
Seems they aren't paying attention... | |||
2023-09-06 | Make robots.txt a bit wider for git snapshots | Aaron Ball | |
2023-09-06 | Add robots.txt | Aaron 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-25 | Case Insensitive Matching in C: Convert to markdown | Aaron Ball | |
2023-05-25 | Merge branch 'better-organize' | Aaron Ball | |
2023-05-25 | Better organize main qs handling and improve 404 | Aaron 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-25 | Merge branch 'print-headers' | Aaron Ball | |
2023-05-25 | Support special request for client headers | Aaron Ball | |
This will print all HTTP headers the client sends to the server. | |||
2023-05-25 | main:import unistd | Aaron Ball | |
This is for access. Whoops! | |||
2023-05-25 | Merge branch 'remove-file_exists' | Aaron Ball | |
2023-05-25 | Remove file_exists function | Aaron Ball | |
This is easily replaced with the `access` function. | |||
2022-10-31 | src/common/catfile: Replace printf with putchar | Aaron Ball | |
This should be much faster. | |||
2022-10-21 | repoint post-receive to new path | Aaron Ball | |
2022-10-21 | blog -> write | Aaron Ball | |
Does anyone use the word blog anymore? | |||
2022-10-21 | Rework About page | Aaron Ball | |
Convert to markdown from restructured text (yay commonmark!). Also update a few sentences to be a bit more current. | |||
2022-01-25 | Update styles so header sticks to top on mobile | Aaron Ball | |
Also update post-receive to install verbose for res files. | |||
2021-10-15 | Linux:Switching from X11 to Native Wayland: Convert to rst | Aaron Ball | |
2021-10-15 | X11 to native wayland: Minor changes to trigger rebuild | Aaron Ball | |
2021-10-15 | Add markdown (commonmark) support | Aaron Ball | |
2021-10-15 | Add Linux:Switching from X11 to Native Wayland | Aaron Ball | |
2021-07-20 | Add Librem 5 tracker-store High CPU post | Aaron Ball | |
2021-07-15 | Add post for recent ssh brute force botnet attack | Aaron Ball | |
2021-07-14 | Replace asciidoctor with asciidoc | Aaron Ball | |
This will soon be replaced completely with something else. | |||
2021-07-14 | Add post: linux:using zram | Aaron Ball | |
2021-04-15 | Understanding the Bash Fork Bomb:Better expand code | Aaron Ball | |
2021-04-15 | Convert understanding the bash fork bomb from adoc to rst | Aaron 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-20 | Some tweaks to linux manual restart with sysrq trigger | Aaron Ball | |
2021-01-20 | Convert linux manual restart with sysrq from adoc to rst | Aaron Ball | |
2021-01-20 | about:update gpg key | Aaron Ball | |
2021-01-20 | Convert about from adoc to rst | Aaron Ball | |
2021-01-17 | j2_cat:switch printf to puts where appropriate | Aaron Ball | |
This should reduce cpu cycles since the format strings were unused other than just to print to stdout. | |||
2021-01-17 | Fix j2_cat segfault on long lines | Aaron 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-17 | Fix linux:non-root-suspend | Aaron Ball | |
2021-01-04 | Initial commit of Circumventing MacOS FV Autologin Restrictions | Aaron Ball | |
2020-12-30 | bash waitpid function:Fix rst list | Aaron Ball | |
2020-12-30 | bash waitpid function: Simplify wait loop | Aaron Ball | |
2020-12-30 | bash waitpid function: Simplify calling code | Aaron Ball | |