mirror of
https://github.com/marcriera/ddgo-controller-docs.git
synced 2025-04-04 12:09:28 +02:00
Add Japanese Rail Sim Memorial
This commit is contained in:
parent
b807252966
commit
de39255ace
8 changed files with 48 additions and 6 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "themes/relearn"]
|
||||
path = themes/relearn
|
||||
url = https://github.com/McShelby/hugo-theme-relearn.git
|
|
@ -1,7 +1,6 @@
|
|||
baseURL = "https://marcriera.github.io/ddgo-controller-docs"
|
||||
languageCode = "en-us"
|
||||
title = "Densha de GO! controller documentation"
|
||||
theme = "relearn"
|
||||
canonifyURLs = true
|
||||
|
||||
[params]
|
||||
|
@ -31,3 +30,8 @@ weight = 1
|
|||
name = "<i class='fab fa-fw fa-github'></i> GitHub repository"
|
||||
url = "https://github.com/MarcRiera/ddgo-controller-docs"
|
||||
weight = 3
|
||||
|
||||
|
||||
[module]
|
||||
[[module.imports]]
|
||||
path = 'github.com/McShelby/hugo-theme-relearn'
|
||||
|
|
6
content/software_other/switch/japanmemnanki/_index.md
Normal file
6
content/software_other/switch/japanmemnanki/_index.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
title: "Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki"
|
||||
weight: 8
|
||||
---
|
||||
|
||||
{{% software-page "switch_japanmemnanki" %}}
|
|
@ -818,7 +818,7 @@ switch_japanexhakone:
|
|||
name: "Japanese Rail Sim Hakone"
|
||||
namejp: "鉄道にっぽん!路線たびEX 登山電車 小田急箱根編"
|
||||
date: 2024-09-19
|
||||
code: ""
|
||||
code: "HAC-P-BKFUA"
|
||||
platform: switch
|
||||
image: "switch_japanexhakone.jpg"
|
||||
ref: "/software_other/switch/japanexhakone"
|
||||
|
@ -843,6 +843,35 @@ switch_japanexhakone:
|
|||
unofficial: yes
|
||||
adapter: titan
|
||||
|
||||
switch_japanmemnanki:
|
||||
name: "Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki"
|
||||
namejp: "鉄道にっぽん!メモリアル JR東海 キハ85 特急南紀 編"
|
||||
date: 2024-12-19
|
||||
code: "HAC-P-BLUSA"
|
||||
platform: switch
|
||||
image: "switch_japanmemnanki.jpg"
|
||||
ref: "/software_other/switch/japanmemnanki"
|
||||
controllers:
|
||||
- model: dgoc44u
|
||||
unofficial: yes
|
||||
adapter: titan
|
||||
- model: tcpp20001
|
||||
unofficial: yes
|
||||
notes: "Requires USB adapter."
|
||||
adapter: titan
|
||||
- model: tcpp20002
|
||||
unofficial: yes
|
||||
notes: "Requires USB adapter."
|
||||
adapter: titan
|
||||
- model: slph00051
|
||||
unofficial: yes
|
||||
notes: "Requires USB adapter."
|
||||
adapter: titan
|
||||
- model: zkns001
|
||||
- model: ohcpc01
|
||||
unofficial: yes
|
||||
adapter: titan
|
||||
|
||||
wii_shinkansen:
|
||||
name: "Densha de GO! Shinkansen EX San'yō Shinkansen-hen"
|
||||
namejp: "電車でGO!新幹線EX 山陽新幹線編"
|
||||
|
|
5
go.mod
Normal file
5
go.mod
Normal file
|
@ -0,0 +1,5 @@
|
|||
module github.com/marcriera/ddgo-controller-docs
|
||||
|
||||
go 1.23.4
|
||||
|
||||
require github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa // indirect
|
2
go.sum
Normal file
2
go.sum
Normal file
|
@ -0,0 +1,2 @@
|
|||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa h1:G+OnMEzK4XOzbbcf1SmaGyOYJ0h5idp/IJdguWs8ioU=
|
||||
github.com/McShelby/hugo-theme-relearn v0.0.0-20250103114405-80e448e5bdaa/go.mod h1:mKQQdxZNIlLvAj8X3tMq+RzntIJSr9z7XdzuMomt0IM=
|
BIN
static/images/software/switch_japanmemnanki.jpg
Normal file
BIN
static/images/software/switch_japanmemnanki.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 395 KiB |
|
@ -1 +0,0 @@
|
|||
Subproject commit f051b63b6d67aa8ec4e23d485e2f57800806319f
|
Loading…
Add table
Reference in a new issue