Skip to content

Augie-Environmental-Studies/gardens

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Logo


Instagram   Facebook   Twitter


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)


How to edit the website

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.

How to edit the website's source code

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.

  1. Every project page has Edit page on GitHub button at the bottom.

Click Edit page on GitHub


  1. Click Edit this file button.

Click Edit this file


  1. Here's where we can edit the content. In addition, if you want, you can find advanced formatting syntax on GitHub's MarkDown Guide.

Make changes you want


  1. Click Propose changes.

Click Propose changes


  1. Click Create pull request.

Click Create pull request


  1. 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.

Describe what kind of changes you made


  1. 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

Finally, click Create pull requet



How to run a development server

# 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.