Augie Gardens
[Official Website]
There are two spiritual dangers in not owning a farm. One is the danger of supposing that breakfast comes from the grocery, and the other that heat comes from the furnace.
To avoid the first danger, one should plant a garden.
(Aldo Leopold, 1949, A Sand County Almanac)
There are two ways of editing the contents: you can either (a) edit the website's source code or (b) email us what to edit soobinrho@gmail.com
If you're emailing us, please include as much detail as possible: exactly which line and which page you'd like us to change, add, or delete.
Read this section if you already know how to use GitHub or if you'd like to learn how to use GitHub. Otherwise, just emailing us would be more convinient for you.
- Every project page has
Edit page on GitHub
button at the bottom.
- Click
Edit this file
button.
- Here's where we can edit the content. In addition, if you want, you can find advanced formatting syntax on GitHub's MarkDown Guide.
- Click
Propose changes
.
- Click
Create pull request
.
- Briefly describe what kind of changes you made. Think of it as a summary. A good summary allows maintainers to easily understand what kind of changes you made. This will speed up the process of getting your pull request approved.
- Click
Create pull request
. That's all! Maintainers will approve your pull request as soon as possible. Pull requests are usually approved within one week. If, however, there's no feedback for too long, please reach out to soobinrho@gmail.com
# Install git
sudo dnf install -y git
# Install nvm; and then close and reopen the terminal
# in order for new paths to take effect.
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
# Install Node.js
nvm install node
# Clone this repository
cd ~/Downloads
git clone https://github.com/Augie-Environmental-Studies/gardens.git
# Install dependencies
cd gardens/src
npm install
# Start a developmental server
npm run start
How this website was made
We wanted to make our website as self-sustainable as possible. So, we decided to use open-source libraries called Hugo and Doks. These two libraries are the backbone of our website, requiring minimal maintenance. The only maintenance required is whenever we get updates on our contents. Also, since we use GitHub Pages to host our website, hosting our website doesn't cost us any money.