From 4aed6ea63ae93704b5d4cc07b528a0dd70a5d752 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 Mar 2024 14:41:32 -0500 Subject: initial commit; forked from https://github.com/Yukuro/hugo-theme-shell --- images/gruvbox_dark.png | Bin 0 -> 54437 bytes images/gruvbox_light.png | Bin 0 -> 55053 bytes images/monokai.png | Bin 0 -> 53825 bytes images/motion2.gif | Bin 0 -> 73433 bytes images/powershell.png | Bin 0 -> 53825 bytes images/retro.png | Bin 0 -> 49746 bytes images/screenshot.png | Bin 0 -> 74474 bytes images/solarized_dark.png | Bin 0 -> 54495 bytes images/solarized_light.png | Bin 0 -> 54971 bytes images/tn.png | Bin 0 -> 53825 bytes images/ubuntu.png | Bin 0 -> 54261 bytes images/v0.1.6/Atom.png | Bin 0 -> 56023 bytes images/v0.1.6/Dracula.png | Bin 0 -> 54725 bytes images/v0.1.6/Gruvbox.png | Bin 0 -> 54510 bytes images/v0.1.6/Material.png | Bin 0 -> 53288 bytes images/v0.1.6/Molokai.png | Bin 0 -> 53098 bytes images/v0.1.6/SolarizedDark.png | Bin 0 -> 50621 bytes images/v0.1.6/Tender.png | Bin 0 -> 56526 bytes images/v0.1.6/shell-powershell.png | Bin 0 -> 54287 bytes images/v0.1.6/shell-retro.png | Bin 0 -> 43002 bytes images/v0.1.6/shell-ubuntu.png | Bin 0 -> 52910 bytes 21 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 images/gruvbox_dark.png create mode 100644 images/gruvbox_light.png create mode 100644 images/monokai.png create mode 100644 images/motion2.gif create mode 100644 images/powershell.png create mode 100644 images/retro.png create mode 100644 images/screenshot.png create mode 100644 images/solarized_dark.png create mode 100644 images/solarized_light.png create mode 100644 images/tn.png create mode 100644 images/ubuntu.png create mode 100644 images/v0.1.6/Atom.png create mode 100644 images/v0.1.6/Dracula.png create mode 100644 images/v0.1.6/Gruvbox.png create mode 100644 images/v0.1.6/Material.png create mode 100644 images/v0.1.6/Molokai.png create mode 100644 images/v0.1.6/SolarizedDark.png create mode 100644 images/v0.1.6/Tender.png create mode 100644 images/v0.1.6/shell-powershell.png create mode 100644 images/v0.1.6/shell-retro.png create mode 100644 images/v0.1.6/shell-ubuntu.png (limited to 'images') diff --git a/images/gruvbox_dark.png b/images/gruvbox_dark.png new file mode 100644 index 0000000..cc2bb73 Binary files /dev/null and b/images/gruvbox_dark.png differ diff --git a/images/gruvbox_light.png b/images/gruvbox_light.png new file mode 100644 index 0000000..4ce9241 Binary files /dev/null and b/images/gruvbox_light.png differ diff --git a/images/monokai.png b/images/monokai.png new file mode 100644 index 0000000..438c5d4 Binary files /dev/null and b/images/monokai.png differ diff --git a/images/motion2.gif b/images/motion2.gif new file mode 100644 index 0000000..8b94271 Binary files /dev/null and b/images/motion2.gif differ diff --git a/images/powershell.png b/images/powershell.png new file mode 100644 index 0000000..626b2b4 Binary files /dev/null and b/images/powershell.png differ diff --git a/images/retro.png b/images/retro.png new file mode 100644 index 0000000..12b4c6a Binary files /dev/null and b/images/retro.png differ diff --git a/images/screenshot.png b/images/screenshot.png new file mode 100644 index 0000000..6f3bf1c Binary files /dev/null and b/images/screenshot.png differ diff --git a/images/solarized_dark.png b/images/solarized_dark.png new file mode 100644 index 0000000..60905b8 Binary files /dev/null and b/images/solarized_dark.png differ diff --git a/images/solarized_light.png b/images/solarized_light.png new file mode 100644 index 0000000..853ef11 Binary files /dev/null and b/images/solarized_light.png differ diff --git a/images/tn.png b/images/tn.png new file mode 100644 index 0000000..438c5d4 Binary files /dev/null and b/images/tn.png differ diff --git a/images/ubuntu.png b/images/ubuntu.png new file mode 100644 index 0000000..167b4d3 Binary files /dev/null and b/images/ubuntu.png differ diff --git a/images/v0.1.6/Atom.png b/images/v0.1.6/Atom.png new file mode 100644 index 0000000..707d4dc Binary files /dev/null and b/images/v0.1.6/Atom.png differ diff --git a/images/v0.1.6/Dracula.png b/images/v0.1.6/Dracula.png new file mode 100644 index 0000000..83e28ae Binary files /dev/null and b/images/v0.1.6/Dracula.png differ diff --git a/images/v0.1.6/Gruvbox.png b/images/v0.1.6/Gruvbox.png new file mode 100644 index 0000000..842049b Binary files /dev/null and b/images/v0.1.6/Gruvbox.png differ diff --git a/images/v0.1.6/Material.png b/images/v0.1.6/Material.png new file mode 100644 index 0000000..01d698e Binary files /dev/null and b/images/v0.1.6/Material.png differ diff --git a/images/v0.1.6/Molokai.png b/images/v0.1.6/Molokai.png new file mode 100644 index 0000000..d8cf691 Binary files /dev/null and b/images/v0.1.6/Molokai.png differ diff --git a/images/v0.1.6/SolarizedDark.png b/images/v0.1.6/SolarizedDark.png new file mode 100644 index 0000000..442d0f4 Binary files /dev/null and b/images/v0.1.6/SolarizedDark.png differ diff --git a/images/v0.1.6/Tender.png b/images/v0.1.6/Tender.png new file mode 100644 index 0000000..b642245 Binary files /dev/null and b/images/v0.1.6/Tender.png differ diff --git a/images/v0.1.6/shell-powershell.png b/images/v0.1.6/shell-powershell.png new file mode 100644 index 0000000..5c6aa5f Binary files /dev/null and b/images/v0.1.6/shell-powershell.png differ diff --git a/images/v0.1.6/shell-retro.png b/images/v0.1.6/shell-retro.png new file mode 100644 index 0000000..c8e5418 Binary files /dev/null and b/images/v0.1.6/shell-retro.png differ diff --git a/images/v0.1.6/shell-ubuntu.png b/images/v0.1.6/shell-ubuntu.png new file mode 100644 index 0000000..ec8765f Binary files /dev/null and b/images/v0.1.6/shell-ubuntu.png differ -- cgit v1.2.3