|
5 | 5 | <head> |
6 | 6 | <meta charset="utf-8"> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=yes"> |
8 | | - <meta name="description" content="Eric Gitangu, Developer, Engineer and Critical thinker"> |
| 8 | + <meta name="description" content="Eric Gitangu's Tech Blog - Insights on AI, Systems Architecture, Software Engineering, and Cybersecurity"> |
9 | 9 | <meta name="author" content="Eric Gitangu"> |
10 | | - <meta property="og:title" content="Eric Gitangu [Deveric] - Blog"/> |
| 10 | + <meta name="keywords" content="software engineering, AI, machine learning, systems architecture, cybersecurity, Django, Python, React"> |
| 11 | + |
| 12 | + <!-- Open Graph / Facebook --> |
11 | 13 | <meta property="og:type" content="website"/> |
12 | | - <meta property="og:image" content="{% static 'avatar.jpg' %}"/> |
13 | | - <meta property="og:url" content="https://deveric-blog.azurewebsites.com/"/> |
14 | | - <meta property="og:description" content="Sharing insights on AI, ML, Cybersecurity, Blockchain, and more."/> |
15 | | - <link rel="icon" href="{% static 'favicon.ico' %}"/> |
| 14 | + <meta property="og:url" content="https://blog.ericgitangu.com/"/> |
| 15 | + <meta property="og:title" content="{% block og_title %}Eric Gitangu's Tech Blog{% endblock %}"/> |
| 16 | + <meta property="og:description" content="{% block og_description %}Insights on AI, Systems Architecture, Software Engineering, and Cybersecurity{% endblock %}"/> |
| 17 | + <meta property="og:image" content="https://blog.ericgitangu.com{% static 'og-image.png' %}"/> |
| 18 | + <meta property="og:image:width" content="1200"/> |
| 19 | + <meta property="og:image:height" content="630"/> |
| 20 | + |
| 21 | + <!-- Twitter --> |
| 22 | + <meta name="twitter:card" content="summary_large_image"/> |
| 23 | + <meta name="twitter:url" content="https://blog.ericgitangu.com/"/> |
| 24 | + <meta name="twitter:title" content="{% block twitter_title %}Eric Gitangu's Tech Blog{% endblock %}"/> |
| 25 | + <meta name="twitter:description" content="{% block twitter_description %}Insights on AI, Systems Architecture, Software Engineering, and Cybersecurity{% endblock %}"/> |
| 26 | + <meta name="twitter:image" content="https://blog.ericgitangu.com{% static 'twitter-card.png' %}"/> |
| 27 | + |
| 28 | + <!-- Favicon --> |
| 29 | + <link rel="icon" type="image/x-icon" href="{% static 'favicon.ico' %}"/> |
| 30 | + <link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon.png' %}"/> |
| 31 | + <link rel="apple-touch-icon" href="{% static 'favicon.png' %}"/> |
16 | 32 | <title>{% block title %}Eric Gitangu - Deveric's Blog{% endblock %}</title> |
17 | 33 | {% block css_files %}{% endblock %} |
18 | 34 |
|
|
0 commit comments