1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Netlify の使い方

Last updated at Posted at 2023-06-20

Netlify で次のページをデプロイします。
image.png

データの用意

フォルダー構造

$ tree hello
hello
└── index.html
mkdir hello
cd hello
touch index.html
index.html
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<title>Hello</title>
</head>
<body>
<blockquote>
<h2>Hello</h2>
	<blockquote>
	<p>こんにちは</p>
	</blockquote>
</blockquote>
<hr />
Jun/21/2023 AM 07:00<br />
</body>
</html>

注意

シンボリックリンクは使えません。
フォルダー名は何でも構いません。

Netlify へアップロード

hello というフォルダーを 'deploy manualy' へドラッグします。

image.png

image.png

ブラウザーでアクセス

URL が表示されるので、ブラウザーでアクセス

image.png

ページの更新

Deploys で、フォルダー毎、ドラッグアンドドロップをします。

     Need to update your site?
Drag and drop your site output folder here

       Or, browse to upload

image.png

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?