blob: 168c180f3ef54879e6709051e887d55ec00ed363 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
baseURL: 'https://rayhammer.dev/'
languageCode: 'en-us'
title: "RayHammer's Website"
theme: "stingray"
DefaultContentLanguage: "en"
# sectionPagesMenu: "main"
menu:
main:
- name: GitHub
url: https://github.com/RayHammer
- name: Blog
url: /posts/
- name: Tutorials
url: /tutorials/
params:
title: "rayhammer.dev"
description: "Local Idiot Online"
images:
- /img/rayhammer_v2.png
|