beautifulSA-jekyll/README.md

216 lines
18 KiB
Markdown
Raw Normal View History

2015-03-03 03:06:23 +01:00
# Beautiful Jekyll
2015-03-03 00:06:54 +01:00
2016-03-28 05:46:48 +02:00
**Beautiful Jekyll** is a ready-to-use template to help you create an awesome website quickly. Perfect for personal blogs or simple project websites. [Check out a demo](http://deanattali.com/beautiful-jekyll) of what you'll get after just two minutes. You can look at [my personal website](http://deanattali.com) to see it in use, or see examples of websites other people created using this theme [here](#featured-users).
2015-03-03 03:06:23 +01:00
2016-01-17 04:30:32 +01:00
Feel free to modify this in any way you'd like, but I would appreciate it if you don't remove the attribution to Beautiful Jekyll. I've noticed that many people copy this website and deliberately remove the tiny phrase that gives me credit, and it feels a bit sad to not get credit for the countless hours I've put into this. Don't make me sad!
2015-05-21 00:06:08 +02:00
2016-01-17 04:30:32 +01:00
If you need a bit of help or have comments, feel free to [contact me](http://deanattali.com/aboutme#contact). Even if you don't have anything important to say but found this useful, I'd love to [hear about it](http://deanattali.com/aboutme#contact). Lastly, if you like this theme, please consider [supporting me with a small donation](http://deanattali.com/aboutme#feed-meeee) if you want to make me extra happy. :)
2016-03-28 05:46:48 +02:00
This template is built on top of [Jekyll](http://jekyllrb.com/) and can be used for any [GitHub Pages](https://pages.github.com/) website. (If you don't know what these two things are, that's absolutely fine, you don't need to!)
2015-09-06 03:58:31 +02:00
### Table of contents
- [Prerequisites](#prerequisites)
- [Build your website in 3 steps](#build-your-website-in-3-steps)
- [Add your own content](#add-your-own-content)
2016-03-28 06:39:29 +02:00
- [Last important thing: YAML front matter ("parameters" for a page)](#last-important-thing-yaml-front-matter-parameters-for-a-page)
- [Basic features](#basic-features)
- [Advanced features](#advanced-features)
- [Featured users (success stories!)](#featured-users-success-stories)
- [Very advanced: local development](#very-advanced-local-development)
2015-09-06 03:58:31 +02:00
- [Credits](#credits)
- [Contributions](#contributions)
- [Known limitations](#known-limitations)
## Prerequisites
2016-03-28 05:46:48 +02:00
- You need to have a GitHub account. If you don't have one, [sign up here](https://github.com/join) - it takes one minute. This is where your website will live - if you sign up with username `johnsmith` then your website will be `http://johnsmith.github.io`.
- It would be helpful to understand what Markdown is and how to write it. Markdown is just a way to take a piece of text and format it to look a little nicer. For example, this whole instruction set that you're reading is written in markdown - it's just text with some words being bold/larger/italicized/etc. I recommend taking 5 minutes to learn markdown [with this amazingly easy yet useful tutorial](http://markdowntutorial.com/).
2015-03-03 03:06:23 +01:00
2015-03-03 07:09:31 +01:00
## Build your website in 3 steps
2015-03-03 09:15:20 +01:00
Getting started is *literally* as easy as 1-2-3 :smile:
2016-03-28 05:46:48 +02:00
Scroll down to see the steps involved, but here is a 40-second video just as a reference as you work through the steps.
2015-03-03 09:14:46 +01:00
![Installation steps](img/install-steps.gif)
2015-03-03 07:09:31 +01:00
### 1. Fork this repository
2016-03-28 05:46:48 +02:00
(Assuming you are on this page and logged into GitHub) Fork this repository by clicking the *Fork* button on the top right corner. Forking means that you now copied this whole project and all the files into your account.
2015-03-03 07:09:31 +01:00
2016-03-28 05:46:48 +02:00
### 2. Rename the repository to `<yourusername>.github.io`
2015-03-03 07:09:31 +01:00
2016-03-28 06:38:04 +02:00
This will create a GitHub User page ready with the **Beautiful Jekyll** template that will be available at `http://<yourusername>.github.io` within a couple minutes. To do this, click on *Settings* at the top (the cog icon) and there you'll have an option to rename.
### 3. Customize your website settings
2015-03-03 07:09:31 +01:00
2016-03-28 06:38:04 +02:00
Edit the `_config.yml` file to change all the settings to reflect your site. To edit the file, click on it and then click on the pencil icon (watch the video tutorial above if you're confused). The settings in the file are fairly self-explanatory and I added comments inside the file to help you further. Any line that begins with a pound sign (`#`) is a comment, and the rest of the lines are actual settings.
2015-03-03 07:09:31 +01:00
2016-03-28 06:38:04 +02:00
Another way to edit the config file (or any other file) is to use [prose.io](http://prose.io/), which is just a simple interface to allow you to more intuitively edit files or add new files to your project.
2016-03-28 06:38:04 +02:00
After you save your changes to the config file (by clicking on *Commit changes* as the video tutorial shows), your website should be ready in a minute or two at `http://<yourusername>.github.io`. Every time you make a change to any file, your website will get rebuilt and should be updated in about a minute or so.
2015-03-03 07:09:31 +01:00
2016-03-28 05:46:48 +02:00
You can now visit your shiny new website, which will be seeded with several sample blog posts and a couple other pages. Your website is at `http://<yourusername>.github.io` (replace `<yourusername>` with your user name). Do not add `www` to the URL - it will not work!
2015-03-03 07:09:31 +01:00
**Note:** The video above goes through the setup for a user with username `daattalitest`. I only edited one setting in the `_config.yml` file in the video, but **you should actually go through the rest of the settings as well. Don't be lazy, go through all the settings :)**
2015-03-03 09:14:46 +01:00
2015-03-03 07:09:31 +01:00
### Add your own content
2016-03-28 06:38:04 +02:00
To add pages to your site, you can either write a markdown file (`.md`) or you can write an HTML file directly. It is much easier to write markdown than HTML, so I suggest you do that (use the [tutorial I mentioned above](http://markdowntutorial.com/) if you need to learn markdown). You can look at some files on this site to get an idea of how to write markdown. To look at existing files, click on any file that ends in `.md`, for example [`aboutme.md`](./aboutme.md). On the next page you can see some nicely formatted text (there is a word in bold, a link, bullet points), and if you click on the pencil icon to edit the file, you will see the markdown that generated the pretty text. Very easy!
In contrast, look at [`index.html`](./index.html). That's how your write HTML - not as pretty. So stick with markdown if you don't know HTML.
2016-03-28 06:38:04 +02:00
Any file that you add inside the [`_posts`](./_posts) directory will be treated as a blog entry. You can look at the existing files there to get an idea of how to write blog posts. After you successfully add your own post, you can delete the existing files inside [`_posts`](./_posts) to remove the sample posts, as those are just demo posts to help you learn.
2015-03-03 07:09:31 +01:00
As mentioned previously, you can use [prose.io](http://prose.io/) to add or edit files instead of doing it directly on GitHub, it can be a little easier that way.
2016-03-28 06:38:04 +02:00
### Last important thing: YAML front matter ("parameters" for a page)
2015-03-03 07:09:31 +01:00
2015-03-11 04:57:31 +01:00
In order to have your new pages use this template and not just be plain pages, you need to add [YAML front matter](http://jekyllrb.com/docs/frontmatter/) to the top of each page. This is where you'll give each page some parameters that I made available, such as a title and subtitle. I'll go into more detail about what parameters are available later. If you don't want to use any parameters on your new page (this also means having no title), then use the empty YAML front matter:
2015-03-03 08:29:07 +01:00
```
---
---
```
2015-03-11 04:57:31 +01:00
If you want to use any parameters, write them between the two lines. For example, you can have this at the top of a page:
2015-03-03 08:29:07 +01:00
2015-03-11 04:57:31 +01:00
```
---
title: Contact me
subtitle: Here you'll find all the ways to get in touch with me
---
```
2015-03-11 04:58:13 +01:00
You can look at the top of [`aboutme.md`](./aboutme.md) or [`index.html`](./index.html) as more examples.
2015-03-11 04:57:31 +01:00
2016-03-28 06:38:04 +02:00
**Important takeaway: ALWAYS add the YAML front matter to EVERY page, which is two lines with three dashes. If you have any parameters, they go between the two lines.**
If you don't include YAML then your file will not use the template.
2015-03-03 09:36:56 +01:00
2016-03-28 06:38:04 +02:00
## Basic Features
2015-03-03 08:29:07 +01:00
#### Mobile-first
2016-03-28 06:38:04 +02:00
**Beautiful Jekyll** is designed to look great on both large-screen and small-screen (mobile) devices. Load up your site on your phone or your gigantic iMac, and the site will work well on both, though it will look slightly different.
2015-03-03 08:29:07 +01:00
#### Personalization
2016-03-18 12:41:06 +01:00
Many personalization settings in `_config.yml`, such as setting your name and site's description, setting your avatar to add a little image in the navigation bar, customizing the links in the menus, customizing what social media links to show in the footer, etc.
2016-03-18 12:41:06 +01:00
#### Allowing users to leave comments
2015-09-15 06:30:03 +02:00
If you want to enable comments on your site, Beautiful Jekyll supports the [Disqus](https://disqus.com/) comments plugin. To use it, simply sign up to Disqus and add your Disqus shortname to the `disqus` parameter in the `_config.yml`.
If the `disqus` parameter is set in the configuration file, then all blog posts will have comments turned on by default. To turn off comments on a particular blog post, add `comments: false` to the YAML front matter. If you want to add comments on the bottom of a non-blog page, add `comments: true` to the YAML front matter.
#### Adding Google Analytics to track page views
Beautiful Jekyll lets you easily add Google Analytics to all your pages. This will let you track all sorts of information about visits to your website, such as how many times each page is viewed and where (geographically) your users come from. To add Google Analytics, simply sign up to [Google Analytics](http://www.google.com/analytics/) to obtain your Google Tracking ID, and add this tracking ID to the `google_analytics` parameter in `_config.yml`.
2015-03-03 08:29:07 +01:00
#### Page types
2016-03-28 06:38:04 +02:00
- **post** - To write a blog post, add a markdown or HTML file in the `_posts` folder. As long as you give it YAML front matter (the two lines of three dashes), it will automatically be rendered like a blog post. Look at the existing blog post files to see examples of how to use YAML parameters in blog posts.
- **page** - Any page outside the `_posts` folder that uses YAML front matter will have a very similar style to blog posts.
- **minimal** - If you want to create a page with minimal styling (ie. without the bulky navigation bar and footer), assign `layout: minimal` to the YAML front matter.
- If you want to completely bypass the template engine and just write your own HTML page, simply omit the YAML front matter. Only do this if you know how to write HTML!
2015-03-03 08:29:07 +01:00
#### YAML front matter parameters
2015-03-03 07:09:31 +01:00
These are the main parameters you can place inside a page's YAML front matter that **Beautiful Jekyll** supports.
2015-03-03 09:00:57 +01:00
2015-03-03 10:03:01 +01:00
Parameter | Description
----------- | -----------
title | Page or blog post title
2016-03-28 06:38:04 +02:00
subtitle | Short description of page or blog post that goes under the title
2016-03-18 12:41:06 +01:00
bigimg | Include a large full-width image at the top of the page. You can either give the path to a single image, or provide a list of images to cycle through (see [my personal website](http://deanattali.com/) as an example).
2016-03-28 06:38:04 +02:00
comments | If you want do add Disqus comments to a specific page, use `comments: true`. Comments are automatically enabled on blog posts; to turn comments off for a specific post, use `comments: false`. Comments only work if you set your Disqus id in the `_config.yml` file.
2016-03-18 12:41:06 +01:00
show-avatar | If you have an avatar configured in the `_config.yml` but you want to turn it off on a specific page, use `show-avatar: false`. If you want to turn it off by default, locate the line `show-avatar: true` in the file `_config.yml` and change the `true` to `false`; then you can selectively turn it on in specific pages using `show-avatar: true`.
2016-03-28 06:38:04 +02:00
fb-img | If you want to share a page on Facebook, by default Facebook will use the first image it can find on the page. If you want to specify an image to use when sharing the page on Facebook, then provide the image's URL here
layout | What type of page this is (default is `blog` for blog posts and `page` for other pages. You can use `minimal` if you don't want a header and footer)
2015-03-03 10:03:01 +01:00
js | List of local JavaScript files to include in the page (eg. `/js/mypage.js`)
ext-js | List of external JavaScript files to include in the page (eg. `//cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.2/underscore-min.js`)
css | List of local CSS files to include in the page
ex-css | List of external CSS files to include in the page
googlefonts | List of Google fonts to include in the page (eg. `["Monoton", "Lobster"]`)
2015-03-03 03:06:23 +01:00
### RSS feed
Beautiful Jekyll automatically generates a simple RSS feed of your blog posts, to allow others to subscribe to your posts. If you want to add a link to your RSS feed in the footer of every page, find the `rss: false` line in `_config.yml` and change it to `rss: true`.
2015-03-05 03:46:52 +01:00
### GitHub Project page vs user page
2015-03-03 00:06:54 +01:00
2015-03-03 08:29:07 +01:00
If you're not sure what the difference is, then ignore this section.
If you want to use this theme for a project page for a specific repository instead of your main GitHub user page, that's no problem. The demo for this site ([daattali.github.io/beautiful-jekyll](http://deanattali.com/beautiful-jekyll)) is actually set up as a project page while my personal site ([daattali.github.io](http://deanattali.com)) is a regular user page. The only difference is that in the `_config.yml`, you should set `baseurl` to be `/projectname` instead of `""`.
2015-03-03 03:06:23 +01:00
To set up a GitHub Project page, simply fork this repository into a branch called `gh-pages` in your repository. Whatever is under the `gh-pages` branch will be served by Jekyll. Your site will be at `http://username.github.io/projectname/`.
2015-03-11 05:01:18 +01:00
---
2015-03-03 03:06:23 +01:00
2016-03-28 06:38:04 +02:00
### Advanced features
I wrote [a blog post](http://deanattali.com/2015/03/12/beautiful-jekyll-how-to-build-a-site-in-minutes/) describing some more advanced features that I used in my website that are applicable to any Jekyll site. It describes how I used a custom URL for my site (deanattali.com instead of daattali.github.io), how to add a Google-powered search into your site, and provides a few more details about having an RSS feed.
2016-03-28 06:38:04 +02:00
### Featured users (success stories!)
2015-09-06 03:48:37 +02:00
2015-10-25 21:49:43 +01:00
To my huge surprise, Beautiful Jekyll has been used in over 500 websites in its first 6 months. Here is a hand-picked selection of some websites that use Beautiful Jekyll.
2015-09-06 03:48:37 +02:00
2015-09-06 04:11:36 +02:00
Want your website featured here? [Contact me](http://deanattali.com/aboutme#contact) to let me know about your website.
2015-09-06 03:48:37 +02:00
#### Project/company websites
| Website | Description |
| :------ |:----------- |
| [teampass.net](http://teampass.net) | Collaborative Passwords Manager |
2015-09-15 06:32:34 +02:00
| [derekogle.com/fishR](http://derekogle.com/fishR/) | Using R for Fisheries Analyses |
2015-09-06 03:48:37 +02:00
| [bigdata.juju.solutions](http://bigdata.juju.solutions) | Creating Big Data solutions Juju Solutions |
2015-09-21 00:53:51 +02:00
| [joecks.github.io/clipboard-actions](http://joecks.github.io/clipboard-actions/) | Clipboard Actions - an Android app |
2015-09-06 03:48:37 +02:00
| [embedded.guide](http://embedded.guide) | Writing an Embedded OS |
| [blabel.github.io](http://blabel.github.io) | Library for canonicalising blank node labels in RDF graphs |
| [organicrails.github.io](http://organicrails.github.io) | Ruby on Rails tutorial |
2015-09-08 12:10:33 +02:00
| [esentire.github.io](https://esentire.github.io) | Blog about threats and malware |
2015-09-06 03:48:37 +02:00
#### Personal websites
| Website | Who | What |
| :------ |:--- | :--- |
2015-09-06 04:20:47 +02:00
| [deanattali.com](http://deanattali.com) | Dean Attali | Creator of Beautiful Jekyll |
2015-09-06 03:48:37 +02:00
| [ouzor.github.io](http://ouzor.github.io) | Juuso Parkkinen | Data scientist |
2015-09-15 06:32:34 +02:00
| [derekogle.com](http://derekogle.com/) | Derek Ogle | Professor of Mathematical Sciences and Natural Resources |
2015-09-06 03:48:37 +02:00
| [tomwhite.io](http://tomwhite.io) | Thomas White | Ecology PhD student |
| [trappmartin.github.io](http://trappmartin.github.io) | Martin Trapp | Machine learning researcher |
2016-02-11 23:00:24 +01:00
| [melyanna.github.io](http://melyanna.github.io/) | Melyanna | Shows off her nice art |
2016-03-19 23:21:37 +01:00
| [chaitanyajoshi.xyz](http://chaitanyajoshi.xyz/) | Chaitanya Joshi | Computer Science undergrad |
2016-04-22 09:21:14 +02:00
| [chauff.github.io](http://chauff.github.io/) | Claudia Hauff | Professor at Delft University of Technology |
2016-04-25 11:05:39 +02:00
| [kootenpv.github.io](http://kootenpv.github.io/) | Pascal van Kooten | Data analytics |
2015-09-06 03:48:37 +02:00
2016-03-28 06:39:29 +02:00
### Very advanced: Local development
2016-03-28 06:38:04 +02:00
Beautiful Jekyll is meant to be so simple to use that you can do it all within the browser. However, if you'd like to develop locally on your own machine, that's possible too if you're comfortable with command line. Folow these simple steps to do that with Vagrant:
1. Install [VirtualBox](http://virtualbox.org) and [Vagrant](https://www.vagrantup.com)
2. Clone your fork `git clone git@github.com:yourusername/yourusername.github.io.git`
3. Inside your repository folder, run `vagrant up`
4. View your website at `http://0.0.0.0:4000` on *nix or `http://127.0.0.1:4000` on Windows.
5. Commit any changes and push everything to the master branch of your GitHub repository. GitHub Pages will then rebuild and serve your website automatically.
Disclaimer: I personally am NOT using local development so I don't know much about running Jekyll locally. If you follow this route, please don't ask me questions because unfortunately I honestly won't be able to help!
2015-09-06 03:58:31 +02:00
### Credits
This template was not made entirely from scratch. I would like to give special thanks to:
- [Barry Clark](https://github.com/barryclark) and his project [Jekyll Now](https://github.com/barryclark/jekyll-now), from whom I've taken several ideas and code snippets, as well as some documenation tips.
- [Iron Summit Media](https://github.com/IronSummitMedia) and their project [Bootstrap Clean Blog](https://github.com/IronSummitMedia/startbootstrap-clean-blog), from which I've used some design ideas and some of the templating code for posts and pagination.
2015-09-08 02:07:02 +02:00
I'd also like to thank [Dr. Jekyll's Themes](http://drjekyllthemes.github.io/), [Jekyll Themes](http://jekyllthemes.org/), and another [Jekyll Themes](http://jekyllrc.github.io/jekyllthemes/) for featuring Beautiful Jekyll in their Jekyll theme directories.
2015-09-06 03:58:31 +02:00
### Contributions
If you find anything wrong or would like to contribute in any way, feel free to create a pull request/open an issue/send me a message. Any comments are welcome!
If you do fork this project to use as a template for your site, I would appreciate if you keep the link in the footer to this project. I've noticed that several people who forked this repo removed the attribution and I would prefer to get the recognition if you do use this :)
2015-03-03 09:00:57 +01:00
### Known limitations
2015-03-03 07:54:59 +01:00
- If you have a project page and you want a custom 404 page, you must have a custom domain. See https://help.github.com/articles/custom-404-pages/. This means that if you have a regular User Page you can use the 404 page from this theme, but if it's a website for a specific repository, the 404 page will not be used.