Scaffolding in place for build options
This commit is contained in:
parent
f2bfecd83f
commit
e4cee436cc
7 changed files with 99 additions and 13 deletions
|
|
@ -4,11 +4,16 @@ title: Build Your Own PC
|
|||
permalink: /devices/pc/machine/custom/
|
||||
machines:
|
||||
- type: pc
|
||||
id: custom
|
||||
name: Custom PC
|
||||
id: custom-pc
|
||||
uncompiled: true
|
||||
autopower: false
|
||||
build: build-pc
|
||||
---
|
||||
|
||||
Build Your Own PC
|
||||
---
|
||||
|
||||
{% include machine.html id="custom" %}
|
||||
{% include build.html id="build-pc" %}
|
||||
|
||||
{% include machine.html id="custom-pc" %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue