Skip to content
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

How to change theme from default minima to this? #155

Open
sonictl opened this issue Jan 21, 2022 · 2 comments
Open

How to change theme from default minima to this? #155

sonictl opened this issue Jan 21, 2022 · 2 comments

Comments

@sonictl
Copy link

sonictl commented Jan 21, 2022

Hello, I'm a newbie of jekyll blog system. I created blog folder by:

cd ~
jekyll new myBlog
bundle install
bundle exec jekyll serve

So I can preview the website at 127.0.0.1:4000

However, when I try to change the default minima theme by following the readme.md. I met errors when running jekyll serve command.

In detail, I did the operations below:

  1. edit the _config.yml by adding the lines below:
remote_theme: pages-themes/[email protected]
- jekyll-remote-theme # add this line to the plugins list, cuz I already have one
  1. change the theme config in _config.yml as:
theme: minimal
  1. add the gem line in Gemfile:
gem "github-pages", group: :jekyll_plugins

  1. Run the bundle install at the path of ~/myBlog
    This step may meet error about version confilict.
    I fix these errors by removing some version words in Gemfile

  2. Run the bundle exec jekyll serve
    I meet different types of errors.

Is there any standard steps about changing the jekyll theme for newbie?

Thank you very much and I spent one whole day for changing theme for jekyll! I feel very frustrated now :(

@gmgchow
Copy link

gmgchow commented Jun 17, 2022

@sonictl Did you ever resolve this issue? I am running into the same problems so it would be helpful if you could share your solution!

@sonictl
Copy link
Author

sonictl commented Jun 17, 2022

@sonictl Did you ever resolve this issue? I am running into the same problems so it would be helpful if you could share your solution!

I tried, but finally give it up. Fiddling with this problem can lead to new problems or even breakdown of the blogging system. Considering the high cost, let it go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants