Skip to content

Commit 642c60e

Browse files
committed
Revised.
Working on Python 3.5.0, Flask 0.10.1, Frozen-Flask 0.12, Markdown 2.6.5, PyYAML 3.11, Pygments 2.1. Use relative links in README.
1 parent 8057252 commit 642c60e

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

Documentation/Changelog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11

22
CHANGELOG
33

4+
* 2016/02/02:
5+
6+
- Revised. Working on Python 3.5.0, Flask 0.10.1, Frozen-Flask 0.12,
7+
Markdown 2.6.5, PyYAML 3.11, Pygments 2.1.
8+
49
* 2014/08/29:
510

611
- Bugfix: pagination from page 2 to index is now correct.

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,13 @@ Edit pages and posts, tinker with templates, modify anything. All changes
4242
will be available instantly, just refresh your web browser. When ready,
4343
issue `blog.py -f` to actually freeze the blog to disk.
4444

45-
See `blog.conf` and `freezing.conf` for configuration options (you can also
45+
See [blog.conf][] and [freezing.conf][] for configuration options (you can also
4646
change those while live, the server will restart itself). The first one is always
4747
loaded, `freezing.conf` is only loaded when freezing.
4848

49+
[blog.conf]: Source/blog.conf
50+
[freezing.conf]: Source/freezing.conf
51+
4952
## Portability
5053

5154
Frozen-Blog is tested on Windows 7 and 8 and on Debian (both x86 and x86-64)
@@ -80,5 +83,5 @@ folder for more information. No warranty though.
8083
[Pygments]: https://pypi.python.org/pypi/Pygments
8184
[PyYAML]: https://pypi.python.org/pypi/PyYAML
8285

83-
[Documentation]: https://github.com/Beluki/Frozen-Blog/tree/master/Documentation
86+
[Documentation]: Documentation
8487

0 commit comments

Comments
 (0)