File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed
Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ import dowfiles_arch from "../assets/projects/dowfiles/arch.png";
1616
1717import event_es from "../assets/projects/event/es.png" ;
1818
19+ import gosible from "../assets/projects/gosible/gosible.gif" ;
20+
1921import hubble_main from "../assets/projects/hubble/main.png" ;
2022import hubble_hand from "../assets/projects/hubble/hand.png" ;
2123import hubble_voice from "../assets/projects/hubble/voice.png" ;
@@ -34,6 +36,20 @@ import steelseries_tray from "../assets/projects/steelseries/tray.png";
3436import steelseries_tray_click from "../assets/projects/steelseries/tray-click.png" ;
3537
3638export const projects = [
39+ {
40+ name : "gosible" ,
41+ description :
42+ "A reinterpretation of Ansible in Go for managing homeservers with a simple json configuration." ,
43+ date : "2025-10" ,
44+ images : [ gosible ] ,
45+ tools : [ "Go" , "bubbletea" , "lipgloss" ] ,
46+ links : [
47+ {
48+ name : "GitHub" ,
49+ link : "https://github.com/Dowdow/gosible" ,
50+ } ,
51+ ] ,
52+ } ,
3753 {
3854 name : "SteelSeries Arctis Battery" ,
3955 description :
You can’t perform that action at this time.
0 commit comments