- 16 Apr, 2016 2 commits
-
-
Isabella Skořepová authored
This reverts commit 6a3bac13.
-
Isabella Skořepová authored
-
- 11 Apr, 2016 1 commit
-
-
Isabella Skořepová authored
Example usage: node query.js --sql "select metadata.tags as tags, metadata.title as title where count(metadata.tags) == 1 and contains(metadata.tags, 'Článek');" prints list of articles which have only tag "Článek" - usefull for listing not yet tagged articles
-
- 10 Apr, 2016 2 commits
-
-
Isabella Skořepová authored
1. More robust href parameter parsing 2. Split youtube-related code (except html) to separate file 3. Unit tests for 1 and 2 4. Heading "Hello - world" now generates "hello-world" anchor instead of "hello---world" (no more duplicated hyphens in urls)
-
Isabella Skořepová authored
1. Not building without build/theme directory (race condition) 2. Wrong defaults for contentdir 3. Other bugs caused by those. Fixes #32 and #33
-
- 17 Mar, 2016 1 commit
-
-
Isabella Skořepová authored
It caused more problems than it solved This fixes #8 Also fixed generator crashing when article was not commited
-
- 09 Mar, 2016 1 commit
-
-
Isabella Skořepová authored
-
- 08 Mar, 2016 1 commit
-
-
Isabella Skořepová authored
-
- 07 Mar, 2016 3 commits
-
-
Isabella Skořepová authored
-
Isabella Skořepová authored
Moved all not yet promisified files to sitegin/legacy
-
Isabella Skořepová authored
Config - returns configuration ReadFiles - reads files from config.articlesLocation Print - prints everything it gets
-
- 05 Mar, 2016 1 commit
-
-
Isabella Skořepová authored
Created jobs which will replace sequence with promise-based api
-
- 03 Mar, 2016 1 commit
-
-
Isabella Skořepová authored
This allows to synchronize multiple browsers (for example Chrome and FF)
-
- 29 Feb, 2016 1 commit
-
-
Isabella Skořepová authored
This allows it to run without compiler (namely VS on Windows). Image minification won't work when LWIP is not available. App will warn you about it. It will also generate lightbox for every image even those which are under 512. It also normalizes every path to path/to/file from path\to\file.
-
- 28 Feb, 2016 1 commit
-
-
Isabella Skořepová authored
+ Better compileonly exit detection
-
- 25 Feb, 2016 1 commit
-
-
Isabella Skořepová authored
-
- 23 Feb, 2016 1 commit
-
-
Isabella Skořepová authored
- now I understand how it works ;)
-
- 17 Feb, 2016 1 commit
-
-
Isabella Skořepová authored
-