Projects moved to a separate page, added Vivy 01
This commit is contained in:
parent
055a17b0a6
commit
de765436a3
@ -14,8 +14,8 @@ author: YameteTomete
|
|||||||
# --- List of links in the navigation bar --- #
|
# --- List of links in the navigation bar --- #
|
||||||
|
|
||||||
navbar-links:
|
navbar-links:
|
||||||
|
Projects: "https://poweris.moe/projects"
|
||||||
Symphogear Wiki: "https://wiki.poweris.moe/"
|
Symphogear Wiki: "https://wiki.poweris.moe/"
|
||||||
Symphogear XDU Player: "https://unlimited.poweris.moe/"
|
|
||||||
Friends:
|
Friends:
|
||||||
- Kaleido-subs: "https://kaleido.kageru.moe/"
|
- Kaleido-subs: "https://kaleido.kageru.moe/"
|
||||||
- Good Job! Media: "https://www.goodjobmedia.com/"
|
- Good Job! Media: "https://www.goodjobmedia.com/"
|
||||||
|
@ -1,78 +0,0 @@
|
|||||||
---
|
|
||||||
layout: post
|
|
||||||
title: Sample blog post
|
|
||||||
subtitle: Each post also has a subtitle
|
|
||||||
gh-repo: daattali/beautiful-jekyll
|
|
||||||
gh-badge: [star, fork, follow]
|
|
||||||
tags: [test]
|
|
||||||
comments: true
|
|
||||||
---
|
|
||||||
|
|
||||||
This is a demo post to show you how to write blog posts with markdown. I strongly encourage you to [take 5 minutes to learn how to write in markdown](https://markdowntutorial.com/) - it'll teach you how to transform regular text into bold/italics/headings/tables/etc.
|
|
||||||
|
|
||||||
**Here is some bold text**
|
|
||||||
|
|
||||||
## Here is a secondary heading
|
|
||||||
|
|
||||||
Here's a useless table:
|
|
||||||
|
|
||||||
| Number | Next number | Previous number |
|
|
||||||
| :------ |:--- | :--- |
|
|
||||||
| Five | Six | Four |
|
|
||||||
| Ten | Eleven | Nine |
|
|
||||||
| Seven | Eight | Six |
|
|
||||||
| Two | Three | One |
|
|
||||||
|
|
||||||
|
|
||||||
How about a yummy crepe?
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
It can also be centered!
|
|
||||||
|
|
||||||
{: .mx-auto.d-block :}
|
|
||||||
|
|
||||||
Here's a code chunk:
|
|
||||||
|
|
||||||
~~~
|
|
||||||
var foo = function(x) {
|
|
||||||
return(x + 5);
|
|
||||||
}
|
|
||||||
foo(3)
|
|
||||||
~~~
|
|
||||||
|
|
||||||
And here is the same code with syntax highlighting:
|
|
||||||
|
|
||||||
```javascript
|
|
||||||
var foo = function(x) {
|
|
||||||
return(x + 5);
|
|
||||||
}
|
|
||||||
foo(3)
|
|
||||||
```
|
|
||||||
|
|
||||||
And here is the same code yet again but with line numbers:
|
|
||||||
|
|
||||||
{% highlight javascript linenos %}
|
|
||||||
var foo = function(x) {
|
|
||||||
return(x + 5);
|
|
||||||
}
|
|
||||||
foo(3)
|
|
||||||
{% endhighlight %}
|
|
||||||
|
|
||||||
## Boxes
|
|
||||||
You can add notification, warning and error boxes like this:
|
|
||||||
|
|
||||||
### Notification
|
|
||||||
|
|
||||||
{: .box-note}
|
|
||||||
**Note:** This is a notification box.
|
|
||||||
|
|
||||||
### Warning
|
|
||||||
|
|
||||||
{: .box-warning}
|
|
||||||
**Warning:** This is a warning box.
|
|
||||||
|
|
||||||
### Error
|
|
||||||
|
|
||||||
{: .box-error}
|
|
||||||
**Error:** This is an error box.
|
|
13
_posts/2021-04-15-vivy-01.md
Normal file
13
_posts/2021-04-15-vivy-01.md
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
---
|
||||||
|
layout: post
|
||||||
|
title: Vivy: Fluorite Eye's Song - 01
|
||||||
|
tags: [Vivy]
|
||||||
|
comments: false
|
||||||
|
---
|
||||||
|
|
||||||
|
{: .mx-auto.d-block :}
|
||||||
|
|
||||||
|
Saving the world with songs? We're in.
|
||||||
|
|
||||||
|
**Links:** [Torrent](https://nyaa.si/view/1372338) | [Magnet](magnet:?xt=urn:btih:b86b0300d1d2edf1969a0e82492f98cf91246809&dn=%5BYameteTomete%5D%20Vivy%20-%20Fluorite%20Eye%27s%20Song%20-%2001%20%5B048B95EE%5D.mkv&tr=http%3A%2F%2Fnyaa.tracker.wf%3A7777%2Fannounce&tr=udp%3A%2F%2Fopen.stealth.si%3A80%2Fannounce&tr=udp%3A%2F%2Ftracker.opentrackr.org%3A1337%2Fannounce&tr=udp%3A%2F%2Fexodus.desync.com%3A6969%2Fannounce&tr=udp%3A%2F%2Ftracker.torrent.eu.org%3A451%2Fannounce) <br>
|
||||||
|
*For the best playback experience, use [mpv](https://mpv.io/) or [mpv.net](https://mpv-net.github.io/mpv.net-web-site/).*
|
BIN
assets/img/vivy.jpg
Normal file
BIN
assets/img/vivy.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 112 KiB |
BIN
assets/img/vivy_01.jpg
Normal file
BIN
assets/img/vivy_01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 259 KiB |
4
index.html
Normal file
4
index.html
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
layout: home
|
||||||
|
title: YameteTomete Translation Cooperative
|
||||||
|
---
|
@ -1,13 +1,13 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: YameteTomete Translation Cooperative
|
title: Projects
|
||||||
subtitle: YameteTomete Projects Page
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Project | Info |
|
| Project | Info |
|
||||||
| :--- | :--- |
|
| :--- | :--- |
|
||||||
|
|  | **Vivy: Fluorite Eye's Song** <br><br> **Status**: 01/13 <br> **Link**: [nyaa](https://nyaa.si/user/yametetomete?f=0&c=0_0&q=Vivy) <br><br> **Translation**: Aniplex / louis <br> **Editing**: louis <br> **Encoding**: louis <br> **Timing & Typesetting**: JohnnyZB <br> **Quality Control**: petzku|
|
||||||
|  | **Magia Record: Mahou Shoujo Madoka☆Magica Gaiden** <br><br> **Status**: TV complete, BD ongoing <br> **Link**: [nyaa](https://nyaa.si/user/yametetomete?f=0&c=0_0&q=Magia+Record) <br><br> **Translation**: Aniplex / louis <br> **Editing**: LightArrowsEXE / Jay (ED2) <br> **Encoding**: Vardë <br> **Timing & Typesetting**: JohnnyZB / iFanz (OP) <br> **Quality Control**: rcombs <br> **Lore Consultation**: Icebingo|
|
|  | **Magia Record: Mahou Shoujo Madoka☆Magica Gaiden** <br><br> **Status**: TV complete, BD ongoing <br> **Link**: [nyaa](https://nyaa.si/user/yametetomete?f=0&c=0_0&q=Magia+Record) <br><br> **Translation**: Aniplex / louis <br> **Editing**: LightArrowsEXE / Jay (ED2) <br> **Encoding**: Vardë <br> **Timing & Typesetting**: JohnnyZB / iFanz (OP) <br> **Quality Control**: rcombs <br> **Lore Consultation**: Icebingo|
|
||||||
|  | **Senki Zesshou Symphogear XV** <br><br> **Status**: Complete <br> **Link**: [nyaa](https://nyaa.si/view/1332479) <br><br> **Translation**: .o0 <br> **Translation Checking:** louis <br> **Editing**: Joe / Jay (Songs) <br> **Encoding**: louis <br> **Timing & Typesetting**: Chrysler / JohnnyZB (08, 13) <br> **Quality Control**: Sparkle / space dragoon |
|
|  | **Senki Zesshou Symphogear XV** <br><br> **Status**: Complete <br> **Link**: [nyaa](https://nyaa.si/view/1332479) <br><br> **Translation**: .o0 <br> **Translation Checking:** louis <br> **Editing**: Joe / Jay (Songs) <br> **Encoding**: louis <br> **Timing & Typesetting**: Chrysler / JohnnyZB (08, 13) <br> **Quality Control**: Sparkle / space dragoon |
|
||||||
|  | **Gekijouban Macross Delta - Gekijou no Walküre** <br><br> **Status**: Complete <br> **Link**: [nyaa](https://nyaa.si/view/1122499) <br><br> **Translation**: Official JP BD / .o0 (OVA) <br> **Translation Checking:** louis / JohnnyZB <br> **Editing**: louis (OVA) <br> **Encoding**: louis <br> **Timing & Typesetting**: JohnnyZB (Dialogue) / Chrysler (Songs, OVA) <br> **Quality Control**: louis / TotallyNotChris |
|
|  | **Gekijouban Macross Delta - Gekijou no Walküre** <br><br> **Status**: Complete <br> **Link**: [nyaa](https://nyaa.si/view/1122499) <br><br> **Translation**: Official JP BD / .o0 (OVA) <br> **Translation Checking:** louis / JohnnyZB <br> **Editing**: louis (OVA) <br> **Encoding**: louis <br> **Timing & Typesetting**: JohnnyZB (Dialogue) / Chrysler (Songs, OVA) <br> **Quality Control**: louis / TotallyNotChris |
|
Loading…
x
Reference in New Issue
Block a user