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 --- docs/shell_to_gogh.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/shell_to_gogh.md (limited to 'docs/shell_to_gogh.md') diff --git a/docs/shell_to_gogh.md b/docs/shell_to_gogh.md new file mode 100644 index 0000000..7b59e30 --- /dev/null +++ b/docs/shell_to_gogh.md @@ -0,0 +1,21 @@ +# Migration Guide from shell to gogh +Most of the themes used in hugo v0.1.5 and earlier have been deprecated with the introduction of gogh theme. + +### "scheme" in config.coml +| hugo-shell-theme ~v0.1.5 | gogh theme | +| ---------------- | -------------- | +| monokai | Molokai | +| powershell | PowerShell | +| gruvbox_light | Gruvbox | +| gruvbox_dark | GruvboxDark | +| solarized_light | SolarizedLight | +| solarized_dark | SolarizedDark | + +However, the following themes are left as original. +The reason for this is that gogh doesn't have a theme or looks bad. + +| hugo-shell-theme ~v0.1.5 | hugo-shell-theme v0.1.6~ | +| ------------------------ | ------------------------ | +| powershell | shell-powershell | +| ubuntu | shell-ubuntu | +| retro | shell-retro | \ No newline at end of file -- cgit v1.2.3