Ed m

https://ed-m.dev

A Hugo site to host my notes that I make during devlopment of personal projects.

No theme.

Number of post: 13
Project Status: Maintenance
Number Unque Tags: 15
Last Post:
Project Start Date:
Css 2 Devblog 13 Front matter Github actions Hugo 13 Kind of useful Layouts Markup Pagination Partials Svg Zfs

Going Live | 221005

221005 _0514 Code modularization I move a lot of things that was just setting in a layout into a partial and call that got some reuse. I noticed this was really needed yesterday when trying to edit things on the notes list layout due there being three sub list layout needed on that page. Read More…

Checking off List Items & Importing Notes | 221004

211004 Working off yesterday’s check list Notes/Project Pages _0941 Notes/Project Index Github SVG on Notes/Projects (fill colour/hover) Update Stats Colouring Stats for Latest and Start Date are fucking backwards kek Spacing between Project Containers needs to be bigger On the Notes/Project Index the Projects Tags Hover style Single Page Corrections _1012 Read More…

Tags Page & 90 - 90 Rule | 221003

221003 Lost a day of planned development due some guy named ‘Ian’ came in messing up my local infrastructure Tags Tags Per Project _1226 Initial logic and comments for this have been completed. Read More…

About Page | 220929

220929 About _0655 So I have come to one of the things I have been dreading, writing an about page. Due to I hate writing about my self or really even thinking about myself. Read More…

Sub-Section Unique Tag Collection | 220928

220928 Current Progress The "{{.IsDescendant $anotherPage}}" is still working from yesterday to change the layout for depending of depth dir in notes. Getting all tags for a given project and counting the occurrences _1001 Read More…

Layouts for sub dir | 220927

220927 Layouts are only for top lvl. _0550 So while trying to make a layout for list pages /notes/projects/*. I came to the understanding that I can’t using Hugo normal variables/function to do this. Read More…

Code Mark-up | 220926

220926 Current Progression _0824 So I think I am in a good state with the Notes/Projects. Short Term - TODO List Updates single page code syntax So Hugo seems to know when there is code in the markdown file and does some formatting and styling with it, but I want to improve it. Read More…

Progress Update 09/24 | 220924

220924 _0932 Progress of the Notes/Projects Page I have all the data being pull and organized in way I want right now. I have the Projects being pulled and with its three panels(git and basic info, Project note Stats, and the 3 latest post) for all projects and there notes. Read More…

SVGs, Break Statements & HUGO | 220923

220923 Github Project Links and svg _0121 Quick add to the project list page to pull the think Github link form the projects front matter, then just in case in the link. Read More…

Fonts and Notes _Index | 220922

220922 Local Font Issues Corrected _0129 After about 3 hours I found what the issue was with the local fonts I was trying to use, It was a comma at the end of the url part of the @font-face in the css. Read More…