Apacheをすぐに使いたい

いますぐHTTPサーバが欲しい! 今すぐ! HTTPサーバ欲しい! という時ありますよね? HTTPサーバーと言えばApache! ワシはApache

NetlifyでGoogleDomeinsを使う

自分が持っているドメインをNetlifyに設定するとき GoogleDomeins で管理しているドメインを設定するときにちょっと迷ったのでメモ GoogleDomain

netlify-cms の導入

netlyfy cms を導入したときのメモ index.htmlを作成します 1 2 $ mkdir mysite/static/admin/ $ vi mysite/static/admin/index.html index.html 1 2 3 4 5 6 7 8 9 10 11 12 <!doctype html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>Content Manager</title> </head> <body> <!-- Include the script that