-
Notifications
You must be signed in to change notification settings - Fork 11.2k
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
Deploying permanently to organization page #49
Comments
Hi Dootika, The command Once you're ready to make your website publicly available, you need to put it on some other web server. This would likely be a web server run by your current organisation, assuming they provide some space for you to use. You will need to copy all the files found in the Best, Sam Edit: Shameless self-promotion -- I've written a blog post about building a web site with jekyll that may help you learn more about jekyll if you're interested |
Hi Sam, Thanks for the quick reply. I have done exactly that: I move the contents of _site to my organizations' server, and the basic html rendering as screenshot-ted above show up. The "fancy stuff" doesn't render. Should I be using something else instead of: Thanks for the blogpost. This looks helpful. I'll read through it! Kind regards, |
Great. It seems that the page isn't finding the CSS and image files that would make the html content look 'fancy'. Could you send me a link to the site so I can look? |
Yes, that's what I think is happening as well. Here's the link: |
Ok, yes as you said in your first post, all the links are to localhost, but that refers to the computer of whoever is accessing the site, and is certainly not where we want those links to point. I'm not sure why those links aren't being created as relative links -- if you look at the theme demo and inspect the code, you'll see that the links don't start with Firstly, there is a command |
|
Ok great. Can you try setting the variable
Edit: You'll have to do a new build and copy after changing the config file. |
Hey Sam! It worked! Thank you for helping me through this. The site looks great, and I am glad all the work I put in to learn this did not go to waste. |
Great, glad it's all working now :) |
First, thank you for creating a beautiful theme. This is my first time working with jekyll, so it's possible I am missing something on the jekyll end.
I am trying to deploy to my organisation page, but the webpage turns basic html when I stop the server.
When I run `bundle exec jekyll serve', the webpage renders beautifully:
But, when I stop the server, it renders to a basic html.
I would be surprised if I am expected to keep running the server the whole time. So what am I missing here?
Edit: I looked at the index.html file, and the file path for all files is "localhost:4000/". Even though in
_config.yml
I left bothurl:
andbaseurl:
empty.The text was updated successfully, but these errors were encountered: