bomberstudios / jekyll-4-to-github-pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Content Website Template (aka. churrificator)

A template for one-click content websites.

To get the site online:

  1. Sign up for an account at Netlify
  2. Import the GitHub project here: https://app.netlify.com/start and accept the default settings
  3. Optional: Register a nice domain at NameCheap and link the domain to the Netlify project

Customize the site by changing these:

Development

Use Docker and save yourself a headache. Right-click docker-compose.yml on Visual Studio Code and select "Compose Up". Or run this from Terminal:

docker run --rm --volume="$PWD:/srv/jekyll" --publish 4000:4000 jekyll/jekyll jekyll serve

TODO

  • Disable pagination plugin

About


Languages

Language:SCSS 54.0%Language:HTML 44.9%Language:Ruby 1.1%