Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/tummychow/lanyon-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortummychow <tummychow@users.noreply.github.com>2016-01-02 04:50:48 +0300
committertummychow <tummychow@users.noreply.github.com>2016-01-02 04:50:48 +0300
commit2a7ec21f7c4b27b418ed6b7e82fd2f9911060572 (patch)
tree35184266bdc742bed8218976f40cddf0d570f10c
parentf970b59d48a8dd168d4b22b495d32d08ef81c7e7 (diff)
Remove pagination note from readme
was implemented by contributors! I knew it'd happen eventually.
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 8da2b0a..8ed6cd1 100644
--- a/README.md
+++ b/README.md
@@ -36,11 +36,6 @@ The CSS from the original Lanyon is unchanged, and you can find it in [`static/c
You can use syntax highlighting, if you have [Pygments](http://pygments.org/). See the "example content" post for an example. Lanyon has a color scheme of some kind for Pygments in `css/syntax.css`, but right now Hugo doesn't know how to use it (everything will be higlighted in Monokai). When Hugo implements this feature, I will also add it to Lanyon-Hugo. More detail on Hugo's syntax highlighting shortcode can be found [here](http://hugo.spf13.com/extras/highlighting).
-## To Do
-
-While Lanyon-Hugo is aiming for functional compatibility with Lanyon (ie all the old functionality is available and looks similar), there are still some things I'm missing:
-- pagination. Lanyon-Hugo does not have next/previous buttons (well they're there, but as you can see, they don't have any links). Jekyll's pagination feature is quite good, but Hugo's pagination is still on the roadmap for now. I may implement a hackish solution in the meantime, but ideally I'd rather wait until Hugo has a solid solution for this problem.
-
## Contributing
If you're interested in hacking on this theme, please check out [CONTRIBUTING](CONTRIBUTING.md).