learn.siteleaf.com
learn.siteleaf.com copied to clipboard
Siteleaf Learn is a documentation and learning resource for Siteleaf v2.
there is not any Right-To-Left theme for some bidirectional languages like Arabic, Hebrew or Persian Please add Thanks
On the [Theme structure](https://learn.siteleaf.com/themes/structure/) page, we should clarify that on Siteleaf the output directory is _not_ `_site`, but is actually `site.dest`. This is important when making plugins that deal with...
v2 version of https://www.siteleaf.com/blog/taxonomy-in-siteleaf/
I think learn.siteleaf.com is an excellent docs theme. I'd love for it to become a proper [gem-based theme](https://jekyllrb.com/docs/themes/). Any plans for this?
https://github.com/jekyll/jekyll-redirect-from Supports `redirect_from`: https://github.com/jekyll/jekyll-redirect-from#usage And `redirect_to`: https://github.com/jekyll/jekyll-redirect-from#redirect-to --- Also people publishing to FTP or SFTP can use `.htaccess`: http://css-tricks.com/snippets/htaccess/301-redirects/ People publishing to S3 can use redirects in 2 ways: -...
https://help.github.com/articles/configuring-jekyll/#configuration-settings-you-cannot-change
Unless I'm missing something, this is fairly absent from Jekyll's documentation. Plus useful to know how to switch layouts in Siteleaf's UI.
Re http://learn.siteleaf.com/themes/github-sync/#faq We already mention normalizing YAML formatting. A few other changes Siteleaf may have to make: - `tag` (string) becomes `tags` (array) - `category` (string) becomes `categories` (array) -...
Alongside #12, there should be more of an explanation of the different content types and what they do, as well as how to create/edit/delete them. Additionally, add details about how...