My personal website emmeline.tngl.io/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Dewarning

Emmeline 8edf31ea 3b0b1da6

+3 -3
+1 -1
src/buttons.pup
··· 74 74 -> strings.join(output, "\n") 75 75 } 76 76 77 - init = [ 77 + init() = [ 78 78 friends: friends, 79 79 misc: misc, 80 80 compile_buttons: compile_buttons,
+1 -1
src/pages.pup
··· 12 12 title: title 13 13 ]; 14 14 15 - init = [ 15 + init() = [ 16 16 [ 17 17 id: "index", 18 18 url: "/",
+1 -1
src/projects.pup
··· 93 93 -> strings.join(output, "\n"); 94 94 } 95 95 96 - init = [ 96 + init() = [ 97 97 git_forges: git_forges, 98 98 my_projects: my_projects, 99 99 compile_projects: compile_projects,