{{ define "header" }} {{ partial "homepage/hero" . }} Getting Started How to get up and running with games Reverse Engineering Learn the Switch hardware and software stack Homebrew Apps Resources to get started with Switch homebrew {{ end }} {{ define "main" }} {{ range first 2 (where (where .Site.RegularPages ".Params.twitter" "==" nil) "Type" "entry") }} {{ partial "entry/summary" . }} {{ end }} {{ range first 4 (where (where .Site.RegularPages ".Params.twitter" "!=" nil) "Type" "entry") }} {{ partial "entry/summary" . }} {{ end }} View more posts {{ end }}
Getting Started
How to get up and running with games
Reverse Engineering
Learn the Switch hardware and software stack
Homebrew Apps
Resources to get started with Switch homebrew