First things in hugo, starting to understand how it works Name 名無し 2026/03/08 ( 日 ) No.1772928000

After playing around, getting to know the system, I feel I understand hugo and go templates a bit more
test test

Things I need to do to get it working better

>make boxes take arguments instead of only titles and things, it will be more modular this way and actually work
>play with the frontend, so i can actually make posts look like threads
>use dict to pass arguments into partials, will make everything more modular
>refactor a bunch of shit

test test

>this is another greentext to share!

After playing around, getting to know the system, I feel I understand hugo and go templates a bit more
>test test

Things I need to do to get it working better

>make boxes take arguments instead of only titles and things, it will be more modular this way and actually work
>play with the frontend, so i can actually make posts look like threads
>use dict to pass arguments into partials, will make everything more modular
>refactor a bunch of shit

test test

>this is another greentext to share!

After playing around, getting to know the system, I feel I understand hugo and go templates a bit more
>test test

Things I need to do to get it working better

>make boxes take arguments instead of only titles and things, it will be more modular this way and actually work
>play with the frontend, so i can actually make posts look like threads
>use dict to pass arguments into partials, will make everything more modular
>refactor a bunch of shit

test test

>this is another greentext to share!
Name 名無し 2026/04/08 ( 水 ) No.1775606400

Well well well maybe this will work now, i dont know if it will but i might as well check

//is coding working or does it fuck up?#include <stdio.h>int main{    printf("hello world!\n");    return 0;}
>greentext yaaaaaaaay
(define (map proc lis)     (cond ((null? lis)            '())           ((pair? lis)            (cons (proc (car lis))                  (map proc (cdr lis))))))  more stuff more stuff  
Name 名無し 2026/04/08 ( 水 ) No.1775641680

what happens right now?

>we