Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/reitzig/today-i-learned
- Owner: reitzig
- License: mit
- Created: 2020-04-20T16:26:46.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-03T06:57:43.000Z (8 months ago)
- Last Synced: 2024-06-03T08:26:48.274Z (8 months ago)
- Topics: blog, hugo, micro-blog, software-development, tech
- Language: Shell
- Homepage: https://reitzig.github.io/today-i-learned
- Size: 1.39 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!