diff --git a/.gitignore b/.gitignore index e4e5f6c..f855412 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -*~ \ No newline at end of file +*~ +public/ \ No newline at end of file diff --git a/config.yml b/config.yml index 575677f..8798315 100644 --- a/config.yml +++ b/config.yml @@ -1,7 +1,23 @@ baseURL: "https://serene-lang.org/" -title: Serene +title: Serene Programming Language paginate: 5 theme: hugo-PaperMod +Copyright: © 2019-2021 Sameer Rahmani + +menu: + main: + - identifier: ml + name: Mailing List + url: https://www.freelists.org/list/serene + weight: 10 + - identifier: ml-archive + name: ML Archive + url: https://www.freelists.org/archive/serene + weight: 20 + - identifier: Source + name: Source + url: https://devheroes.codes/Serene + weight: 30 enableRobotsTXT: true buildDrafts: false @@ -12,12 +28,17 @@ minify: disableXML: true minifyOutput: true +outputs: + home: + - HTML + - RSS + params: env: production - title: Serene + title: Serene Programming Language description: "Serene - Another Lisp to be born" author: ["Sameer Rahmani "] - #images: "" + images: "/images/serene.png" ShowReadingTime: true ShowShareButtons: true @@ -27,23 +48,23 @@ params: disableSpecial1stPost: false assets: - favicon: "" - favicon16x16: "" - favicon32x32: "" - apple_touch_icon: "" - safari_pinned_tab: "" + favicon: "/images/serene_16.png" + favicon16x16: "/images/serene_16.png" + favicon32x32: "/images/serene_32.png" + apple_touch_icon: "/images/serene.png" + safari_pinned_tab: "/images/serene_32.png" label: text: "Serene" - #icon: /apple-touch-icon.png - #iconHeight: 35 + icon: /images/serene.png + iconHeight: 32 # profile-mode profileMode: - enabled: true - title: Serene Lang - # imageUrl: '' - # imageTitle: my image + enabled: false + title: Serene Programming Language + imageUrl: "/images/serene.png" + imageTitle: Serene's logo buttons: - name: Mailing List url: https://www.freelists.org/list/serene @@ -54,9 +75,10 @@ params: # home-info mode homeInfoParams: - Title: "Hi there \U0001F44B" - Content: Welcome to my blog + Title: "Serene programming language is..." + Content: >- + Yet another free, modern and functional lisp. socialIcons: - - name: twitter - url: "https://twitter.com/" + - name: youtube + url: "https://www.youtube.com/playlist?list=PLlONLmJCfHTo9WYfsoQvwjsa5ZB6hjOG5"