diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index c2927ad..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "themes/relearn"] - path = themes/relearn - url = https://github.com/McShelby/hugo-theme-relearn.git diff --git a/config.toml b/config.toml index b08f5ec..87df766 100644 --- a/config.toml +++ b/config.toml @@ -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 = " GitHub repository" url = "https://github.com/MarcRiera/ddgo-controller-docs" weight = 3 + + +[module] + [[module.imports]] + path = 'github.com/McShelby/hugo-theme-relearn' diff --git a/content/software_other/switch/japanmemnanki/_index.md b/content/software_other/switch/japanmemnanki/_index.md new file mode 100644 index 0000000..f5deafe --- /dev/null +++ b/content/software_other/switch/japanmemnanki/_index.md @@ -0,0 +1,6 @@ +--- +title: "Japanese Rail Sim Memorial: JR Central Kiha 85 Limited Express Nanki" +weight: 8 +--- + +{{% software-page "switch_japanmemnanki" %}} diff --git a/data/software.yml b/data/software.yml index a0f532c..e48d6e5 100644 --- a/data/software.yml +++ b/data/software.yml @@ -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 山陽新幹線編" diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..0451171 --- /dev/null +++ b/go.mod @@ -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 diff --git a/go.sum b/go.sum new file mode 100644 index 0000000..dce9a7b --- /dev/null +++ b/go.sum @@ -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= diff --git a/static/images/software/switch_japanmemnanki.jpg b/static/images/software/switch_japanmemnanki.jpg new file mode 100644 index 0000000..123116e Binary files /dev/null and b/static/images/software/switch_japanmemnanki.jpg differ diff --git a/themes/relearn b/themes/relearn deleted file mode 160000 index f051b63..0000000 --- a/themes/relearn +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f051b63b6d67aa8ec4e23d485e2f57800806319f