-
Notifications
You must be signed in to change notification settings - Fork 905
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Why is my github pages not working with the template? #17
Comments
So here are the possible reason
If your github page is still not working, you can ask your question here. |
I am having some problems trying to get github-pages to properly process the website, at the moment the gh-pages website looks like just HTML crap because its not being created correctly. (this was happening since I forked your theme) |
Allo, I think it is option 1 for you ; Try with that site configuration # SITE CONFIGURATION
baseurl: ""
url: "https://ian-goode.github.io" |
That was completely my bad... I had thought I committed my local changes to github. My site is looking amazing! Thanks for your awesome and easily modifiable theme :) |
Hi Sylhare, First of, a big thank you for the great work. Difficult to make a simpler installation (well mostly thanks to Jekyll), and the theme is really super nice and has most features I wanted. So thanks for making it available. One short question: I don't remember how to change the text that appears in the browser tab (the one with the favicon that says "Simplistic, responsive jekyll based open source theme"? Cheers & Congrats, |
Hi @frigaut, Well that text is generated by the browser, it does that on https://sylhare.github.io/Type-on-Strap/ because it is the site generated from the repo. However locally it is displaying at http://localhost:4000/Type-on-Strap/ the site address: Did you try it on your side and still seeing the |
Link back https://github.community/t5/GitHub-Pages/Pages-theme-not-work/m-p/43141/highlight/false#M2483 |
Hi, I have an issue with the gallery page on my organizations web (https://thefluxions.github.io/gallery). It shows the pics I added to the pexels folder, but I deleted your pics from the folder and still shows. I checked gallery.md file and gallery.html file and still couldn't find the reason why happens. By the way, it's a great and flexible design. Thanks so much in advance :) |
Hi @buenourbano I have created #211 for your issue, I'll take a look at it, thanks for reporting ;) |
Hi, Thanks so much for this great and easy-to-use theme. I'm in the process of redoing my organization's website (just building locally at the moment) and am trying to get the blog feed to live on a different page (/blog) and have a static homepage. I tried creating a new layout called Thanks so much! |
Hey @sylvietht is your use case similar to #104 "How to create page in navbar with link to blog post overview?" ? |
Thanks for the quick response @sylhare - yes, my use case is similar to that, except I'd like to keep the blog feed out of index.html altogether, so I suspect the fix isn't quite as simple as it was in #104. I thought it might be something with the paginator. Is there an easy way to change the url that the paginator uses? I'm looking at it now and don't see it, but if you have any ideas... Let me know if you'd like to see any of my code. Thanks so much for your help! |
Yes I think it is an issue with paginator, sverrirs/jekyll-paginate-v2#21 seems to talk about it, but I don't remember what you need to modify in your config. I'll go take a look and create a new issue for this specific use case (#212). I'll get back to you if I find anything 😉 |
Awesome, thanks so much for that link - I'll do some reading too. |
csharp: various fixes
Allo,
So I create this issue to tackle the possible issues / questions you might have with working with a template on github page.
Either because you have made some customisation, or there's something that needs to be configured.
The text was updated successfully, but these errors were encountered: