Blog 12-27-21
1 Steam
1.1 Fallout New Vegas Ultimate Edition
I purchased Fallout New Vegas: Ultimate Edition from cdkeys after comparing prices at gg.deals. Rather than purchasing it directly from Steam this time, Cdkeys offered the best price.

Activate it on Steam without problem:

1.2 Winter Sale Dec 02 - Jan 05
I ordered some games that had been on my wish list for quite some time.


Steam Trading Card from this Winter Sale event:

height="894"
width="945"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Trading Cards</figcaption>
</figure>

height="95"
width="974"
style="display:block;height:auto;"></a><figcaption class="image-caption">My current level</figcaption>
</figure>

height="720"
width="881"
style="display:block;height:auto;"></a><figcaption class="image-caption">Crafting Badge</figcaption>
</figure>

height="163"
width="957"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Award 2021 - Level 1</figcaption>
</figure>

height="677"
width="849"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Award 2021 - Level 2</figcaption>
</figure>

height="158"
width="942"
style="display:block;height:auto;"></a><figcaption class="image-caption">to Level 3</figcaption>
</figure>

height="726"
width="887"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Award 2021 - Level 3</figcaption>
</figure>

height="201"
width="965"
style="display:block;height:auto;"></a><figcaption class="image-caption">to Level 4</figcaption>
</figure>

height="823"
width="849"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Award 2021 - Level 4</figcaption>
</figure>
Rinse and repeat… until reaching level 37. My wallet is in pain.

height="823"
width="849"
style="display:block;height:auto;"></a><figcaption class="image-caption">Steam Award 2021 - Level 7</figcaption>
</figure>
2 DoIt Theme ~ Major Update with Aplayer Shortcode
2.1 Sidebar
https://github.com/HEIGE-PCloud/DoIt/pull/426
[params.page]
# whether to enable the fontawesome extended syntax
fontawesome = true
# whether to show the full text content in RSS
rssFullText = false
# Page style ("normal", "wide")
pageStyle = "normal"
# whether to enable series navigation
seriesNavigation = true
[params.page.toc]
# whether to enable the table of the contents
enable = true
# whether to keep the static table of the contents in front of the post
keepStatic = false
# whether to make the table of the contents in the sidebar automatically collapsed
auto = true
Since the last update, it’s necessary to add [params.page.toc]
to config.toml
or the sidebar will not display.
2.2 Aplayer
https://github.com/HEIGE-PCloud/DoIt/pull/406
of DoIt Theme added
aplayer
shortcode for more advanced controls (custom playlist, mini mode, custom audio type…) over the music player.
You can use the aplayer
shortcode along with the audio
shortcode to reach full power of APlayer.js.
The aplayer
shortcode is used to create an APlayer
instance, and the audio
shortcode is used to store data about each music file. Please refer to APlayer.js documentation for all options.
Example aplayer
and audio
input:
{{< aplayer fixed=false mini=false autoplay=false theme="#b7daff" loop="all" order="list" preload="auto" volume=0.7 mutex=true lrcType=1 listFolded=false listMaxHeight="" storageName="aplayer-setting" >}}
{{< audio name="Song1" artist="Artist1" url="/music/song1.mp3" cover="/images/music.webp" >}}
{{< /audio >}}
{{< audio name="Song2" artist="Artist2" url="/music/song2.mp3" cover="/images/music.webp" >}}
[00:00.00]APlayer audio1
[00:04.01]is
[00:08.02]amazing
{{< /audio >}}
{{< /aplayer >}}
Example:
Also see Music Test