From 4781e6dc307ab7dd2143f4eeff3615bf1786c9f1 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 1 Jun 2022 21:50:03 +0200 Subject: Rename project to www --- README.md | 2 +- skreutz-dot-com.cabal | 18 ------------------ www.cabal | 18 ++++++++++++++++++ 3 files changed, 19 insertions(+), 19 deletions(-) delete mode 100644 skreutz-dot-com.cabal create mode 100644 www.cabal diff --git a/README.md b/README.md index dc5c742..29a9172 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# skreutz-dot-com +# www.skreutz.com This is the source code of my personal website: https://www.skreutz.com/. diff --git a/skreutz-dot-com.cabal b/skreutz-dot-com.cabal deleted file mode 100644 index 880e43b..0000000 --- a/skreutz-dot-com.cabal +++ /dev/null @@ -1,18 +0,0 @@ -name: skreutz-dot-com -version: 0.1.0.0 -synopsis: Stefan Kreutz' personal website -author: Stefan Kreutz -maintainer: mail@skreutz.com -bug-reports: mailto:mail@skreutz.com -homepage: https://www.skreutz.com/ -build-type: Simple -cabal-version: >= 1.10 - -executable site - main-is: site.hs - build-depends: base - , hakyll - , filepath - , time - ghc-options: -threaded - default-language: Haskell2010 diff --git a/www.cabal b/www.cabal new file mode 100644 index 0000000..491ccb4 --- /dev/null +++ b/www.cabal @@ -0,0 +1,18 @@ +name: www +version: 0.1.0.0 +synopsis: Stefan Kreutz' personal website +author: Stefan Kreutz +maintainer: mail@skreutz.com +bug-reports: mailto:mail@skreutz.com +homepage: https://www.skreutz.com/ +build-type: Simple +cabal-version: >= 1.10 + +executable site + main-is: site.hs + build-depends: base + , hakyll + , filepath + , time + ghc-options: -threaded + default-language: Haskell2010 -- cgit v1.2.3