added social media and got the test post working
This commit is contained in:
@@ -7,6 +7,7 @@ $ zola serve
|
||||
|
||||
- [x] Basic site
|
||||
- [ ] Test post
|
||||
- [x] Text
|
||||
- [ ] Images
|
||||
- [ ] Code
|
||||
- [ ] Video
|
||||
|
11
config.toml
11
config.toml
@@ -3,7 +3,7 @@ base_url = "https://thoughts.abhishek-home.com"
|
||||
|
||||
# The site title
|
||||
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"
|
||||
|
||||
# Whether to automatically compile all Sass files in the sass directory
|
||||
@@ -59,3 +59,12 @@ path_keep_dates = true
|
||||
|
||||
[extra]
|
||||
# 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
|
||||
+++
|
||||
|
||||
# Test post
|
||||
|
||||
The content of the post
|
||||
|
||||
There should be a image below this.
|
@@ -86,8 +86,8 @@
|
||||
</ul>
|
||||
<div class="footer">
|
||||
{% block footer %}
|
||||
<span>Designed by </span><a href="https://www.caicai.me">CaiCai</a>
|
||||
<div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Proudly published with Zola!</a></div>
|
||||
<a href="https://thoughts.abhishek-home.com">thoughts.abhishek-home.com</a>
|
||||
<div class="by_zola"><a href="https://www.getzola.org/" target="_blank">Compiled with Zola!</a></div>
|
||||
{% endblock footer %}
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user