www.mtkn.jp

Manuscripts for my personal webpage.
git clone https://git.mtkn.jp/www.mtkn.jp
Log | Files | Refs | README

commit 3e8b19a3734702553809cc310eecc44bb53d867f
parent cd74746480858a05b87a4e3b4fc47b460dbf9b8b
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Fri, 19 Feb 2021 18:14:36 +0900

change font

Diffstat:
Mstatic/base.css | 1+
Mtemplates/base.html | 2+-
Mwww/pages/404.html | 2+-
Mwww/pages/about.html | 2+-
Mwww/pages/blog_index.html | 2+-
Mwww/posts/20200719-first-post/content.html | 2+-
Mwww/posts/20200723-html-post/content.html | 2+-
Mwww/posts/20200725-simple-website/content.html | 2+-
Mwww/posts/20200727-daily-routine/content.html | 2+-
Mwww/posts/20200801-django-fired/content.html | 2+-
Mwww/posts/20200802-todays-dinner/content.html | 2+-
Mwww/posts/20200804-test-from-local-machine/content.html | 2+-
Mwww/posts/20200808-fridge-and-rich-life/content.html | 2+-
Mwww/posts/20200917-python-fired/content.html | 2+-
Mwww/posts/20200918-my-job/content.html | 2+-
Mwww/posts/20200919-factory-tour/content.html | 2+-
Mwww/posts/20200925-rsync-test/content.html | 2+-
Mwww/posts/20200926-ssl/content.html | 2+-
Mwww/posts/20201003-what-to-do/content.html | 2+-
Mwww/posts/20201201-hatake/content.html | 2+-
Mwww/posts/20201202-tamanegi/content.html | 2+-
Mwww/posts/20201209-hatake/content.html | 2+-
Mwww/posts/20201210-komatsuna/content.html | 2+-
Mwww/posts/20210106-x220-test/content.html | 2+-
Mwww/static/base.css | 1+
25 files changed, 25 insertions(+), 23 deletions(-)

diff --git a/static/base.css b/static/base.css @@ -1,5 +1,6 @@ html { background-color: #1b1b1b; + font-family: serif; } a { diff --git a/templates/base.html b/templates/base.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/pages/404.html b/www/pages/404.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/pages/about.html b/www/pages/about.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/pages/blog_index.html b/www/pages/blog_index.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200719-first-post/content.html b/www/posts/20200719-first-post/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200723-html-post/content.html b/www/posts/20200723-html-post/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200725-simple-website/content.html b/www/posts/20200725-simple-website/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200727-daily-routine/content.html b/www/posts/20200727-daily-routine/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200801-django-fired/content.html b/www/posts/20200801-django-fired/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200802-todays-dinner/content.html b/www/posts/20200802-todays-dinner/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200804-test-from-local-machine/content.html b/www/posts/20200804-test-from-local-machine/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200808-fridge-and-rich-life/content.html b/www/posts/20200808-fridge-and-rich-life/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200917-python-fired/content.html b/www/posts/20200917-python-fired/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200918-my-job/content.html b/www/posts/20200918-my-job/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200919-factory-tour/content.html b/www/posts/20200919-factory-tour/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200925-rsync-test/content.html b/www/posts/20200925-rsync-test/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20200926-ssl/content.html b/www/posts/20200926-ssl/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20201003-what-to-do/content.html b/www/posts/20201003-what-to-do/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20201201-hatake/content.html b/www/posts/20201201-hatake/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20201202-tamanegi/content.html b/www/posts/20201202-tamanegi/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20201209-hatake/content.html b/www/posts/20201209-hatake/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20201210-komatsuna/content.html b/www/posts/20201210-komatsuna/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/posts/20210106-x220-test/content.html b/www/posts/20210106-x220-test/content.html @@ -4,7 +4,7 @@ <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <link rel="stylesheet" type="text/css" href="/static/base.css" /> - <title>吾唯知足</title> + <title>はつかぜ</title> </head> <body> <header> diff --git a/www/static/base.css b/www/static/base.css @@ -1,5 +1,6 @@ html { background-color: #1b1b1b; + font-family: serif; } a {