serene-lang.org/config.yml

98 lines
2.3 KiB
YAML

baseURL: "https://serene-lang.org/"
title: Serene Programming Language
paginate: 5
theme: hugo-PaperMod
Copyright: © 2019-2022 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
- identifier: Supporters
name: Supporters
url: /supporters
weight: 40
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
outputs:
home:
- HTML
- RSS
params:
env: production
title: Serene Programming Language
description: "Serene - Another Lisp to be born"
author: ["lxsameer <lxsameer@gnu.org>"]
images: "/images/serene.png"
ShowReadingTime: true
ShowShareButtons: true
comments: false
defaultTheme: dark
disableThemeToggle: false
disableSpecial1stPost: false
assets:
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 lang"
icon: /images/serene.png
iconHeight: 32
# profile-mode
profileMode:
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
- name: ML Archive
url: https://www.freelists.org/archive/serene
- name: Repository
url: https://devheroes.codes/Serene
# home-info mode
homeInfoParams:
Title: Serene programming language is...
Content: >
Yet another free, modern and functional lisp.
# What I cannot create, I do not understand
-- Richard Feynman
socialIcons:
- name: youtube
url: "https://www.youtube.com/playlist?list=PLlONLmJCfHTo9WYfsoQvwjsa5ZB6hjOG5"