Skip to content

Commit

Permalink
Adding avatar and config
Browse files Browse the repository at this point in the history
  • Loading branch information
guicaro committed Jan 5, 2024
1 parent 3029c46 commit 58a9475
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ theme_mode: # [light|dark]
img_cdn:

# the avatar on sidebar, support local or CORS resources
avatar:
avatar: /assets/img/avatarCsa.png

# boolean type, the global switch for TOC in posts.
toc: true

comments:
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
active: giscus # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
# The active options are as follows:
disqus:
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
Expand All @@ -89,7 +89,7 @@ comments:
issue_term: # < url | pathname | title | ...>
# Giscus options › https://giscus.app
giscus:
repo: # <gh-username>/<repo>
repo: # guicaro/jekyll-theme-chirpy
repo_id:
category:
category_id:
Expand Down
5 changes: 5 additions & 0 deletions _data/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,8 @@ sille_bille:
name: Dinesh Prasanth Moluguwan Krishnamoorthy
twitter: dinesh_MKD
url: https://github.com/SilleBille/

guillermo:
name: Guillermo Cabrera
twitter: guicaro
url: https://guicaro.com
18 changes: 18 additions & 0 deletions _posts/2023-11-26-redis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
title: Using redis as a cache
date: 2023-11-26 21:04
categories: [Design, Cache]
tags: [redis] # TAG names should always be lowercase
author: guillermo
image:
path: /assets/img/post/cacheRedis.png
---

Testing in line `code`

> Here is a cool tip
{: .prompt-tip }

```bash
echo $HELLO;
```
Binary file added assets/img/avatarCsa.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/img/post/cacheRedis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 58a9475

Please sign in to comment.