ssh root@taranathan.com 'cd /root/blog/ && git fetch --all && git reset --hard origin/main'
deploy-raw:
+ git push
ssh root@taranathan.com 'cd /root/blog/ && git fetch --all && git reset --hard origin/main'
<head>
<meta charset="utf-8">
- <title>first post - MyBlog</title>
+ <title>first post</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>gleam - MyBlog</title>
+ <title>gleam</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>Blog posts - MyBlog</title>
+ <title>Blog posts</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>second post - MyBlog</title>
+ <title>second post</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>first mini - MyBlog</title>
+ <title>first mini</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>gitweb! - MyBlog</title>
+ <title>gitweb!</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>Miniblog/journal posts - MyBlog</title>
+ <title>Miniblog/journal posts</title>
<link rel="icon" type="image/x-icon" href="https://taranathan.com/favicon.ico">
<link rel="stylesheet" href="https://taranathan.com/styles.css">
</head>
<head>
<meta charset="utf-8">
- <title>{% block title %}MyBlog{% endblock title %}</title>
+ <title>{% block title %}Blog{% endblock title %}</title>
<link rel="icon" type="image/x-icon" href="{{ get_url(path='favicon.ico') }}">
<link rel="stylesheet" href="{{ get_url(path='styles.css') }}">
</head>
{% extends "base.html" %}
-{% block title %}{{ page.title }} - MyBlog{% endblock title %}
+{% block title %}{{ page.title }}{% endblock title %}
{% block content %}
<article class="post">
{% extends "base.html" %}
-{% block title %}{{ section.title }} - MyBlog{% endblock title %}
+{% block title %}{{ section.title }}{% endblock title %}
{% block content %}
<h2 class="section-title">{{ section.title }}</h2>
{% extends "base.html" %}
-{% block title %}{{ page.title }} - MyBlog{% endblock title %}
+{% block title %}{{ page.title }}{% endblock title %}
{% block content %}
<article class="post miniblog-post">