github-pages

My new Github page isn't showing up

安稳与你 提交于 2019-12-02 21:53:20
So I'm following this guide here to create a Github page I created a repository, cloned it to my project directory and pushed, finally got to this last step: Fire up a browser and go to http://username.github.io. Give it a couple of minutes for your page to show up—there will be a delay this very first time. In the future, changes will show up pretty much instantly. My Github repo link is this: https://github.com/leongaban/gabanco So I assumed my Github page link would be either: http://leongaban.gabanco.github.io/ or http://leongaban.github.io/ However neither link is working at the moment :(

Github Pages site not detecting index.html

南楼画角 提交于 2019-12-02 21:37:47
I created a github pages repository. For some reason when I give https://[username].github.io/ , it doesn't work. But is works when I give https://[username].github.io/index.html . Whys is it not detecting index.html. It got fixed automatically. I just had to wait for a while for the settings to take effect. Pushing a second commit fixed this for me. Seeing other answers where changes fix this, my guess is that you need to trigger a few of deployments to get it to work. Every push will trigger a new deployment. You can track deployments at https://github.com/username/username.github.io

Subdomain of website for Github pages project

旧街凉风 提交于 2019-12-02 21:04:21
I have a Github project, github.com/jeti/matrix , and I set up a "Github pages" site for the project so that it is accessible here jeti.github.io/matrix/ . That is all configurable through Github. Now, I would like to add a subdomain of my personal website so that the website is accessible via the subdomain matrix.jeti.io of my website jeti.io . I am just really confused how to do that because the documentation don't seem to show how to redirect a project page to a subdomain. I have tried a few permutations of what I think should be the correct inputs, but because these DNS changes take so

Configuring Jekyll for github PROJECT pages

点点圈 提交于 2019-12-02 19:35:36
I am at my wits end here. I've been trying to look at all other example github project pages I could find and even the blogs but none exhibit the problems I am getting. First, I am trying to create a project page for my repo. I did this by following the usual tutorials, creating a gh-pages branch in my project repo and pushing. I managed to do these and template my files. I even managed to use HAML and SASS(they still both get converted to html/css and that's what I push to the repo so no problem there). I just think that I am configuring my jekyll wrong. First, I don't see any configurations

Deploying Jekyll to Github Pages

做~自己de王妃 提交于 2019-12-02 19:07:31
I have built a site locally with Jekyll, and have pushed it to a new master repo (username.github.com) and the site works great yay. My question is, how do I move just the deployable part, the _ site directory, into a gh-pages branch? Or rather, the contents of that directory if that is the best way to deploy? I plan on using a custom domain. My workflow will be to work in the master branch, maybe some feature branches, and then push (merge) the compiled outcome into the gh-pages branch. Does that sound correct? I am having a tough time figuring it out via documentation, would appreciate any

How do I prevent the GitHub Pages “Automatic Generator” to remove everything before regenerate the site?

若如初见. 提交于 2019-12-02 17:38:53
I created a wonderful GitHub Pages website for my little project , and I added some other pages into the gh-pages branch. My problem is that, everytime I regenerate the website from 'Settings=>Automatic Page Generator', everything is cleaned up and I have to restore the files manually. Is there a way to prevent, or work around this? It would have been much better if the Automatic Generator was just overwriting his stuff without removing existing files. Checkout the gh-pages branch. mkdir _layouts move index.html to _layouts edit _layouts/index.html replace the the inner html of the contents

jekyll tag plugin works offline but not on github pages

我与影子孤独终老i 提交于 2019-12-02 17:28:34
问题 There might seem to be other dupes like this, but this SO post is the closest with a hacky solution. I got a theme that uses the tag plugin from here : http://charliepark.org/tags-in-jekyll/ Here is my site repo on github. It's hosted here : http://www.gideondsouza.com Tags don't work online but work offline. On my local machine I see a _/site/tag/.. with folders for each tag. But this tag folder isn't generated on github? In fact I don't even see a _site folder, so maybe my understanding is

Table not render when use Redcarpet in Jekyll GitHub Pages?

£可爱£侵袭症+ 提交于 2019-12-02 15:48:08
As of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 | | col 2 is | centered | $12 | | zebra stripes | are neat | $1 | surround text... would render correctly. But when I switch to redcarpet (add markdown: redcarpet into _config.yml ), the table no longer rendered, both localhost and on GitHub Pages. Did I do something wrong? Adding only markdown: redcarpet into _config.yml is not enough, It's also need the extensions part, e.g. markdown: redcarpet redcarpet: extensions: [

How to create Github pages from a project's documentation?

删除回忆录丶 提交于 2019-12-02 15:38:53
I have a project on Github that has a directory containing some automatically generated HTML documentation. I would like to use that documentation within Github's project pages facility. So, I've read the instructions on how to create the project's gh-pages root branch . This effectively creates an empty branch. What I'd like help with is mirroring the html files in the /docs path from the master branch, so they are in the root of the gh-pages branch. What is the best way of approaching this? Answering my own question here... have achieved what I wanted with Git submodules. I basically copied

Set up custom subdomain for Jekyll Blog hosted in Github Pages

瘦欲@ 提交于 2019-12-02 14:15:31
I created a Jekyll-powered blog and am hosting it with GitHub Pages. Now, I want to set up a subdomain (blog.example.com), but can't make it work. I have added a CNAME file with the text: blog.example.com. And I have added to A records in my Dreamhost account for the subdomain, both pointing to 204.232.175.78, provided by GitHub. Any idea about what the missing part is, or if I'm doing something incorrectly? janos The setup is different for domains like example.com and sub-domains like blog.example.com . In case of a sub-domain: blog.example.com Go to Domains | Manage Domains in your webpanel