- Use the system font, rather than Helvetica. This is in line with GitHub's new styles.
- Stylus files are now available in
css/
, giving way to other packages that would like to extend Docpress's styles.
Dec 10, 2015
- iconfonts v0.8.0
- Fix Firefox not loading the icons
Nov 26, 2015
- Fix packaging
Nov 26, 2015
- docpress/#2 - fix stylesheet problem
Nov 13, 2015
- Add the
googleAnalytics
option
Oct 20, 2015
- Reinstate browserify as a dependency—fixes packages that use docpress-base in their tests
Oct 20, 2015
- Cache reusable values - makes much compilation faster
- Allow external JS loading via the
js
option - Fix menu toggle not appearing properly
Oct 16, 2015
- Fix styles overlapping in development mode
Oct 16, 2015
- Remove console.log
Oct 16, 2015
- Add
viewport
meta tag for responsiveness - Fix Pjax suddenly not working
Oct 16, 2015
- Use Stylus instead of Sass
- Use new setting
css
for custom CSS - Fix bug where a stray
<link rel="stylesheet">
appears in the source
Oct 15, 2015
- Allow external CSS config
Oct 14, 2015
- Make footer links bigger
- Fix slight bug where documents with images can derail scrolltracking
- Indent the output HTML
Oct 12, 2015
- Allow anchor links in TOC (eg,
README.md#usage
)
Oct 11, 2015
- Initial release.