diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..622b5e1 --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,61 @@ +--- +layout: default +--- + +
+ {%- if page.title -%} +

{{ page.title }}

+ {%- endif -%} + + {{ content }} + + + {% if site.paginate %} + {% assign posts = paginator.posts %} + {% else %} + {% assign posts = site.posts %} + {% endif %} + + + {%- if posts.size > 0 -%} + {%- if page.list_title -%} +

{{ page.list_title }}

+ {%- endif -%} + + + {% if site.paginate %} +
+ +
+ {%- endif %} + + {%- endif -%} + +
diff --git a/_layouts/page.html b/_layouts/page.html new file mode 100644 index 0000000..01e4b2a --- /dev/null +++ b/_layouts/page.html @@ -0,0 +1,14 @@ +--- +layout: default +--- +
+ +
+

{{ page.title | escape }}

+
+ +
+ {{ content }} +
+ +
diff --git a/_layouts/post.html b/_layouts/post.html new file mode 100644 index 0000000..c9a03be --- /dev/null +++ b/_layouts/post.html @@ -0,0 +1,38 @@ +--- +layout: default +--- +
+ +
+

{{ page.title | escape }}

+ +
+ +
+ {{ content }} +
+ + {%- if site.disqus.shortname -%} + {%- include disqus_comments.html -%} + {%- endif -%} + + +
diff --git a/_posts/2007-08-28-users:peppy.md b/_posts/2007-08-28-users:peppy.md index 1051ced..874cb6a 100644 --- a/_posts/2007-08-28-users:peppy.md +++ b/_posts/2007-08-28-users:peppy.md @@ -1,10 +1,9 @@ - ID:2 _____________ -this page is a stub, feel free to add on to any anything -

peppy

+this page is a stub, feel free to add on to any anything +# peppy peppy is the creator of osu!(stable/beta/cutting-edge), osu!stream, and osu!lazer. -

History

+## History ## peppy, inspired by the Osu! Tatakae! Ouendan series publicly launched osu! (not created) on Sept. 17 2007.[1] The IRC (Internet Relay Chat) was launched at some point in December.[1] (which could be connected via a IRC client at cho.ppy.sh or irc.ppy.sh). diff --git a/_posts/2007-10-06-maps:disco-prince.md b/_posts/2007-10-06-maps:Disco Prince.md similarity index 54% rename from _posts/2007-10-06-maps:disco-prince.md rename to _posts/2007-10-06-maps:Disco Prince.md index 1ae8e9a..cc5c113 100644 --- a/_posts/2007-10-06-maps:disco-prince.md +++ b/_posts/2007-10-06-maps:Disco Prince.md @@ -1,8 +1,8 @@ - -MAPID:1 (#1, 75th ranked beatmap) +#### MAPID:75 (SetID:1 MapID:75; 1st uploaded beatmap) _____________ this page is a stub, feel free to add on to any anything -

Disco Prince

+# Disco Prince + Disco Prince was the first map uploaded with the beatmap submission system, (not the first map to be created with the osu! editor). The mapper is peppy, and the file format is "osu file format v3." -

Notes

-

The first beatmap uploaded is Disco Prince, the first beatmap made for osu! was Ai Uta. (https://osu.ppy.sh/beatmapsets/1184#osu/16717)

+## Notes +The first beatmap uploaded is Disco Prince, the first beatmap made for osu! was Ai Uta. (https://osu.ppy.sh/beatmapsets/1184#osu/16717)

diff --git a/changelog.md b/changelog.md index 9a5a5da..5c2687f 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +## peppypedia ver 0.2.6.4 (0.2.6) +#### Open Beta +#### 10/09/2022 +* pages now available +* pages should sort by player/map date. ## peppypedia ver 0.2.6.3 (0.2.6) #### Open Beta #### 10/09/2022