staticsite icon indicating copy to clipboard operation
staticsite copied to clipboard

Static site generator

Results 19 staticsite issues
Sort by recently updated
recently updated
newest added

Following the doc, I built the rpm package: ``` python3 setup.py bdist_rpm \ --requires="python3-inotify python3-markdown python3-docutils python3-jinja2 python3-pytz python3-dateutil python3-pyyaml python3-pillow" ``` and then installed it and followed the "A...

Using 2.4-1 from Debian, I find the following in the markdown feature documentation: ``` Relative links are resolved relative to the location of the current page first, and failing that...

Does it make sense for ssite to be able to preview a single file? Currently: ssite show ~/doc/file.md [...] NotADirectoryError: [Errno 20] Not a directory: 9 Thanks E.

Currently and the title displayed in an article are the same. Make this a default, and add a way for them to be different

In `example/demo/content/tags.taxonomy` the template title & description of the archive use `page.name` and the refdoc documents its existence, but it seems to have disappeared at some point (I am at...

bug

Lets say I want to include the `blog/archive` page in the navbar, how best to set e.g. nav_title for this page given that it is auto-generated? I can create the...

usability

Add a `DEBUG` setting, similar to Django, which if enabled adds a popup with developer information to the base template, with `dump_meta` information for the page. Set DEBUG=True automatically on...

enhancement

(from a conversation with @DonKult) > > > The sha256 is for the script-tag livereload inserts. I could just leave > that in for production, but sometimes it would be...

enhancement

Disable symlinks in content dir unless allowed in settings.py.

security

A metadata defining an absolute path in `site_path`, can cause the rendered file to be written to arbitrary locations in the file system, due to the behaviour of `os.path.join` with...

security