The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
102 views

Forwarding non-www domain to other domain with dns

Is it possible to forward firstdomain.com to www.seconddomain.com or seconddomain.com using surely dns records? I know how to forward www.firstdomain.com to seconddomain.com (with CNAME). What I am ...
1
vote
1answer
164 views

How can I clone other's jekyll theme from other's github?

I am a jekyll beginner. How can I clone other's jekyll theme from other's github? For example, https://github.com/yihui/cn.git.
1
vote
2answers
67 views

SEO implications of moving a section of site to a subdomain - Drupal to Jekyll/Wordpress migration

We are strongly considering moving significant, relatively static, portions of our existing Drupal site (yinyanghouse.com) out of Drupal and into a subdomain built up with a static site generator like ...
1
vote
0answers
41 views

How can I create a individual “Projects” page in Jekyll?

On my Jekyll powered website, I have a page where I list every project (inventions, experiments, etc) that I have ever worked on. Currently, each project listed exists only as a link to a relevant ...
0
votes
1answer
40 views

remap an xml feed to the address of a wordpress rss feed

I used to have a blog based on Wordpress and moved to one based on Jekyll. I can create a new feed in Jekyll by building an atom page in XML with a bit of Liquid code, like this The trouble is, the ...