Finish the basic setup

This commit is contained in:
Sameer Rahmani 2021-08-07 23:26:33 +01:00
parent 09ae8abc4a
commit e33f27227b
2 changed files with 42 additions and 19 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
*~
*~
public/

View File

@ -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 <lxsameer@gnu.org>"]
#images: "<link or path of image for opengraph, twitter-cards>"
images: "/images/serene.png"
ShowReadingTime: true
ShowShareButtons: true
@ -27,23 +48,23 @@ params:
disableSpecial1stPost: false
assets:
favicon: "<link / abs url>"
favicon16x16: "<link / abs url>"
favicon32x32: "<link / abs url>"
apple_touch_icon: "<link / abs url>"
safari_pinned_tab: "<link / abs url>"
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: '<img location>'
# 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"