For questions about the use of Jekyll, the open-source website generator for static blogs and other sites.
Questions tagged [jekyll]
4 questions
10
votes
1 answer
Can GitHub Pages render asciidoc?
GitHub repositories can render/preview asciidoc (.adoc) documents, apparently using asciidoctor.
But I can't seem to make pages served by GitHub Pages (GitHub's Jekyll-based service that serves repository documents under github.io) render my…
villares
- 397
- 1
- 3
- 13
4
votes
0 answers
How automatically to see traffic for each post in Jekyll blog?
I recently migrated to Jekyll from WordPress / Blogger and what I miss most is easy traffic statistics.
I embed Google Analytics code into Jekyll, but I can only see overall traffic. When I want to see traffic to a specific post, I have to go into…
Heisenberg
- 91
- 4
2
votes
1 answer
How to use Jekyll locally to create/edit posts on remote WordPress?
How do I use Jekyll on my local machine to create/edit posts on my remote WordPress blog? More specifically:
I want to write posts in plain text, use Jekyll's markup parser to create HTML, and then post the resulting HTML to my WordPress site.
If I…
user5676
0
votes
1 answer
Create private pages in GitHub for Doxygen documentation
I develop an iOS app and I comment my code in Doxygen style. I would use the feature "pages" proposed by GitHub but unfortunately, pages can't be private.
After searching on Google, I saw this POST - Private pages for a private Github repo…
Jean Lmt
- 103
- 4