Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/reitzig/today-i-learned

A micro blog to share my lesson of the day
https://github.com/reitzig/today-i-learned

blog hugo micro-blog software-development tech

Last synced: 2 months ago
JSON representation

A micro blog to share my lesson of the day

Awesome Lists containing this project

README

        

# Today I Learned -- A Micro Blog

### Setup

Run

```bash
git-hooks/setup-clone.sh
```

to enable the Git hooks included in this repository, for the current clone of this repository.

### Serve

```bash
hugo server -D
```

Note that `asciidoctor` has to be installed and available on the PATH.

## Acknowledgements

Parts of this project were created during
[20% time](https://en.wikipedia.org/wiki/20%25_Project)
graciously provided by
[codecentric](https://codecentric.de).
Thank you!