First adaptations
This commit is contained in:
31
_config.yml
31
_config.yml
@@ -1,29 +1,29 @@
|
||||
# Site settings
|
||||
title: Klise Theme # site title
|
||||
title: Siphalor's Homepage # site title
|
||||
description: >- # site description
|
||||
He's writing in Bahasa about web technology and experience as a journal
|
||||
for documentation things that he learned, meet him <a href="https://github.com/piharpi" target="_blank" rel="noopener">@github</a>.
|
||||
The homepage of Siphalor - a software developer who does some Minecraft modding in his freetime.
|
||||
You might also stumble upon projects made in Python or Rust.
|
||||
lang: en-US # default lang
|
||||
timezone: Asia/Jakarta # set your timezone
|
||||
image: assets/img/ogp.png # This image used for Open Graph more info https://ogp.me/
|
||||
repo: https://github.com/piharpi/jekyll-klise # site repo [optional]
|
||||
timezone: Europe/Berlin # set your timezone
|
||||
image: assets/img/ogp.png # TODO: This image used for Open Graph more info https://ogp.me/
|
||||
repo: https://gitea.siphalor.de/Siphalor/homepage # site repo [optional]
|
||||
mode: dark # default theme "dark" | "light"
|
||||
|
||||
# Profile settings
|
||||
author:
|
||||
name: Jekyll Klisé # author name
|
||||
name: Siphalor # author name
|
||||
bio: >- # tell to the world
|
||||
The minimalist Jekyll theme, light and dark mode support, for running a personal site and blog,
|
||||
meet Klisé theme at <a href="https://github.com/piharpi/jekyll-klise" target="_blank" rel="noopener">@github</a>.
|
||||
username: username # general username
|
||||
github: github_username # github username
|
||||
twitter: twitter_username # twitter username
|
||||
facebook: facebook_username # facebook username
|
||||
email: your-email@email.com # email adress
|
||||
Hi, I'm a software developer that focuses on modding the sandbox game <a href="https://en.wikipedia.org/wiki/Minecraft">Minecraft</a>.
|
||||
Therefore a lot of my projects are Java-based but I also occasionally do projects with Python, Rust or PHP (and the other web technologies).
|
||||
username: Siphalor # general username
|
||||
github: Siphalor # github username
|
||||
twitter: Siphalor # twitter username
|
||||
facebook: # facebook username
|
||||
email: info@siphalor.de # email adress
|
||||
avatar: /assets/img/avatar.jpg # change with your own avatar
|
||||
|
||||
# URL settings
|
||||
url: "https://klise.now.sh" #
|
||||
url: "https://siphalor.de" #
|
||||
baseurl:
|
||||
permalink: /:title/
|
||||
google_analytics: # leave it blank if not wish
|
||||
@@ -84,6 +84,7 @@ exclude:
|
||||
- lighthouse.png
|
||||
- klise-*.gem
|
||||
- klise.gemspec
|
||||
- vendor
|
||||
|
||||
# Plugins
|
||||
plugins:
|
||||
|
||||
Reference in New Issue
Block a user