Initial commit

This commit is contained in:
Sameer Rahmani 2020-11-12 17:18:05 +00:00
commit 09ae8abc4a
5 changed files with 73 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*~

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "themes/hugo-PaperMod"]
path = themes/hugo-PaperMod
url = https://github.com/adityatelange/hugo-PaperMod.git

6
archetypes/default.md Normal file
View File

@ -0,0 +1,6 @@
---
title: "{{ replace .Name "-" " " | title }}"
date: {{ .Date }}
draft: true
---

62
config.yml Normal file
View File

@ -0,0 +1,62 @@
baseURL: "https://serene-lang.org/"
title: Serene
paginate: 5
theme: hugo-PaperMod
enableRobotsTXT: true
buildDrafts: false
buildFuture: false
buildExpired: false
minify:
disableXML: true
minifyOutput: true
params:
env: production
title: Serene
description: "Serene - Another Lisp to be born"
author: ["Sameer Rahmani <lxsameer@gnu.org>"]
#images: "<link or path of image for opengraph, twitter-cards>"
ShowReadingTime: true
ShowShareButtons: true
comments: false
defaultTheme: dark
disableThemeToggle: false
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>"
label:
text: "Serene"
#icon: /apple-touch-icon.png
#iconHeight: 35
# profile-mode
profileMode:
enabled: true
title: Serene Lang
# imageUrl: '<img location>'
# imageTitle: my image
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: "Hi there \U0001F44B"
Content: Welcome to my blog
socialIcons:
- name: twitter
url: "https://twitter.com/"

1
themes/hugo-PaperMod Submodule

@ -0,0 +1 @@
Subproject commit 66ba0f0ea9e9b2dfacb98daa50d059eb7515ce13