summaryrefslogtreecommitdiff
path: root/blog/dst/a/git_server_with_cgit.html
diff options
context:
space:
mode:
authorDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:56:24 -0600
committerDavid Luevano Alvarado <david@luevano.xyz>2021-06-05 03:56:24 -0600
commit8aed7291d95070d8dbb8ce322de4108918c0f8f1 (patch)
tree68fb197617f3157ca3e36a28e4b889ca13e4f36b /blog/dst/a/git_server_with_cgit.html
parent0e91926ff40b3df1914375165633bb703c176558 (diff)
add og support
Diffstat (limited to 'blog/dst/a/git_server_with_cgit.html')
-rw-r--r--blog/dst/a/git_server_with_cgit.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/blog/dst/a/git_server_with_cgit.html b/blog/dst/a/git_server_with_cgit.html
index 0813c84..43584fa 100644
--- a/blog/dst/a/git_server_with_cgit.html
+++ b/blog/dst/a/git_server_with_cgit.html
@@ -1,10 +1,12 @@
<!DOCTYPE html>
-<html lang="en">
+<html lang="en"
+ prefix="og: https://ogp.me/ns#">
<head>
<base href="https://static.luevano.xyz">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog</title>
+ <meta name="description" content"How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot."/>
<link rel="alternate" type="application/rss+xml" href="https://blog.luevano.xyz/rss.xml" title="Luévano's Blog RSS">
<link rel="icon" href="images/icons/favicon.ico">
@@ -21,6 +23,15 @@
<script type="text/javascript" src="scripts/theme.js"></script>
<link id="theme-css" rel="stylesheet" type="text/css" href="css/dark.css">
<link id="code-theme-css" rel="stylesheet" type="text/css" href="hl/styles/solarized-dark.min.css">
+
+ <!-- og meta -->
+ <meta property="og:title" content="Create a git server and setup cgit web app (on Nginx) -- Luévano's Blog"/>
+ <meta property="og:type" content="article"/>
+ <meta property="og:url" content="https://blog.luevano.xyz/a/git_server_with_cgit.html"/>
+ <meta property="og:image" content="https://static.luevano.xyz//images/b/default.png"/>
+ <meta property="og:description" content="How to create a git server using cgit on a server running Nginx. This is a follow up on post about creating a website with Nginx and Certbot."/>
+ <meta property="og:locale" content="en"/>
+ <meta property="og:site_name" content="Luévano's Blog"/>
</head>
<body>