Skip to content

Initial jukebox and intro blurb #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Jan 4, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions _authors/yardasol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
short_name: yardasol
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fine for now, but we'll need to change this later

name: Yardas Ol
position: Writer
---
placeholder
10 changes: 4 additions & 6 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
- name: Home
link: /
- name: About
link: /about.html
- name: Blog
link: /blog.html
- name: Staff
link: /staff.html
- name: News
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

much cleaner. Very likely to change in the future.

link: /news.html
- name: Archives
link: /archives.html
2 changes: 2 additions & 0 deletions _data/people.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- name: yardasol
description: '[yardasol] is the creator of this website'
12 changes: 12 additions & 0 deletions _includes/spotifyplaylist.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- <div class="embed-spotify"> -->
<iframe src="https://open.spotify.com/embed/user/{{ include.id }}"
width="380"
height="280"
frameborder="0"
allowtransparency="true"
allow="encrypted-media"
webkitallowfullscreen
mozallowfullscreen
allowfullscreen>
</iframe>
<!-- </div> -->
6 changes: 6 additions & 0 deletions _posts/2022-01-04-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
author: yardasol
---
Welcome to GXCTFAA!

This is a test of the News page. I anticipate this will be a blog-style page with different posts. If you care to look, there's a Locker Room Jukebox page up and running now. Go take a look at it! Hope you enjoy!
16 changes: 16 additions & 0 deletions _sass/_spotify-embed.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
.embed-spotify {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

from andriannp/spotify-embed-on-Jekyll

position: relative;
padding-bottom: 100%;
height: 0;
overflow: hidden;
max-width: 100%;
}

.embed-spotify iframe, .embed-spotify object, .embed-spotify embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

6 changes: 0 additions & 6 deletions about.md

This file was deleted.

6 changes: 6 additions & 0 deletions archives.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: default
---

[Locker Room Jukebox](/archives/jukebox.html)

9 changes: 9 additions & 0 deletions archives/jukebox.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Jukebox
orangedisc: spotify/playlist/3e7vLLiv8elW1wecFThu0d
spring2013: spotify/playlist/4YLtiX8FxP5L2BFrZNaBme
---
# Jukebox page

{% include spotifyplaylist.html id=page.orangedisc %}
{% include spotifyplaylist.html id=page.spring2013 %}
10 changes: 10 additions & 0 deletions archives/people.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: People
---

{% for person in site.data.people %}* ### [{{ person.name }}]

{{ person.description | markdownity }}


{% endfor %}
1 change: 1 addition & 0 deletions assets/css/styles.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
---
@import "main";
@import "spotify-embed";
13 changes: 0 additions & 13 deletions blog.html

This file was deleted.

4 changes: 0 additions & 4 deletions index.html

This file was deleted.

13 changes: 13 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: GXCTFAA | Grinnell Cross Country, Track & Field Alumni Association
---
# Grinnell Cross Country, Track & Field Alumni Association
Welcome to the webpage of the Grinnell Cross Country, Track, & Field Alumni Association. I hope that one day this website will serve as a semi-historical resource for current and alumni athletes of the XC and T&F programs to learn about the history of the program. For example, there should a page to look at scans of previous yearbooks, lists of quotes, routes, workouts, photos, videos, playlists, and so on and so forth.

As you can see, it is quite barebones right now. I haven't even formatted anything yet. I plan to get most of the development underway within the next year before I'm so far removed from the institution as to not have any contacts there anymore.

Feel free to browse around what's here right now, and pop an issue in the tracker on the github page if you have an idea or want to help out.

Many thanks,,

[yardasol]
8 changes: 8 additions & 0 deletions news.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
title: News
---

{% for post in site.posts %}* ## [{{ post.date | date_to_string }} - {{ post.title }}]({{ post.url }})

{{ post.excerpt }}
{% endfor %}
14 changes: 0 additions & 14 deletions staff.html

This file was deleted.