Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/philippkueng/philippkueng.github.com
blog
https://github.com/philippkueng/philippkueng.github.com
Last synced: 8 days ago
JSON representation
blog
- Host: GitHub
- URL: https://github.com/philippkueng/philippkueng.github.com
- Owner: philippkueng
- Created: 2011-12-24T15:35:29.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:10:49.000Z (14 days ago)
- Last Synced: 2024-11-03T15:19:29.648Z (14 days ago)
- Language: HTML
- Homepage:
- Size: 76 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)