Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nnamtug committed Feb 20, 2024
1 parent 8b78e06 commit 786a88f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 7 additions & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
title: This is an example
email: [email protected]
description: >- # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
twitter_username: jekyllrb
github_username: jekyll
#twitter_username: jekyllrb
#github_username: jekyll

# Build settings
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
# - jekyll-feed

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
Expand All @@ -41,3 +41,6 @@ plugins:
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/


timezone: Europe/Zurich
2 changes: 2 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,5 @@ layout: home
---
## some title
Hello World!

### Some subtitle (3 hashes)

0 comments on commit 786a88f

Please sign in to comment.