Skip to content

Commit 4be5c0e

Browse files
committed
chore: v++
1 parent 6bd229f commit 4be5c0e

File tree

2 files changed

+25
-17
lines changed

2 files changed

+25
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ content-type: static
55
permalink: /changelog
66
---
77

8+
#### v2.3 - 2025-03-11
9+
10+
- Főoldal és About menü átszövegezése
11+
- Experience összevonása az About-tal
12+
- Navigáció egyszerűsítése
13+
- Kávés "kellékek" bevonása a Tools alá
14+
- Tools átnevezése Uses-ra, és ötletgazda hivatkozás felvétele
15+
16+
817
#### v2.2 - 2025-01-27
918

1019
- Steam Deck kategória bevezetése a Games menüben
@@ -35,4 +44,4 @@ permalink: /changelog
3544
- now menüpont bevezetése
3645

3746
#### v1.0 - 2024-02-23
38-
- garden 1. verzió
47+
- garden 1. verzió

_config.yml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# For technical reasons, this file is *NOT* reloaded automatically when you use
99
# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
1010
#
11-
# If you need help with YAML syntax, here are some quick references for you:
11+
# If you need help with YAML syntax, here are some quick references for you:
1212
# https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml
1313
# https://learnxinyminutes.com/docs/yaml/
1414
#
@@ -21,18 +21,18 @@
2121
# URL is the base hostname with protocol for your site, eg http://example.com
2222
url: "https://tothlp.hu" # the base hostname & protocol for your site, e.g. http://example.com
2323

24-
# If you want to install this jekyll in a subpath (eg /digitalgarden) set it here.
24+
# If you want to install this jekyll in a subpath (eg /digitalgarden) set it here.
2525
# Else keep it Empty (DON'T PUT /; Keep it empty)
2626
baseurl: ""
2727

28-
# Website Header, Description, Footer year and text.
29-
# If you are deleting this, make sure you remove it from HTML files too
30-
heading: TÓTH László # Change this
28+
# Website Header, Description, Footer year and text.
29+
# If you are deleting this, make sure you remove it from HTML files too
30+
heading: TÓTH László # Change this
3131
content: "A digital garden for my notes, thoughts, experiences and ideas."
32-
copyright:
32+
copyright:
3333
year: © 2024
3434
msg: Tóth László
35-
version: 2.2
35+
version: 2.3
3636

3737
# Set title and content for private & broken link tooltop
3838
privatelinks:
@@ -44,15 +44,15 @@ privatelinks:
4444
preferences:
4545
search:
4646
enabled: true
47-
wiki_style_link:
47+
wiki_style_link:
4848
enabled: true
49-
pagepreview:
49+
pagepreview:
5050
enabled: true
5151
backlinks:
5252
enabled: true
5353
# To enable a homepage, change the value to true and add content to _includes/Homepage.html
54-
# If enable : false, notes feed will be as homepage.
55-
homepage:
54+
# If enable : false, notes feed will be as homepage.
55+
homepage:
5656
enabled: true ##If you need a homepage, change this to true and edit _includes/Homepage.html
5757

5858
about_profile_image: /assets/img/profile.jpg
@@ -62,11 +62,11 @@ encoding: utf-8
6262
# Build settings
6363
theme: null
6464
plugins:
65-
- jekyll-feed
66-
- jekyll-sitemap
65+
- jekyll-feed
66+
- jekyll-sitemap
6767
- jekyll-tidy
6868
- jekyll-last-modified-at
69-
69+
7070
## Enable Collections
7171
## Suggested collects are "notes" "lists" and "blog"
7272
collections:
@@ -85,7 +85,6 @@ kramdown:
8585
smart_quotes: ["apos", "apos", "quot", "quot"]
8686
syntax_highlighter: rouge
8787

88-
8988
sass:
9089
style: compressed
9190

@@ -124,4 +123,4 @@ exclude:
124123
# - vendor/ruby/
125124

126125
last-modified-at:
127-
date-format: '%Y.%m.%d.'
126+
date-format: '%Y.%m.%d.'

0 commit comments

Comments
 (0)