https://github.com/digitalcircuit/tekuti-azure
A simple, git-backed blog in Guile scheme
https://github.com/digitalcircuit/tekuti-azure
Last synced: 5 months ago
JSON representation
A simple, git-backed blog in Guile scheme
- Host: GitHub
- URL: https://github.com/digitalcircuit/tekuti-azure
- Owner: digitalcircuit
- Created: 2017-03-30T20:05:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-30T20:21:06.000Z (over 9 years ago)
- Last Synced: 2025-03-28T09:11:09.000Z (over 1 year ago)
- Language: Scheme
- Size: 443 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Synopsis
Tekuti-azure is a Scheme-based, git-backed personal blog. It is based
on Andy Wingo's original [tekuti](https://wingolog.org/projects/tekuti/).
## Motivation
I have wanted a personal blog for a while. I have also wanted to make
better use of Syndication to present comments hierarchically and to
allow people to respond to posts without using a web browser using
AtomPub. I also want to program in a language I enjoy.
This is a *fork* in the classic Free software sence, not in the github
sense. I'm perfectly happy to give back any changes I make to the
community, but as some of my plans involve removing or heavily
changing features, I expect they won't want all of them.
## Installation
Edit `config.mk` to your satisfaction. It should work as is on a
vanilla Linux system with Guile installed under `/usr`. Then type
`make`. You can `make install` if you want, or run it out of the build
directory.