Lakshmi Vyasarajan
ac3d6ec1b5
Merge pull request #68 from merlinrebrovic/hyde
---
I have extended the starter layout with advanced topics, especially the sorter, grouper and tagger plugins. Content is updated. Navigation, code styling and text readability are improved.
13 years ago
Lakshmi Vyasarajan
f0fdab3b42
Added group sort test
13 years ago
Merlin
7fa9fb4dff
Fixes menu to work with non-default base_url values.
Includes the patch by Brian Mattern that fixes menu to work in all
situations. Also adds the explanation how to use media_url and
base_url properties.
13 years ago
Lakshmi Vyasarajan
3bbcc351c3
Added ssp test files
13 years ago
Lakshmi Vyasarajan
4d0d743881
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyasarajan
296080a814
Merge pull request #85 from theevocater/hyde
---
This is a small change -- the Authors link was broken in the readme.
13 years ago
Jacob Kaufman
3e18796845
Minor change to fix the broken Authors link in the README.
13 years ago
Lakshmi Vyasarajan
15675d531f
Issue #78 , Issue #79 : Added ability to import plugins from site path
13 years ago
Lakshmi Vyasarajan
3a52e36e2b
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyasarajan
ce414ee8ea
Issue #76:Fixed failing Asciidoc test
13 years ago
Lakshmi Vyasarajan
2152a8a2b3
Merge pull request #76 from tcheneau/hyde
---
Hi,
The support of Asciidoc block is gone in the new versions of hyde. This new code is inspired from the code that was present in the version 0.5.3 and the markdown filter already present in the current version. It is a pretty straightforward port of the previous code.
Regards,
Tony
13 years ago
Lakshmi Vyas
50099036f9
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
e153b284a1
Merge pull request #73 from gr3dman/hyde
---
Hi,
I made a simple plugin for paginating blog posts.
13 years ago
Lakshmi Vyas
0a36deb156
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
c4b721942b
Merge pull request #68 from merlinrebrovic/hyde
---
I have extended the starter layout with advanced topics, especially the sorter, grouper and tagger plugins. Content is updated. Navigation, code styling and text readability are improved.
13 years ago
Lakshmi Vyas
b91c9878b2
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
e1652c158c
Merge pull request #63 from benallard/hyde
---
This add basic support for restructuredText.
13 years ago
Lakshmi Vyas
18d1410758
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
8f9876cb9e
Fixed uglifyjs tests
13 years ago
Lakshmi Vyas
18ac1fee11
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
67ed6fac1d
Merge pull request #62 from rfk/hyde
---
This is a plugin to use sphinx as a pre-processor for hyde. It lets you include sphinx files in the site source tree and have them processed and merged seamlessly into the rest of the site.
Im using it to do simple project websites for some of my python modules, having sphinx take care of auto-generated doc stuff and using hyde to handle the rest of the site. For example see http://packages.python.org/pyenchant/
13 years ago
Lakshmi Vyas
b93defeeb0
Authors, Changelog, Version updates
13 years ago
Lakshmi Vyas
61ac3bea6f
Merge pull request #58 from gfuchedzhy/hyde
---
Currently using some of plugins like JPEGOptimPlugin with equal type command line argument (for example --max=80) raises exception:
AttributeError: str object has no attribute append
13 years ago
Tony Cheneau
5be1be7620
Add support for Asciidoc blocks
13 years ago
Gareth Redman
80fd3adeaa
Fix dependant resources.
Attach all post resources to all page resources. Now `hyde gen' works. Also
fix up a couple of the unit tests.
13 years ago
Gareth Redman
716dc64fa5
Paginator plugin.
Configured in a resource's metadata, creates copies of that resource, each of
which will receive its own `page' containing a distinct list of `posts'.
13 years ago
Merlin
eb787c34fe
Extends the starter layout with advanced topics.
13 years ago
Merlin
ff7ca76d29
Corrects a typo.
13 years ago
Benoit Allard
68514b19b3
server: Also print the traceback when something bad happen
13 years ago
Benoit Allard
38f3afb14e
Jinja: also register restructuredtext as a filter
13 years ago
Benoit Allard
1acf11b05c
Jinja: Add basic support for restructuredText formatting
13 years ago
Ryan Kelly
d6574bb17c
sphinx plugin: add some high-level docs
13 years ago
Ryan Kelly
566c1f103e
sphinx/pyfs plugins: add error messages for missing imports
13 years ago
Ryan Kelly
1aed5875f7
sphinx plugin: add some docs and extra sanity checks
13 years ago
Ryan Kelly
d905d57381
add some sanity-checks to the sphinx plugin
13 years ago
Ryan Kelly
e6e8c75dba
add a custom sphinx builder, so we can get the internal links right
13 years ago
Ryan Kelly
43e36de336
SphinxPlugin: run sphinx-build directly against content dir
13 years ago
Ryan Kelly
acdc31cf3f
adding preliminary "sphinx" plugin, for auto-generated docs
13 years ago
Grygoriy Fuchedzhy
8625684003
fixed handling of equals type args by CLTransformer
13 years ago
Lakshmi Vyasarajan
7ce58157a9
Upped version. Merged changelog
13 years ago
Lakshmi Vyasarajan
54648364e1
Fixed basic template to get the right tag representation. (Issue #53 )
13 years ago
Lakshmi Vyasarajan
ad2b788487
Updated changelog
13 years ago
Lakshmi Vyasarajan
7bf887c5bc
Added template test for tag metadata. (Issue #53 )
13 years ago
Lakshmi Vyasarajan
85dcef7e09
Added metadata support for tags (Issue: #53 )
13 years ago
Lakshmi Vyasarajan
73302caafc
Added failing test for adding metadata to tags. (Issue #53 )
13 years ago
Lakshmi Vyasarajan
6a10593502
Updated changelog
13 years ago
Lakshmi Vyasarajan
dd8fae1cbc
Ensured providers work in the same way as context data and metadata (Issue #29 )
13 years ago
Lakshmi Vyasarajan
65828484a4
`hyde serve` now picks up changes in config data automatically. (Issue #24 )
13 years ago
Lakshmi Vyasarajan
bfd2d4984a
Fixed a merge issue o_o
13 years ago
Lakshmi Vyasarajan
c01da9d0a4
* Bug Fix: `hyde create` only fails when `content`, `layout` or `site.yaml`
is present in the target directory. (Issue #21 )
* Bug Fix: Exceptions are now handled with `ArgumentParser.error`.
(Issue #21 )
13 years ago