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/" baseURL: "https://serene-lang.org/"
title: Serene title: Serene Programming Language
paginate: 5 paginate: 5
theme: hugo-PaperMod 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 enableRobotsTXT: true
buildDrafts: false buildDrafts: false
@ -12,12 +28,17 @@ minify:
disableXML: true disableXML: true
minifyOutput: true minifyOutput: true
outputs:
home:
- HTML
- RSS
params: params:
env: production env: production
title: Serene title: Serene Programming Language
description: "Serene - Another Lisp to be born" description: "Serene - Another Lisp to be born"
author: ["Sameer Rahmani <lxsameer@gnu.org>"] author: ["Sameer Rahmani <lxsameer@gnu.org>"]
#images: "<link or path of image for opengraph, twitter-cards>" images: "/images/serene.png"
ShowReadingTime: true ShowReadingTime: true
ShowShareButtons: true ShowShareButtons: true
@ -27,23 +48,23 @@ params:
disableSpecial1stPost: false disableSpecial1stPost: false
assets: assets:
favicon: "<link / abs url>" favicon: "/images/serene_16.png"
favicon16x16: "<link / abs url>" favicon16x16: "/images/serene_16.png"
favicon32x32: "<link / abs url>" favicon32x32: "/images/serene_32.png"
apple_touch_icon: "<link / abs url>" apple_touch_icon: "/images/serene.png"
safari_pinned_tab: "<link / abs url>" safari_pinned_tab: "/images/serene_32.png"
label: label:
text: "Serene" text: "Serene"
#icon: /apple-touch-icon.png icon: /images/serene.png
#iconHeight: 35 iconHeight: 32
# profile-mode # profile-mode
profileMode: profileMode:
enabled: true enabled: false
title: Serene Lang title: Serene Programming Language
# imageUrl: '<img location>' imageUrl: "/images/serene.png"
# imageTitle: my image imageTitle: Serene's logo
buttons: buttons:
- name: Mailing List - name: Mailing List
url: https://www.freelists.org/list/serene url: https://www.freelists.org/list/serene
@ -54,9 +75,10 @@ params:
# home-info mode # home-info mode
homeInfoParams: homeInfoParams:
Title: "Hi there \U0001F44B" Title: "Serene programming language is..."
Content: Welcome to my blog Content: >-
Yet another free, modern and functional lisp.
socialIcons: socialIcons:
- name: twitter - name: youtube
url: "https://twitter.com/" url: "https://www.youtube.com/playlist?list=PLlONLmJCfHTo9WYfsoQvwjsa5ZB6hjOG5"