Welcome to Cyber Buffalo Industries! An industrious website that might not ever try to sell you something. In the pandemic year of 2020 I decided to teach myself how to 3d model and entered the ZeroDays cyberdeck building competition held by the awesome folks behind the cyberdeck cafe. I wanted to teach myself 3d modelling and 3d printing. I have been a sketch-up user for a long time because of my IRL job, but that was mostly for large scale stuff like rooms and environments. Long story short I decided to turn my long-term nickname into my website and decker persona, thus cyberbuffalo was born.
In real life I’m a set designer working in the LA photography industry. I love photography, especially shooting instant film. Unfortunately my favorite kind of film has been long discontinued so I’m mostly shooting modern polaroid and 35mm. I plan on using this space to upload some photos and create some image galleries.
I’ll add some contact info here in the future, but for now I’ll just link to my twitter which is mainly for me to keep up on video game news and hang out with shit-talking communists.
keeping a list of all changes I’ve made to the cyberbuff theme starting now, August 18 2024. I wish I had started this a lot earlier. I was making some posts everytime i made a change here or there, but just keeping a quick list would end up being the most thorough.
I migrated my content over to the new theme structure. Things seem to be working just fine, with the exception of the summaries. I need to get the summaries to strip any previous formatting away.
sidenav.html
now includes code for a tag cloud. I like this better than just a straight list of tags. I have it set to only show tags with 2 or more uses. thanks to this site and the linked code.{{ .Summary | truncate 240 | plainify }}
plainify is the way we can strip away any formatting from a string.There was a handful of bugs that I was trying to figure out when something happened to my site. I’m not exactly sure what happened, but it forced my hand to sort of redo a few things that I’ve been putting off.
sectionPagesMenu = 'main'
/Blog
section so a default image would show up.{{ .Summary | truncate 240 }}
in order to control the length of the summary.sectionPagesMenu = 'main'
in the config and instead defining the menus manually.shortcodes/camera_info.html
. Was using 3 different variables to convey 2 different strings of variables that could all be the same thing. All camera info is being pulled off the data list using the camera nickname/tag I.E. “olympusxa” as opposed to “camera1” and “olympusXA”.camera_info.html
, now no value is needed in the shortcode to pull in the data from cameralist.yml
.cameralist.yml
to the new, arbitrary nickname system. This will aid in pulling in information for the camera-used.html
shortcode which I’m building for the galleries.list.html
inside the layouts/cameras
layouts/categories/taxonomy.html
which is the same as cameras/list.html
.ByTitle
instead of ByPublishDate
{{ range ( where .Site.RegularPages "Section" "blog" | first 3 ) }}
cbtip.html
shortcode, which will insert a cyberbuffalo tip into the page. to use the tip, sidetext=
is for the text that goes on the lefthand side of the page, tip=
is the tip itself.codeblock
to wrap text down by modifying the CSS for pre
.