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
- Host: GitHub
- URL: https://github.com/composed-ch/clojure-phrasebook
- Owner: composed-ch
- License: other
- Created: 2025-01-07T05:51:20.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T05:55:21.000Z (11 months ago)
- Last Synced: 2025-02-07T06:26:39.015Z (11 months ago)
- Topics: clojure, hugo, hugo-relearn-theme
- Language: HTML
- Homepage: https://clojure-phrasebook.composed.ch/
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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