An open API service indexing awesome lists of open source software.

https://github.com/composed-ch/clojure-phrasebook

Clojure Phrasebook
https://github.com/composed-ch/clojure-phrasebook

clojure hugo hugo-relearn-theme

Last synced: 17 days ago
JSON representation

Clojure Phrasebook

Awesome Lists containing this project

README

          

# Clojure Phrasebook

1. Read one chapter of _Getting Clojure_ by Russ Olsen and take notes on paper.
2. Transfer the notes into a markdown file.
3. Add 3-5 exercises per chapter.
4. Provide solutions to the exercises.

## Setup

Initialize Module:

hugo mod init clojure-phrasebook.composed.ch

extend `hugo.toml`:

```toml
baseURL = 'https://clojure-phrasebook.composed.ch'
languageCode = 'en-us'
title = 'Clojure Phrasebook'

[module]
[[module.imports]]
path = 'github.com/McShelby/hugo-theme-relearn'
```

Install Dependencies:

hugo mod tidy