Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/philippkueng/philippkueng.github.com

blog
https://github.com/philippkueng/philippkueng.github.com

Last synced: 8 days ago
JSON representation

blog

Awesome Lists containing this project

README

        

# philippkueng.ch

This is the repo for my personal blog on [philippkueng.ch](https://philippkueng.ch).

## Writing

Compile the Markdown files, then watch for changes and recompile as needed.

```bash
make clean
make render
make watch
make publish
```

# Tasks

- [ ] implement Reference-URL in the template and atom feed (2012-02-02)
- [ ] ensure the images are shown within the width of the blog (also check if it looks usable on mobile)
- [ ] add a mastodon link
- [ ] remove posts which no longer add any value
- [ ] migrate the comments from disqus to either another platform or include them in the static version and stop having comments altogether. (eg. use Mastodon for comments instead)