Skip to content

Commit

Permalink
Merge pull request #32 from gitMiloTilo/testing
Browse files Browse the repository at this point in the history
merged
  • Loading branch information
WindowsMeosu authored Oct 9, 2022
2 parents bc86b14 + 16ad0c0 commit 15eeac9
Show file tree
Hide file tree
Showing 6 changed files with 126 additions and 9 deletions.
61 changes: 61 additions & 0 deletions _layouts/home.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
layout: default
---

<div class="home">
{%- if page.title -%}
<h1 class="page-heading">{{ page.title }}</h1>
{%- endif -%}

{{ content }}


{% if site.paginate %}
{% assign posts = paginator.posts %}
{% else %}
{% assign posts = site.posts %}
{% endif %}


{%- if posts.size > 0 -%}
{%- if page.list_title -%}
<h2 class="post-list-heading">{{ page.list_title }}</h2>
{%- endif -%}
<ul class="post-list">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
{%- for post in posts -%}
<li>
<span class="post-meta">{{ post.date | date: date_format }}</span>
<h3>
<a class="post-link" href="{{ post.url | relative_url }}">
{{ post.title | escape }}
</a>
</h3>
{%- if site.show_excerpts -%}
{{ post.excerpt }}
{%- endif -%}
</li>
{%- endfor -%}
</ul>

{% if site.paginate %}
<div class="pager">
<ul class="pagination">
{%- if paginator.previous_page %}
<li><a href="{{ paginator.previous_page_path | relative_url }}" class="previous-page">{{ paginator.previous_page }}</a></li>
{%- else %}
<li><div class="pager-edge"></div></li>
{%- endif %}
<li><div class="current-page">{{ paginator.page }}</div></li>
{%- if paginator.next_page %}
<li><a href="{{ paginator.next_page_path | relative_url }}" class="next-page">{{ paginator.next_page }}</a></li>
{%- else %}
<li><div class="pager-edge"></div></li>
{%- endif %}
</ul>
</div>
{%- endif %}

{%- endif -%}

</div>
14 changes: 14 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
layout: default
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title | escape }}</h1>
</header>

<div class="post-content">
{{ content }}
</div>

</article>
38 changes: 38 additions & 0 deletions _layouts/post.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
layout: default
---
<article class="post h-entry" itemscope itemtype="http://schema.org/BlogPosting">

<header class="post-header">
<h1 class="post-title p-name" itemprop="name headline">{{ page.title | escape }}</h1>
<p class="post-meta">
{%- assign date_format = site.minima.date_format | default: "%b %-d, %Y" -%}
<time class="dt-published" datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
{{ page.date | date: date_format }}
</time>
{%- if page.modified_date -%}
~
{%- assign mdate = page.modified_date | date_to_xmlschema -%}
<time class="dt-modified" datetime="{{ mdate }}" itemprop="dateModified">
{{ mdate | date: date_format }}
</time>
{%- endif -%}
{%- if page.author -%}
• {% for author in page.author %}
<span itemprop="author" itemscope itemtype="http://schema.org/Person">
<span class="p-author h-card" itemprop="name">{{ author }}</span></span>
{%- if forloop.last == false %}, {% endif -%}
{% endfor %}
{%- endif -%}</p>
</header>

<div class="post-content e-content" itemprop="articleBody">
{{ content }}
</div>

{%- if site.disqus.shortname -%}
{%- include disqus_comments.html -%}
{%- endif -%}

<a class="u-url" href="{{ page.url | relative_url }}" hidden></a>
</article>
7 changes: 3 additions & 4 deletions _posts/2007-08-28-users:peppy.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<!DOCTYPE html>
ID:2
_____________
<s>this page is a stub, feel free to add on to any anything</s>
<h1>peppy</h1>
</s>this page is a stub, feel free to add on to any anything</s>
# peppy
peppy is the creator of osu!(stable/beta/cutting-edge), osu!stream, and osu!lazer.
<h2>History</h2>
## History ##
peppy, inspired by the <i>Osu! Tatakae! Ouendan</i> series publicly launched osu! (not created) on Sept. 17 2007.<a href='https://osu.ppy.sh/wiki/en/History_of_osu%21/2007#september'>[1]</a>
The IRC (Internet Relay Chat) was launched at some point in December.<a href='https://osu.ppy.sh/wiki/en/History_of_osu%21/2007#november'>[1]</a>
(which could be connected via a IRC client at cho.ppy.sh or irc.ppy.sh).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!DOCTYPE html>
MAPID:1 (#1, 75th ranked beatmap)
#### MAPID:75 (SetID:1 MapID:75; 1st uploaded beatmap)
_____________
<s>this page is a stub, feel free to add on to any anything</s>
<h1>Disco Prince</h1>
# 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."
<h2>Notes</h2>
<p> The first beatmap uploaded is Disco Prince, the first beatmap made for osu! was Ai Uta. (https://osu.ppy.sh/beatmapsets/1184#osu/16717) </p>
## 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) </p>
5 changes: 5 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 15eeac9

Please sign in to comment.