Skip to content

Commit

Permalink
add about and tf test post
Browse files Browse the repository at this point in the history
  • Loading branch information
SRodi committed Dec 1, 2023
1 parent aa22b6f commit fb2fda6
Show file tree
Hide file tree
Showing 6 changed files with 468 additions and 14 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -45,6 +45,14 @@ $ bundle

Please see the [theme's docs](https://github.com/cotes2020/jekyll-theme-chirpy#documentation).

## Running Local Server

You may want to preview the site contents before publishing, so just run it by:

```bash
bundle exec jekyll s
```

## License

This work is published under [MIT][mit] License.
Expand Down
2 changes: 2 additions & 0 deletions _data/authors.yml
@@ -0,0 +1,2 @@
srodi:
name: Simone Rodigari
25 changes: 13 additions & 12 deletions _data/share.yml
Expand Up @@ -2,23 +2,24 @@
# Icons from <https://fontawesome.com/>

platforms:
- type: Twitter
icon: "fa-brands fa-square-x-twitter"
link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"
- type: Linkedin
icon: "fab fa-linkedin"
link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"

- type: Facebook
icon: "fab fa-facebook-square"
link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"
# - type: Twitter
# icon: "fa-brands fa-square-x-twitter"
# link: "https://twitter.com/intent/tweet?text=TITLE&url=URL"

- type: Telegram
icon: "fab fa-telegram"
link: "https://t.me/share/url?url=URL&text=TITLE"
# - type: Facebook
# icon: "fab fa-facebook-square"
# link: "https://www.facebook.com/sharer/sharer.php?title=TITLE&u=URL"

# - type: Telegram
# icon: "fab fa-telegram"
# link: "https://t.me/share/url?url=URL&text=TITLE"

# Uncomment below if you need to.
#
# - type: Linkedin
# icon: "fab fa-linkedin"
# link: "https://www.linkedin.com/sharing/share-offsite/?url=URL"
#
# - type: Weibo
# icon: "fab fa-weibo"
Expand Down

0 comments on commit fb2fda6

Please sign in to comment.