summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-30Convert bash waitpid function to rst syntaxAaron Ball
This will support syntax highlighting now.
2020-12-30Change bash waitpid function post to rstAaron Ball
2020-12-29Merge branch 'implement-runsh'Aaron Ball
2020-12-29j2:Add support for inline shell directiveimplement-runshAaron 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-28Update Cool Vim TrickeryAaron Ball
2020-12-28Update linux:non-root suspend with syntax highlightingAaron Ball
2020-12-28Increase small mobile screen font size to 15pxAaron Ball
2020-12-28Add some syntax highlighting cssAaron Ball
2020-12-28Added handy bashrc bits postAaron Ball
This also deletes the old "my bashrc" post, which was sadly incomplete.
2020-12-28Add seagate 5TB backup plus to benchmarks sectionAaron Ball
2020-12-28style:Clean up nav-header definitionAaron Ball
2020-12-28Convert header to gridAaron Ball
This should make things easier to manage between different device layouts and types.
2020-12-28Testing addition of grid containersAaron Ball
2020-12-27style:support docutils literalAaron Ball
2020-12-27Add librem 5 can't update 404 not found postAaron Ball
2020-12-27Some cleanup of style.cssAaron Ball
2020-12-27Add some image stylingAaron Ball
2020-12-27Clear some whitespace on librem5-timelineAaron Ball
2020-12-27Add librem 5 no wifi postAaron Ball
2020-12-27Add librem 5 epiphany render bug post and resourcesAaron Ball
This also adds a new section to the index page, Purism Librem 5.
2020-12-27Rename purism librem 5 timeline to librem5 timelineAaron Ball
2020-12-27Convert nav header logo to img rather than css backgroundAaron Ball
2020-12-27Update style to better support mobile devicesAaron Ball
2020-12-27Add charset definition to headerAaron Ball
2020-12-22Initial commit of purism librem 5 timelineAaron Ball
2020-12-10Change default font to iosevka aile and font size to 17Aaron Ball
2020-11-29seagate bup 5tb update intro paragraphAaron Ball
2020-11-29Seagate BUP from adoc to rst and update Makefile rst targetAaron Ball
The rst target now cloaks email addresses and writes the date/time stamp to the output file at build time.
2020-11-28Seagate backup plug 5tb align image centerAaron Ball
2020-11-28Update the seagate backup plus imageAaron Ball
2020-11-28Add image to seagate backup plus 5tb postAaron Ball
2020-11-28post-receive: update log function callsAaron Ball
2020-11-28Add seagate backup plus 5TB benchmark and update hookAaron Ball
2020-10-25Refactored read title function to work in more casesAaron 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-24Merge branch 'fix-cgit-diff-font'Aaron Ball
2020-07-24cgit.css: Explicitly set diff font to monospace and 1.2 emAaron Ball
2019-12-07Removed another old new postAaron Ball
2019-12-07Merge branch 'convert-cgi'Aaron Ball
Signed-off-by: Aaron Ball <nullspoon@oper.io>
2019-12-07Initial commit of CGI conversionAaron 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-07Add div class title stylingAaron Ball
This is for Asciidoc non-header titles.
2019-12-07style:Remove image borderAaron Ball
2019-12-07Add Benchmark for Samsung Bar Plus USB stickAaron Ball
Updated index with the new post, and removed the last three, as the "new posts" list was a bit long.
2019-11-26Btrfs:RAID Setup:Fix title issueAaron Ball
2019-11-24style:fix footer background etension problemAaron 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-24Fix h1 title in cssAaron Ball
Also remove generic .title class.
2019-11-24Add center css class for div and pAaron Ball
This will allow more flexibility on rendering pages.
2019-11-24Add 404 pageAaron Ball
2019-09-28Remove headers from a couple of postsAaron Ball
The new header display mechanism makes this redundant.
2019-09-28index:remove header readingAaron Ball
This wasn't very scalable. Now the Makefile adds header1 to the output html to avoid this problem.
2019-09-28Makefile:Add header 1 to adoc targetsAaron 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.).

Generated by cgit