Skip to content

Commit

Permalink
#670: config
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Apr 20, 2024
1 parent 739f5b6 commit 084eba2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -22,7 +22,7 @@ source 'https://rubygems.org'

gem 'jekyll', '4.3.3'
gem 'jekyll-bits', '0.15'
gem 'jekyll-chatgpt-translate', '0.0.43'
gem 'jekyll-chatgpt-translate', '0.0.45'
gem 'jekyll-feed', '0.17.0'
gem 'jekyll-gist', '1.5.0'
gem 'jekyll-git-hash', '0.1.1'
Expand Down
15 changes: 14 additions & 1 deletion _config.yml
Expand Up @@ -51,16 +51,29 @@ shorts:
chatgpt-translate:
threshold: 64
min_chars: 20
source: en
version: "42"
layout: translated
targets:
-
only: post
source: en
language: zh
permalink: zh/:year/:month/:day/:slug.html
-
only: post
source: en
language: ru
permalink: ru/:year/:month/:day/:slug.html
-
only: ru-post
source: ru
language: en
permalink: en/:year-:month-:day-:slug.html
-
only: ru-post
source: ru
language: zh
permalink: zh/:year-:month-:day-:slug.html

# see https://github.com/alfanick/jekyll-related-posts
related:
Expand Down

0 comments on commit 084eba2

Please sign in to comment.