47 lines
1.3 KiB
Markdown
47 lines
1.3 KiB
Markdown
up::[[🌎 Home]]
|
|
tags:: #map
|
|
|
|
# HomeStead MOC
|
|
HouseBuilding contains an obundance of topics. Usually you want to start with [[HouseBuilding]] to define a home base, grounds of operations. The home is the foundation of any homestead becuase it provides a sense of direction for the rest of the layout.
|
|
|
|
Where do I do my [[Gardening]]? Is there a spot for it, where would make most sense relative to the home?
|
|
|
|
How do I bathe, wash clothes, wash dishes, or even poop? How do i see at night? This is all assuming that Im completely [[Off Grid]], in which I would need some source of [[Solar]] and [[Rain Collection]] to provide these very important necessities.
|
|
|
|
The final most important part of any homestead, IMO, is [[Vehicle Maintenance]]. Why is it the last? well, becuase we still have feet. If shit hits the fan i can still walk around lol
|
|
|
|
## house building
|
|
```dataview
|
|
list
|
|
from #homestead/house
|
|
sort Name desc
|
|
```
|
|
|
|
## gardening
|
|
```dataview
|
|
list
|
|
from #homestead/garden and -"Homestead MOC"
|
|
sort Name desc
|
|
```
|
|
|
|
## solar
|
|
```dataview
|
|
list
|
|
from #homestead/solar and -"Homestead MOC"
|
|
sort Name desc
|
|
```
|
|
|
|
|
|
## rain collection
|
|
```dataview
|
|
list
|
|
from #homestead/rain and -"Homestead MOC"
|
|
sort Name desc
|
|
```
|
|
|
|
## vehicle maintenance
|
|
```dataview
|
|
list
|
|
from #homestead/vehicle and -"Homestead MOC"
|
|
sort Name desc
|
|
``` |