Skip to content

Commit

Permalink
Merge pull request #88 from Keats/next
Browse files Browse the repository at this point in the history
v0.0.8
  • Loading branch information
Keats committed Jul 14, 2017
2 parents f2c0d69 + ce597c1 commit e858c2d
Show file tree
Hide file tree
Showing 125 changed files with 8,967 additions and 1,274 deletions.
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
target
.idea/
test_site/public
components/site/test_site/public

small-blog
medium-blog
big-blog
huge-blog
small-kb
medium-kb
huge-kb

current.bench
now.bench
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.1.0 (unreleased)

- Parallelize all the things
- Add weight sorting
- Remove `section` from the `page` rendering context: this is too expensive. Use
the global function `get_section` if you need to get it
- Put back a 20 page limit on rss feed by default (configurable)
- Remove index page getting all sections: use the `get_section` global fn instead to
only get the ones you need
- Remove pages from pagers in pagination: they were not supposed to be there
- Add built-in Sass compilation support (*nix only for now)


## 0.0.7 (2017-06-19)

- Sort individual tag/category pages by date
Expand Down
Loading

0 comments on commit e858c2d

Please sign in to comment.