added social media and got the test post working
This commit is contained in:
@@ -7,6 +7,7 @@ $ zola serve
|
|||||||
|
|
||||||
- [x] Basic site
|
- [x] Basic site
|
||||||
- [ ] Test post
|
- [ ] Test post
|
||||||
|
- [x] Text
|
||||||
- [ ] Images
|
- [ ] Images
|
||||||
- [ ] Code
|
- [ ] Code
|
||||||
- [ ] Video
|
- [ ] Video
|
||||||
|
11
config.toml
11
config.toml
@@ -3,7 +3,7 @@ base_url = "https://thoughts.abhishek-home.com"
|
|||||||
|
|
||||||
# The site title
|
# The site title
|
||||||
title = "Abhishek's thoughts"
|
title = "Abhishek's thoughts"
|
||||||
description = "A compilation of things I think about in a blog format."
|
description = "A compilation of things I think about, in a blog format."
|
||||||
author = "Abhishek Anil Deshmukh"
|
author = "Abhishek Anil Deshmukh"
|
||||||
|
|
||||||
# Whether to automatically compile all Sass files in the sass directory
|
# Whether to automatically compile all Sass files in the sass directory
|
||||||
@@ -59,3 +59,12 @@ path_keep_dates = true
|
|||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
# Put all your custom variables here
|
# Put all your custom variables here
|
||||||
|
|
||||||
|
[extra.social]
|
||||||
|
github = "Abhishek-Deshmukh"
|
||||||
|
gitlab = "Abhishek-Deshmukh"
|
||||||
|
stackoverflow = "5288237/a-deshmukh"
|
||||||
|
twitter = "dunce007"
|
||||||
|
facebook = "deshmukh123.abhi"
|
||||||
|
instagram = "ball_of_dementia"
|
||||||
|
linkedin = "abhishek-anil-deshmukh-253b12186"
|
@@ -4,8 +4,6 @@ template = "page.html"
|
|||||||
date = 2020-05-09
|
date = 2020-05-09
|
||||||
+++
|
+++
|
||||||
|
|
||||||
# Test post
|
|
||||||
|
|
||||||
The content of the post
|
The content of the post
|
||||||
|
|
||||||
There should be a image below this.
|
There should be a image below this.
|
@@ -86,8 +86,8 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
{% block footer %}
|
{% block footer %}
|
||||||
<span>Designed by </span><a href="https://www.caicai.me">CaiCai</a>
|
<a href="https://thoughts.abhishek-home.com">thoughts.abhishek-home.com</a>
|
||||||
<div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Proudly published with Zola!</a></div>
|
<div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Compiled with Zola!</a></div>
|
||||||
{% endblock footer %}
|
{% endblock footer %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user