Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 665 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 665 Bytes

Learning Techniques

For the assignment in the coursera course Learning How to Learn by Dr. Oakley.

Please feel free to contribute!

Contribute

To do so, fork the repository, do the changes and create a pull request!

git clone https://github.com/stolpeo/learning-techniques.git
cd learning-techniques/content
# adjust to your liking

Preview Changes

To preview the changes, you have to install hugo. To activate the local view, go in to learning-techniques/config.toml and change the following line as follows:

baseURL = "/"

Then in learning-techniques folder, issue:

hugo server -w