Skip to content

Commit

Permalink
enhance config
Browse files Browse the repository at this point in the history
  • Loading branch information
timnavigate committed Jan 15, 2024
1 parent 462b52e commit 3ac186c
Showing 1 changed file with 33 additions and 13 deletions.
46 changes: 33 additions & 13 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ author: "Timur Timoshenko"
name: timnavigate
email: "[email protected]"
description: "Software Engineer"
#baseurl: ""
url: "https://timnavigate.com"
avatar: https://raw.githubusercontent.com/timnavigate/timnavigate.github.io/master/images/timnavigate-logo.png
copyright: "(c) timnavigate, 2024"
Expand All @@ -17,20 +16,41 @@ footer-links:
twitter: timnavigate
telegram: timnavigate

encoding: "utf-8"
markdown: kramdown
theme: minima
highlighter: rouge
#theme: minima

#liquid:
# error_mode: warn

sass:
style: :compressed

plugins:
- jekyll-sitemap
- jekyll-feed

exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- CNAME

#webrick:
# headers:
# My-Header: My-Value
# My-Other-Header: My-Other-Value

#plugins:
# - jekyll-sitemap
# - jekyll-feed
plugins: ["jekyll-sitemap", "jekyll-feed"]

#exclude:
# - Gemfile
# - Gemfile.lock
include : [".htaccess"]
exclude : ["Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"]
keep_files : [".git", ".svn"]

#port: 4000
#host: 127.0.0.1
baseurl: ""

permalink: date
#paginate_path: /page:num
#timezone: null

kramdown:
input: GFM

0 comments on commit 3ac186c

Please sign in to comment.