Skip to content

Commit 5ec85eb

Browse files
add seo jekyll
1 parent 2ea1750 commit 5ec85eb

File tree

2 files changed

+5
-28
lines changed

2 files changed

+5
-28
lines changed

README.md

+2-27
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
1-
# Atega - Creative Personal Blog Theme for Jekyll
1+
A personal blog about my reasearch activities and related topics. We talk about bandit algorithms, reinforcement learning, sequential decision making and sequential stochastic optimization.
22

3-
Atega is a fast and creative theme for creating a minimal blog for Jekyll. This theme was created for those who want to create a personal blog with simple functions and effects, who appreciate simplicity and functionality. You can start sharing your stories today.
4-
5-
* * *
6-
7-
### Demo
8-
9-
Check the theme in action [Demo](https://atega.netlify.app/)
10-
11-
* * *
12-
13-
### Deployment
14-
15-
To run the theme locally, navigate to the theme directory and run `bundle install` to install the dependencies, then run `jekyll serve` or `bundle exec jekyll serve` to start the Jekyll server.
16-
17-
I would recommend checking the [Deployment Methods](https://jekyllrb.com/docs/deployment-methods/) page on Jekyll website.
18-
19-
20-
* * *
21-
22-
### Documentation
23-
24-
Before using the Atega theme, please read the attached documentation.
25-
26-
### Support
27-
28-
<p>If you have any questions, please feel free to contact me by mail <a href="mailto:[email protected]">Contact</a><p>
3+
Based on the Atega theme for Jekyll.

_includes/head.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
{% seo %}
21
<head>
32
<meta charset="utf-8">
43
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -31,4 +30,7 @@
3130
{% endcapture %}
3231
{{ include_to_scssify | scssify }}
3332
</style>
33+
34+
{% seo %}
35+
3436
</head>

0 commit comments

Comments
 (0)