Projects moved to a separate page, added Vivy 01
This commit is contained in:
parent
055a17b0a6
commit
de765436a3
7 changed files with 20 additions and 81 deletions
|
@ -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/).*
|
Loading…
Add table
Add a link
Reference in a new issue