mirror of
https://github.com/Mikaela/cv.git
synced 2025-08-20 03:27:23 +02:00
Compare commits
3 Commits
95c1e00ff3
...
74e9bec0e7
Author | SHA1 | Date | |
---|---|---|---|
74e9bec0e7 | |||
ef357a722a | |||
a34ac0f5ed |
@ -26,7 +26,7 @@ repos:
|
||||
args: [--update-only]
|
||||
|
||||
- repo: https://github.com/python-jsonschema/check-jsonschema
|
||||
rev: 0.24.0
|
||||
rev: 0.26.3
|
||||
hooks:
|
||||
- id: check-dependabot
|
||||
- id: check-github-actions
|
||||
@ -34,7 +34,7 @@ repos:
|
||||
- id: check-gitlab-ci
|
||||
|
||||
- repo: https://github.com/pre-commit/mirrors-prettier
|
||||
rev: "v3.0.1"
|
||||
rev: "v3.0.3"
|
||||
hooks:
|
||||
- id: prettier
|
||||
|
||||
|
4
Gemfile.lock
generated
4
Gemfile.lock
generated
@ -1,7 +1,7 @@
|
||||
GEM
|
||||
remote: https://rubygems.org/
|
||||
specs:
|
||||
activesupport (7.0.6)
|
||||
activesupport (7.0.7.2)
|
||||
concurrent-ruby (~> 1.0, >= 1.0.2)
|
||||
i18n (>= 1.6, < 2)
|
||||
minitest (>= 5.1)
|
||||
@ -210,7 +210,7 @@ GEM
|
||||
jekyll-feed (~> 0.9)
|
||||
jekyll-seo-tag (~> 2.1)
|
||||
minitest (5.19.0)
|
||||
nokogiri (1.15.3-x86_64-linux)
|
||||
nokogiri (1.15.4-x86_64-linux)
|
||||
racc (~> 1.4)
|
||||
octokit (4.25.1)
|
||||
faraday (>= 1, < 3)
|
||||
|
@ -9,6 +9,7 @@ plugins:
|
||||
- jekyll-sitemap
|
||||
sitemap:
|
||||
file: "/sitemap.xml"
|
||||
include: [robots.txt]
|
||||
biosuomi: "Aminda Suomalainen on avointa lähdekoodia tukeva verkkopalveluylläpitäjä piraattipuolueessa"
|
||||
bioenglish: "Short introduction text is coming here soon..."
|
||||
icon: https://media.githubusercontent.com/media/Mikaela/mikaela.github.io/lfs-media/avatar/90.jpeg
|
||||
|
6
robots.txt
Normal file
6
robots.txt
Normal file
@ -0,0 +1,6 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Sitemap: https://cv.aminda.eu/sitemap.xml
|
||||
|
||||
User-agent: GPTBot
|
||||
Disallow: /
|
Loading…
x
Reference in New Issue
Block a user