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 does one use this with jekyll? #6

Open
chmorgan opened this issue Apr 5, 2023 · 1 comment
Open

How does one use this with jekyll? #6

chmorgan opened this issue Apr 5, 2023 · 1 comment

Comments

@chmorgan
Copy link

chmorgan commented Apr 5, 2023

I'm new to jekyll and the jekyll docs only cover how to use gem based themes. How would one make use of this theme? I reviewed the jekyll docs, did a few internet searches, but don't see a 'theme' directory mentioned anywhere or any info on how someone uses a non-gem theme.

@aidankeighron
Copy link

To use the theme you download a copy of the code or make a fork of the repository. The theme is the code itself, it is a template Jekyll website. You need to customize the _config.yml, create your own posts in the /collections/_posts directory, and mess around with any other parts of the website you want to customize.

To run the website just run the command bundle exec jekyll serve in the base directory.

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