-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fef7dd2
commit bf5d1a2
Showing
22 changed files
with
1,183 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
+++ | ||
title = '{{ replace .File.ContentBaseName "-" " " | title }}' | ||
date = {{ .Date }} | ||
draft = true | ||
draft = false | ||
+++ | ||
|
||
あいうえお |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
+++ | ||
title = '何のサイト?' | ||
date = 2024-03-29T00:41:54+09:00 | ||
draft = false | ||
+++ | ||
|
||
# 目的 | ||
- サイトを作って、作って、作りまくる場所 | ||
- 色々な方法でサイトを作って、webへの理解を深める。 | ||
|
||
# なにやるの? | ||
以下のリンク参照 | ||
|
||
## _*がんばるぞ〜*_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
+++ | ||
title = '作成したサイト' | ||
date = 2024-03-29T01:41:54+09:00 | ||
draft = false | ||
+++ | ||
|
||
## Lv.0 | ||
- Hugo でサイトを作成 | ||
- GitHub Pages でサイトを公開 | ||
|
||
|
||
[作成完了](https://genchan-omega.github.io/practice_site/) | ||
|
||
## Lv.1 | ||
- Hugo でサイトを作成 | ||
- Netlify でサイトを公開 | ||
|
||
|
||
Coming soon... |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
baseURL = 'https://genchan-omega.github.io/practice_site/' | ||
languageCode = 'ja' | ||
title = 'おすすめアニメ紹介' | ||
title = 'お遊びサイト作成練習場所' | ||
theme = 'ananke' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>Categories on おすすめアニメ紹介</title> | ||
<link>http://localhost:1313/practice_site/categories/</link> | ||
<description>Recent content in Categories on おすすめアニメ紹介</description> | ||
<title>Categories on お遊びサイト作成練習場所</title> | ||
<link>https://genchan-omega.github.io/practice_site/categories/</link> | ||
<description>Recent content in Categories on お遊びサイト作成練習場所</description> | ||
<generator>Hugo</generator> | ||
<language>ja</language> | ||
<atom:link href="http://localhost:1313/practice_site/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
<atom:link href="https://genchan-omega.github.io/practice_site/categories/index.xml" rel="self" type="application/rss+xml" /> | ||
</channel> | ||
</rss> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,33 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> | ||
<channel> | ||
<title>おすすめアニメ紹介</title> | ||
<link>http://localhost:1313/practice_site/</link> | ||
<description>Recent content on おすすめアニメ紹介</description> | ||
<title>お遊びサイト作成練習場所</title> | ||
<link>https://genchan-omega.github.io/practice_site/</link> | ||
<description>Recent content on お遊びサイト作成練習場所</description> | ||
<generator>Hugo</generator> | ||
<language>ja</language> | ||
<lastBuildDate>Fri, 29 Mar 2024 18:41:54 +0900</lastBuildDate> | ||
<atom:link href="http://localhost:1313/practice_site/index.xml" rel="self" type="application/rss+xml" /> | ||
<atom:link href="https://genchan-omega.github.io/practice_site/index.xml" rel="self" type="application/rss+xml" /> | ||
<item> | ||
<title>殿堂入りアニメ</title> | ||
<link>http://localhost:1313/practice_site/posts/my-first-post/</link> | ||
<link>https://genchan-omega.github.io/practice_site/posts/post_3/</link> | ||
<pubDate>Fri, 29 Mar 2024 18:41:54 +0900</pubDate> | ||
<guid>http://localhost:1313/practice_site/posts/my-first-post/</guid> | ||
<guid>https://genchan-omega.github.io/practice_site/posts/post_3/</guid> | ||
<description>アニメ紹介 最近見たアニメで良かったものをピックアップしていきます。
ぼっちざろっく 映画 ぼっちざろっく はもう見ましたか?
全人類が見るべき、最高の作品です。
絶対に観に行きましょう。
ガールズバンドクライ ニーナがとてもロックロックしていて面白い作品です。
笑いあり、涙あり、ラストライブは目を離せません。
まだ見ていない人はもったいない!ぜひ見よう。</description> | ||
</item> | ||
<item> | ||
<title>作成したサイト</title> | ||
<link>https://genchan-omega.github.io/practice_site/posts/post_2/</link> | ||
<pubDate>Fri, 29 Mar 2024 01:41:54 +0900</pubDate> | ||
<guid>https://genchan-omega.github.io/practice_site/posts/post_2/</guid> | ||
<description>Lv.0 Hugo でサイトを作成 GitHub Pages でサイトを公開 作成完了
Lv.1 Hugo でサイトを作成 Netlify でサイトを公開 Coming soon&hellip;</description> | ||
</item> | ||
<item> | ||
<title>何のサイト?</title> | ||
<link>https://genchan-omega.github.io/practice_site/posts/post_1/</link> | ||
<pubDate>Fri, 29 Mar 2024 00:41:54 +0900</pubDate> | ||
<guid>https://genchan-omega.github.io/practice_site/posts/post_1/</guid> | ||
<description>目的 サイトを作って、作って、作りまくる場所 色々な方法でサイトを作って、webへの理解を深める。 なにやるの? 以下のリンク参照
がんばるぞ〜 </description> | ||
</item> | ||
</channel> | ||
</rss> |
Oops, something went wrong.