zerostaticthemes / jekyll-atlantic-theme

Jekyll + Tailwind Starter Theme. Jekyll Atlantic is a beautiful blog theme for Jekyll
https://jekyll-atlantic.netlify.app/
MIT License
82 stars 62 forks source link

How does one use this with jekyll? #6

Open chmorgan opened 1 year ago

chmorgan commented 1 year ago

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 commented 1 year ago

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.