diff --git a/README.md b/README.md index 12fb7f1..170cdef 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ # Purdue Linux Users Group Site -Built with Hugo, with themes derived from [risotto](https://github.com/joeroe/risotto) and [hugo-notice](https://github.com/martignoni/hugo-notice). -See their respective theme folders for more information. -All vendored themes have unnecessary files (such as git metadata) removed. +Built with Hugo. + +## Themes +Due to needing to modify a number of parts of the themes, they have been flattened into the site itself. See the respective [licenses](./licenses). + +- [risotto](https://github.com/joeroe/risotto), [license](./licenses/LICENSE-risotto.txt) +- [hugo-notice](https://github.com/martignoni/hugo-notice), [license](./licenses/LICENSE-hugo-notice.txt) ## Building diff --git a/config/_default/config.toml b/config/_default/config.toml index 5281bab..8b10736 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -1,6 +1,5 @@ languageCode = "en" enableInlineShortcodes = true -theme = ["hugo-notice", "risotto"] [markup.goldmark.renderer] unsafe = true diff --git a/themes/hugo-notice/i18n/en.yaml b/i18n/en.yaml similarity index 100% rename from themes/hugo-notice/i18n/en.yaml rename to i18n/en.yaml diff --git a/themes/hugo-notice/icons/brankic/info.svg b/icons/brankic/info.svg similarity index 100% rename from themes/hugo-notice/icons/brankic/info.svg rename to icons/brankic/info.svg diff --git a/themes/hugo-notice/icons/brankic/note.svg b/icons/brankic/note.svg similarity index 100% rename from themes/hugo-notice/icons/brankic/note.svg rename to icons/brankic/note.svg diff --git a/themes/hugo-notice/icons/brankic/tip.svg b/icons/brankic/tip.svg similarity index 100% rename from themes/hugo-notice/icons/brankic/tip.svg rename to icons/brankic/tip.svg diff --git a/themes/hugo-notice/icons/brankic/warning.svg b/icons/brankic/warning.svg similarity index 100% rename from themes/hugo-notice/icons/brankic/warning.svg rename to icons/brankic/warning.svg diff --git a/themes/hugo-notice/icons/font-awesome-free/info.svg b/icons/font-awesome-free/info.svg similarity index 100% rename from themes/hugo-notice/icons/font-awesome-free/info.svg rename to icons/font-awesome-free/info.svg diff --git a/themes/hugo-notice/icons/font-awesome-free/note.svg b/icons/font-awesome-free/note.svg similarity index 100% rename from themes/hugo-notice/icons/font-awesome-free/note.svg rename to icons/font-awesome-free/note.svg diff --git a/themes/hugo-notice/icons/font-awesome-free/tip.svg b/icons/font-awesome-free/tip.svg similarity index 100% rename from themes/hugo-notice/icons/font-awesome-free/tip.svg rename to icons/font-awesome-free/tip.svg diff --git a/themes/hugo-notice/icons/font-awesome-free/warning.svg b/icons/font-awesome-free/warning.svg similarity index 100% rename from themes/hugo-notice/icons/font-awesome-free/warning.svg rename to icons/font-awesome-free/warning.svg diff --git a/themes/hugo-notice/icons/fork-awesome/info.svg b/icons/fork-awesome/info.svg similarity index 100% rename from themes/hugo-notice/icons/fork-awesome/info.svg rename to icons/fork-awesome/info.svg diff --git a/themes/hugo-notice/icons/fork-awesome/note.svg b/icons/fork-awesome/note.svg similarity index 100% rename from themes/hugo-notice/icons/fork-awesome/note.svg rename to icons/fork-awesome/note.svg diff --git a/themes/hugo-notice/icons/fork-awesome/tip.svg b/icons/fork-awesome/tip.svg similarity index 100% rename from themes/hugo-notice/icons/fork-awesome/tip.svg rename to icons/fork-awesome/tip.svg diff --git a/themes/hugo-notice/icons/fork-awesome/warning.svg b/icons/fork-awesome/warning.svg similarity index 100% rename from themes/hugo-notice/icons/fork-awesome/warning.svg rename to icons/fork-awesome/warning.svg diff --git a/themes/hugo-notice/icons/google/info.svg b/icons/google/info.svg similarity index 100% rename from themes/hugo-notice/icons/google/info.svg rename to icons/google/info.svg diff --git a/themes/hugo-notice/icons/google/note.svg b/icons/google/note.svg similarity index 100% rename from themes/hugo-notice/icons/google/note.svg rename to icons/google/note.svg diff --git a/themes/hugo-notice/icons/google/tip.svg b/icons/google/tip.svg similarity index 100% rename from themes/hugo-notice/icons/google/tip.svg rename to icons/google/tip.svg diff --git a/themes/hugo-notice/icons/google/warning.svg b/icons/google/warning.svg similarity index 100% rename from themes/hugo-notice/icons/google/warning.svg rename to icons/google/warning.svg diff --git a/themes/hugo-notice/icons/iconhub/info.svg b/icons/iconhub/info.svg similarity index 100% rename from themes/hugo-notice/icons/iconhub/info.svg rename to icons/iconhub/info.svg diff --git a/themes/hugo-notice/icons/iconhub/note.svg b/icons/iconhub/note.svg similarity index 100% rename from themes/hugo-notice/icons/iconhub/note.svg rename to icons/iconhub/note.svg diff --git a/themes/hugo-notice/icons/iconhub/tip.svg b/icons/iconhub/tip.svg similarity index 100% rename from themes/hugo-notice/icons/iconhub/tip.svg rename to icons/iconhub/tip.svg diff --git a/themes/hugo-notice/icons/iconhub/warning.svg b/icons/iconhub/warning.svg similarity index 100% rename from themes/hugo-notice/icons/iconhub/warning.svg rename to icons/iconhub/warning.svg diff --git a/themes/hugo-notice/icons/info.svg b/icons/info.svg similarity index 100% rename from themes/hugo-notice/icons/info.svg rename to icons/info.svg diff --git a/themes/hugo-notice/icons/note.svg b/icons/note.svg similarity index 100% rename from themes/hugo-notice/icons/note.svg rename to icons/note.svg diff --git a/themes/hugo-notice/icons/tip.svg b/icons/tip.svg similarity index 100% rename from themes/hugo-notice/icons/tip.svg rename to icons/tip.svg diff --git a/themes/hugo-notice/icons/warning.svg b/icons/warning.svg similarity index 100% rename from themes/hugo-notice/icons/warning.svg rename to icons/warning.svg diff --git a/themes/hugo-notice/icons/wolf-kit/info.svg b/icons/wolf-kit/info.svg similarity index 100% rename from themes/hugo-notice/icons/wolf-kit/info.svg rename to icons/wolf-kit/info.svg diff --git a/themes/hugo-notice/icons/wolf-kit/note.svg b/icons/wolf-kit/note.svg similarity index 100% rename from themes/hugo-notice/icons/wolf-kit/note.svg rename to icons/wolf-kit/note.svg diff --git a/themes/hugo-notice/icons/wolf-kit/tip.svg b/icons/wolf-kit/tip.svg similarity index 100% rename from themes/hugo-notice/icons/wolf-kit/tip.svg rename to icons/wolf-kit/tip.svg diff --git a/themes/hugo-notice/icons/wolf-kit/warning.svg b/icons/wolf-kit/warning.svg similarity index 100% rename from themes/hugo-notice/icons/wolf-kit/warning.svg rename to icons/wolf-kit/warning.svg diff --git a/themes/risotto/layouts/404.html b/layouts/404.html similarity index 100% rename from themes/risotto/layouts/404.html rename to layouts/404.html diff --git a/themes/risotto/layouts/_default/baseof.html b/layouts/_default/baseof.html similarity index 100% rename from themes/risotto/layouts/_default/baseof.html rename to layouts/_default/baseof.html diff --git a/themes/risotto/layouts/_default/li.html b/layouts/_default/li.html similarity index 100% rename from themes/risotto/layouts/_default/li.html rename to layouts/_default/li.html diff --git a/themes/risotto/layouts/_default/list.html b/layouts/_default/list.html similarity index 100% rename from themes/risotto/layouts/_default/list.html rename to layouts/_default/list.html diff --git a/themes/risotto/layouts/_default/single.html b/layouts/_default/single.html similarity index 100% rename from themes/risotto/layouts/_default/single.html rename to layouts/_default/single.html diff --git a/themes/risotto/layouts/index.html b/layouts/index.html similarity index 100% rename from themes/risotto/layouts/index.html rename to layouts/index.html diff --git a/themes/risotto/layouts/partials/about.html b/layouts/partials/about.html similarity index 100% rename from themes/risotto/layouts/partials/about.html rename to layouts/partials/about.html diff --git a/themes/risotto/layouts/partials/footer.html b/layouts/partials/footer.html similarity index 100% rename from themes/risotto/layouts/partials/footer.html rename to layouts/partials/footer.html diff --git a/themes/risotto/layouts/partials/head.html b/layouts/partials/head.html similarity index 100% rename from themes/risotto/layouts/partials/head.html rename to layouts/partials/head.html diff --git a/themes/risotto/layouts/partials/header.html b/layouts/partials/header.html similarity index 100% rename from themes/risotto/layouts/partials/header.html rename to layouts/partials/header.html diff --git a/themes/risotto/layouts/post/list.html b/layouts/post/list.html similarity index 100% rename from themes/risotto/layouts/post/list.html rename to layouts/post/list.html diff --git a/themes/hugo-notice/layouts/shortcodes/notice.html b/layouts/shortcodes/notice.html similarity index 100% rename from themes/hugo-notice/layouts/shortcodes/notice.html rename to layouts/shortcodes/notice.html diff --git a/themes/hugo-notice/LICENSE b/licenses/LICENSE-hugo-notice.txt similarity index 100% rename from themes/hugo-notice/LICENSE rename to licenses/LICENSE-hugo-notice.txt diff --git a/themes/risotto/LICENSE b/licenses/LICENSE-risotto.txt similarity index 100% rename from themes/risotto/LICENSE rename to licenses/LICENSE-risotto.txt diff --git a/themes/risotto/static/css/about.css b/static/css/about.css similarity index 100% rename from themes/risotto/static/css/about.css rename to static/css/about.css diff --git a/themes/risotto/static/css/colours.css b/static/css/colours.css similarity index 100% rename from themes/risotto/static/css/colours.css rename to static/css/colours.css diff --git a/themes/risotto/static/css/custom.css b/static/css/custom.css similarity index 100% rename from themes/risotto/static/css/custom.css rename to static/css/custom.css diff --git a/themes/risotto/static/css/footer.css b/static/css/footer.css similarity index 100% rename from themes/risotto/static/css/footer.css rename to static/css/footer.css diff --git a/themes/risotto/static/css/header.css b/static/css/header.css similarity index 100% rename from themes/risotto/static/css/header.css rename to static/css/header.css diff --git a/themes/risotto/static/css/layout.css b/static/css/layout.css similarity index 100% rename from themes/risotto/static/css/layout.css rename to static/css/layout.css diff --git a/themes/risotto/static/css/logo.css b/static/css/logo.css similarity index 100% rename from themes/risotto/static/css/logo.css rename to static/css/logo.css diff --git a/themes/hugo-notice/static/css/notice.css b/static/css/notice.css similarity index 100% rename from themes/hugo-notice/static/css/notice.css rename to static/css/notice.css diff --git a/themes/risotto/static/css/palettes/apprentice.css b/static/css/palettes/apprentice.css similarity index 100% rename from themes/risotto/static/css/palettes/apprentice.css rename to static/css/palettes/apprentice.css diff --git a/themes/risotto/static/css/palettes/base16-dark.css b/static/css/palettes/base16-dark.css similarity index 100% rename from themes/risotto/static/css/palettes/base16-dark.css rename to static/css/palettes/base16-dark.css diff --git a/themes/risotto/static/css/palettes/base16-light.css b/static/css/palettes/base16-light.css similarity index 100% rename from themes/risotto/static/css/palettes/base16-light.css rename to static/css/palettes/base16-light.css diff --git a/themes/risotto/static/css/palettes/dracula.css b/static/css/palettes/dracula.css similarity index 100% rename from themes/risotto/static/css/palettes/dracula.css rename to static/css/palettes/dracula.css diff --git a/themes/risotto/static/css/palettes/gruvbox-dark.css b/static/css/palettes/gruvbox-dark.css similarity index 100% rename from themes/risotto/static/css/palettes/gruvbox-dark.css rename to static/css/palettes/gruvbox-dark.css diff --git a/themes/risotto/static/css/palettes/gruvbox-light.css b/static/css/palettes/gruvbox-light.css similarity index 100% rename from themes/risotto/static/css/palettes/gruvbox-light.css rename to static/css/palettes/gruvbox-light.css diff --git a/themes/risotto/static/css/palettes/material.css b/static/css/palettes/material.css similarity index 100% rename from themes/risotto/static/css/palettes/material.css rename to static/css/palettes/material.css diff --git a/themes/risotto/static/css/palettes/papercolor-dark.css b/static/css/palettes/papercolor-dark.css similarity index 100% rename from themes/risotto/static/css/palettes/papercolor-dark.css rename to static/css/palettes/papercolor-dark.css diff --git a/themes/risotto/static/css/palettes/papercolor-light.css b/static/css/palettes/papercolor-light.css similarity index 100% rename from themes/risotto/static/css/palettes/papercolor-light.css rename to static/css/palettes/papercolor-light.css diff --git a/themes/risotto/static/css/palettes/solarized-dark.css b/static/css/palettes/solarized-dark.css similarity index 100% rename from themes/risotto/static/css/palettes/solarized-dark.css rename to static/css/palettes/solarized-dark.css diff --git a/themes/risotto/static/css/palettes/solarized-light.css b/static/css/palettes/solarized-light.css similarity index 100% rename from themes/risotto/static/css/palettes/solarized-light.css rename to static/css/palettes/solarized-light.css diff --git a/themes/risotto/static/css/palettes/tender.css b/static/css/palettes/tender.css similarity index 100% rename from themes/risotto/static/css/palettes/tender.css rename to static/css/palettes/tender.css diff --git a/themes/risotto/static/css/palettes/tokyo-night-dark.css b/static/css/palettes/tokyo-night-dark.css similarity index 100% rename from themes/risotto/static/css/palettes/tokyo-night-dark.css rename to static/css/palettes/tokyo-night-dark.css diff --git a/themes/risotto/static/css/palettes/tokyo-night-light.css b/static/css/palettes/tokyo-night-light.css similarity index 100% rename from themes/risotto/static/css/palettes/tokyo-night-light.css rename to static/css/palettes/tokyo-night-light.css diff --git a/themes/risotto/static/css/palettes/windows-95-light.css b/static/css/palettes/windows-95-light.css similarity index 100% rename from themes/risotto/static/css/palettes/windows-95-light.css rename to static/css/palettes/windows-95-light.css diff --git a/themes/risotto/static/css/palettes/windows-95.css b/static/css/palettes/windows-95.css similarity index 100% rename from themes/risotto/static/css/palettes/windows-95.css rename to static/css/palettes/windows-95.css diff --git a/themes/risotto/static/css/risotto.css b/static/css/risotto.css similarity index 100% rename from themes/risotto/static/css/risotto.css rename to static/css/risotto.css diff --git a/themes/risotto/static/css/typography.css b/static/css/typography.css similarity index 100% rename from themes/risotto/static/css/typography.css rename to static/css/typography.css diff --git a/themes/risotto/static/images/rice.svg b/static/images/rice.svg similarity index 100% rename from themes/risotto/static/images/rice.svg rename to static/images/rice.svg diff --git a/themes/hugo-notice/README.md b/themes/hugo-notice/README.md deleted file mode 100644 index d602d6a..0000000 --- a/themes/hugo-notice/README.md +++ /dev/null @@ -1,9 +0,0 @@ -# hugo-notice - -A modified version of [hugo-notice](https://github.com/martignoni/hugo-notice). - -## Modifications - -- Removed inline CSS, replaced with included CSS file -- Removed light mode support -- Use risotto theme colors for title/body text diff --git a/themes/hugo-notice/i18n/ar.yaml b/themes/hugo-notice/i18n/ar.yaml deleted file mode 100644 index bde8b45..0000000 --- a/themes/hugo-notice/i18n/ar.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "تحذير" -- id: note - translation: "ملاحظة" -- id: info - translation: "معلومة" -- id: tip - translation: "نصيحة" diff --git a/themes/hugo-notice/i18n/de.yaml b/themes/hugo-notice/i18n/de.yaml deleted file mode 100644 index 339878d..0000000 --- a/themes/hugo-notice/i18n/de.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Warnung" -- id: note - translation: "Anmerkung" -- id: info - translation: "Info" -- id: tip - translation: "Hinweis" diff --git a/themes/hugo-notice/i18n/es.yaml b/themes/hugo-notice/i18n/es.yaml deleted file mode 100644 index 0382479..0000000 --- a/themes/hugo-notice/i18n/es.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Aviso" -- id: note - translation: "Nota" -- id: info - translation: "Información" -- id: tip - translation: "Consejo" diff --git a/themes/hugo-notice/i18n/fi.yaml b/themes/hugo-notice/i18n/fi.yaml deleted file mode 100644 index 4991a0a..0000000 --- a/themes/hugo-notice/i18n/fi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Varoitus" -- id: note - translation: "Huomio" -- id: info - translation: "Info" -- id: tip - translation: "Vinkki" diff --git a/themes/hugo-notice/i18n/fr.yaml b/themes/hugo-notice/i18n/fr.yaml deleted file mode 100644 index 4c5ed90..0000000 --- a/themes/hugo-notice/i18n/fr.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Avertissement" -- id: note - translation: "Remarque" -- id: info - translation: "Information" -- id: tip - translation: "Astuce" diff --git a/themes/hugo-notice/i18n/it.yaml b/themes/hugo-notice/i18n/it.yaml deleted file mode 100644 index a2451ff..0000000 --- a/themes/hugo-notice/i18n/it.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Attenzione" -- id: note - translation: "Nota" -- id: info - translation: "Informazione" -- id: tip - translation: "Consiglio" diff --git a/themes/hugo-notice/i18n/ja.yaml b/themes/hugo-notice/i18n/ja.yaml deleted file mode 100644 index 7784890..0000000 --- a/themes/hugo-notice/i18n/ja.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "警告" -- id: note - translation: "ノート" -- id: info - translation: "情報" -- id: tip - translation: "ヒント" diff --git a/themes/hugo-notice/i18n/ko.yaml b/themes/hugo-notice/i18n/ko.yaml deleted file mode 100644 index 0430831..0000000 --- a/themes/hugo-notice/i18n/ko.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "경고" -- id: note - translation: "노트" -- id: info - translation: "알림" -- id: tip - translation: "정보" diff --git a/themes/hugo-notice/i18n/pl.yaml b/themes/hugo-notice/i18n/pl.yaml deleted file mode 100644 index 023fa3c..0000000 --- a/themes/hugo-notice/i18n/pl.yaml +++ /dev/null @@ -1,9 +0,0 @@ -- id: warning - translation: "Ostrzeżenie!" -- id: note - translation: "Uwaga" -- id: info - translation: "Info" -- id: tip - translation: "Wskazówka" - diff --git a/themes/hugo-notice/i18n/pt.yaml b/themes/hugo-notice/i18n/pt.yaml deleted file mode 100644 index f92c343..0000000 --- a/themes/hugo-notice/i18n/pt.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Aviso" -- id: note - translation: "Nota" -- id: info - translation: "Informação" -- id: tip - translation: "Dica" diff --git a/themes/hugo-notice/i18n/ru.yaml b/themes/hugo-notice/i18n/ru.yaml deleted file mode 100644 index da1c15f..0000000 --- a/themes/hugo-notice/i18n/ru.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Внимание!" -- id: note - translation: "Заметка" -- id: info - translation: "Информация" -- id: tip - translation: "Совет" diff --git a/themes/hugo-notice/i18n/sv-se.yaml b/themes/hugo-notice/i18n/sv-se.yaml deleted file mode 100644 index e825d41..0000000 --- a/themes/hugo-notice/i18n/sv-se.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Varning" -- id: note - translation: "Notera" -- id: info - translation: "Information" -- id: tip - translation: "Tips" diff --git a/themes/hugo-notice/i18n/sv.yaml b/themes/hugo-notice/i18n/sv.yaml deleted file mode 100644 index 5f4b6fe..0000000 --- a/themes/hugo-notice/i18n/sv.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# Fallback for themes using macrolanguage code instead of language code. -# See https://www.rfc-editor.org/rfc/rfc5646.html -# Strings here are an exact copy of those in file `sv-se.yaml`. -- id: warning - translation: "Varning" -- id: note - translation: "Notera" -- id: info - translation: "Information" -- id: tip - translation: "Tips" diff --git a/themes/hugo-notice/i18n/sw.yaml b/themes/hugo-notice/i18n/sw.yaml deleted file mode 100644 index bac9bdd..0000000 --- a/themes/hugo-notice/i18n/sw.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Onyo" -- id: note - translation: "Kumbuka" -- id: info - translation: "Habari" -- id: tip - translation: "Kidokezo" diff --git a/themes/hugo-notice/i18n/tr.yaml b/themes/hugo-notice/i18n/tr.yaml deleted file mode 100644 index f75abb5..0000000 --- a/themes/hugo-notice/i18n/tr.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Uyarı" -- id: note - translation: "Not" -- id: info - translation: "Bilgi" -- id: tip - translation: "İpucu" diff --git a/themes/hugo-notice/i18n/vi.yaml b/themes/hugo-notice/i18n/vi.yaml deleted file mode 100644 index a513684..0000000 --- a/themes/hugo-notice/i18n/vi.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "Cảnh báo" -- id: note - translation: "Ghi chú" -- id: info - translation: "Thông tin" -- id: tip - translation: "Mẹo" diff --git a/themes/hugo-notice/i18n/zh-cn.yaml b/themes/hugo-notice/i18n/zh-cn.yaml deleted file mode 100644 index 11284a5..0000000 --- a/themes/hugo-notice/i18n/zh-cn.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "警告" -- id: note - translation: "注释" -- id: info - translation: "信息" -- id: tip - translation: "提示" diff --git a/themes/hugo-notice/i18n/zh-tw.yaml b/themes/hugo-notice/i18n/zh-tw.yaml deleted file mode 100644 index 23c8555..0000000 --- a/themes/hugo-notice/i18n/zh-tw.yaml +++ /dev/null @@ -1,8 +0,0 @@ -- id: warning - translation: "警告" -- id: note - translation: "註釋" -- id: info - translation: "資訊" -- id: tip - translation: "提示" diff --git a/themes/hugo-notice/i18n/zh.yaml b/themes/hugo-notice/i18n/zh.yaml deleted file mode 100644 index 7474891..0000000 --- a/themes/hugo-notice/i18n/zh.yaml +++ /dev/null @@ -1,11 +0,0 @@ -# Fallback for themes using macrolanguage code instead of language code. -# See https://www.rfc-editor.org/rfc/rfc5646.html -# Strings here are an exact copy of those in file `zh-cn.yaml`. -- id: warning - translation: "警告" -- id: note - translation: "注释" -- id: info - translation: "信息" -- id: tip - translation: "提示" diff --git a/themes/hugo-notice/theme.yaml b/themes/hugo-notice/theme.yaml deleted file mode 100644 index 79e5797..0000000 --- a/themes/hugo-notice/theme.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# theme.yaml configuration file - -name: Display notice -license: GPLv3 -licenselink: https://github.com/martignoni/hugo-notice/blob/master/LICENSE -description: Hugo theme component to display nice info notices -homepage: https://github.com/martignoni/hugo-notice -tags: - - component - - notice - - multilingual -features: - - nicely display notices - - multilingual (en, fr, de) -min_version: 0.40.0 - -author: - name: Nicolas Martignoni - homepage: https://martignoni.net diff --git a/themes/risotto/README.md b/themes/risotto/README.md deleted file mode 100644 index f579217..0000000 --- a/themes/risotto/README.md +++ /dev/null @@ -1,7 +0,0 @@ -# risotto - -The theme used for this site is a modified version of the [risotto theme](https://github.com/joeroe/risotto). - -## Modifications - -- Removed the language display/selector diff --git a/themes/risotto/archetypes/default.md b/themes/risotto/archetypes/default.md deleted file mode 100644 index ac36e06..0000000 --- a/themes/risotto/archetypes/default.md +++ /dev/null @@ -1,2 +0,0 @@ -+++ -+++ diff --git a/themes/risotto/images/screenshot.png b/themes/risotto/images/screenshot.png deleted file mode 100644 index 557d55b..0000000 Binary files a/themes/risotto/images/screenshot.png and /dev/null differ diff --git a/themes/risotto/images/tn.png b/themes/risotto/images/tn.png deleted file mode 100644 index 4a21a86..0000000 Binary files a/themes/risotto/images/tn.png and /dev/null differ diff --git a/themes/risotto/static/css/notice.css b/themes/risotto/static/css/notice.css deleted file mode 100644 index 9593cd7..0000000 --- a/themes/risotto/static/css/notice.css +++ /dev/null @@ -1,64 +0,0 @@ -.notice { - --title-color: #fff; - --title-background-color: #069; - --content-color: #ddd; - --content-background-color: #023; -} - -.notice.info { - --title-background-color: #a50; - --content-background-color: #420; -} - -.notice.tip { - --title-background-color: #363; - --content-background-color: #121; -} - -.notice.warning { - --title-background-color: #800; - --content-background-color: #400; -} - -.notice { - padding: 18px; - line-height: 24px; - margin-bottom: 24px; - border-radius: 4px; - color: var(--content-color); - background: var(--content-background-color); -} - -.notice p:last-child { - margin-bottom: 0 -} - -/* Title */ -.notice-title { - margin: -18px -18px 12px; - padding: 4px 18px; - border-radius: 4px 4px 0 0; - font-weight: 700; - color: var(--title-color); - background: var(--title-background-color); -} - -/* Icon */ -.icon-notice { - display: inline-flex; - align-self: center; - margin-right: 8px; -} - -.icon-notice img, -.icon-notice svg { - height: 1em; - width: 1em; - fill: currentColor; -} - -.icon-notice img, -.icon-notice.baseline svg { - top: .125em; - position: relative; -} diff --git a/themes/risotto/theme.toml b/themes/risotto/theme.toml deleted file mode 100644 index ad5f777..0000000 --- a/themes/risotto/theme.toml +++ /dev/null @@ -1,15 +0,0 @@ -name = "risotto" -license = "MIT" -licenselink = "https://github.com/joeroe/risotto/blob/master/LICENSE" -description = "A minimalist, responsive theme inspired by terminal ricing aesthetics." - -homepage = "https://github.com/joeroe/risotto" -demosite = "https://risotto.joeroe.io" - -tags = ["responsive", "minimal", "dark mode"] -features = [] - -[author] - name = "Joe Roe" - homepage = "https://joeroe.io" -