Get up and running with EBI-themed Jekyll fast (rolled with gh-pages in mind, clone/fork suggested)
This Jekyll template was designed in mind with GitHub pages, you'll certainly be able to use it to start a traditional Jekyll project, but the information below is specifically tailored with GitHub in mind.
- Getting started
- Clone this repo
- Ensure you are working in the
gh-pagesbranch
- Basic setup
- Edit _config.yml and set your GitHub URL and project name
- Add content
- Create new posts in _posts
- Create new pages by adding them to the root folder, see sample_page_1.html
Full documentation is available here.
- Configure the gh-pages branch
- Create a
CNAMEfile - Add
yourdomainname.comto that file
- Configrue your domain name's DNS
- Add a CNAME for www to point to
yourusername.github.io - If you want to point the root domainname.com to gh-pages, set the
Arecord to192.30.252.153 - You can also set a second
Arecored to192.30.252.154 - When you're done it should look like:
| Record | Type | Value |
|---|---|---|
| @ | A | 192.30.252.153 |
| @ | A | 192.30.252.154 |
| WWW | CNAME | your_github_username.github.io |