Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-30 | Convert bash waitpid function to rst syntax | Aaron Ball | |
This will support syntax highlighting now. | |||
2020-12-30 | Change bash waitpid function post to rst | Aaron Ball | |
2020-12-29 | Merge branch 'implement-runsh' | Aaron Ball | |
2020-12-29 | j2:Add support for inline shell directiveimplement-runsh | Aaron Ball | |
This allows for render-time shell command input to the output document. This also simplifies the j2_readvar function to make it handle input line by line rather than as a pure stream, character by character, which had incredibly complex logic and was very brittle. The new method is more durable, though is a bit less efficient due to reprocessing the string, though it no longer seeks back and forth. Add j2_strstr function and better protect against buffer overflow This also updates the librem 5 no wifi post to print the current date and time at pageload. | |||
2020-12-28 | Update Cool Vim Trickery | Aaron Ball | |
2020-12-28 | Update linux:non-root suspend with syntax highlighting | Aaron Ball | |
2020-12-28 | Increase small mobile screen font size to 15px | Aaron Ball | |
2020-12-28 | Add some syntax highlighting css | Aaron Ball | |
2020-12-28 | Added handy bashrc bits post | Aaron Ball | |
This also deletes the old "my bashrc" post, which was sadly incomplete. | |||
2020-12-28 | Add seagate 5TB backup plus to benchmarks section | Aaron Ball | |
2020-12-28 | style:Clean up nav-header definition | Aaron Ball | |
2020-12-28 | Convert header to grid | Aaron Ball | |
This should make things easier to manage between different device layouts and types. | |||
2020-12-28 | Testing addition of grid containers | Aaron Ball | |
2020-12-27 | style:support docutils literal | Aaron Ball | |
2020-12-27 | Add librem 5 can't update 404 not found post | Aaron Ball | |
2020-12-27 | Some cleanup of style.css | Aaron Ball | |
2020-12-27 | Add some image styling | Aaron Ball | |
2020-12-27 | Clear some whitespace on librem5-timeline | Aaron Ball | |
2020-12-27 | Add librem 5 no wifi post | Aaron Ball | |
2020-12-27 | Add librem 5 epiphany render bug post and resources | Aaron Ball | |
This also adds a new section to the index page, Purism Librem 5. | |||
2020-12-27 | Rename purism librem 5 timeline to librem5 timeline | Aaron Ball | |
2020-12-27 | Convert nav header logo to img rather than css background | Aaron Ball | |
2020-12-27 | Update style to better support mobile devices | Aaron Ball | |
2020-12-27 | Add charset definition to header | Aaron Ball | |
2020-12-22 | Initial commit of purism librem 5 timeline | Aaron Ball | |
2020-12-10 | Change default font to iosevka aile and font size to 17 | Aaron Ball | |
2020-11-29 | seagate bup 5tb update intro paragraph | Aaron Ball | |
2020-11-29 | Seagate BUP from adoc to rst and update Makefile rst target | Aaron Ball | |
The rst target now cloaks email addresses and writes the date/time stamp to the output file at build time. | |||
2020-11-28 | Seagate backup plug 5tb align image center | Aaron Ball | |
2020-11-28 | Update the seagate backup plus image | Aaron Ball | |
2020-11-28 | Add image to seagate backup plus 5tb post | Aaron Ball | |
2020-11-28 | post-receive: update log function calls | Aaron Ball | |
2020-11-28 | Add seagate backup plus 5TB benchmark and update hook | Aaron Ball | |
2020-10-25 | Refactored read title function to work in more cases | Aaron Ball | |
Moved the function to common.c/h. It now handles header tags with additional xml properties inline. This also removes the implicit colon inserted before the title, which previously yielded strange page titles on pages that did not define one. | |||
2020-07-24 | Merge branch 'fix-cgit-diff-font' | Aaron Ball | |
2020-07-24 | cgit.css: Explicitly set diff font to monospace and 1.2 em | Aaron Ball | |
2019-12-07 | Removed another old new post | Aaron Ball | |
2019-12-07 | Merge branch 'convert-cgi' | Aaron Ball | |
Signed-off-by: Aaron Ball <nullspoon@oper.io> | |||
2019-12-07 | Initial commit of CGI conversion | Aaron Ball | |
This introduces the C code that will build out the index rendering cgi program. It supports three query string keys, 404 pages, and printing of requestor ip (?q=ip) and user agent (?q=agent). Remove index.php and info.php. These are no longer needed as their functionality is replaced by the new CGI program. Makefile:add src and clean targets to build the source and clean up build artifacts, respectively. Add header and footer j2 files to replace the old header and footer php files. Deleted old php variants. | |||
2019-12-07 | Add div class title styling | Aaron Ball | |
This is for Asciidoc non-header titles. | |||
2019-12-07 | style:Remove image border | Aaron Ball | |
2019-12-07 | Add Benchmark for Samsung Bar Plus USB stick | Aaron Ball | |
Updated index with the new post, and removed the last three, as the "new posts" list was a bit long. | |||
2019-11-26 | Btrfs:RAID Setup:Fix title issue | Aaron Ball | |
2019-11-24 | style:fix footer background etension problem | Aaron Ball | |
This moves the content alignment from the body-wrapper id to the body-content id and sets the body/html background color again so the footer color extends all the way to the bottom of the viewport without disrupting the styling of the center body-content. | |||
2019-11-24 | Fix h1 title in css | Aaron Ball | |
Also remove generic .title class. | |||
2019-11-24 | Add center css class for div and p | Aaron Ball | |
This will allow more flexibility on rendering pages. | |||
2019-11-24 | Add 404 page | Aaron Ball | |
2019-09-28 | Remove headers from a couple of posts | Aaron Ball | |
The new header display mechanism makes this redundant. | |||
2019-09-28 | index:remove header reading | Aaron Ball | |
This wasn't very scalable. Now the Makefile adds header1 to the output html to avoid this problem. | |||
2019-09-28 | Makefile:Add header 1 to adoc targets | Aaron Ball | |
This is needed because asciidoc[tor] doesn't output the document title unless you allow it to also output the document header and footer info (eg: <html></html>, <head></head>, etc.). |