Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/henrythemes/hello-minima-theme
Hello, Minima! Theme - Get Started w/ GitHub Pages (Jekyll) in 60 Seconds using the Minima (Gem-Packaged) Theme
https://github.com/henrythemes/hello-minima-theme
Last synced: 2 months ago
JSON representation
Hello, Minima! Theme - Get Started w/ GitHub Pages (Jekyll) in 60 Seconds using the Minima (Gem-Packaged) Theme
- Host: GitHub
- URL: https://github.com/henrythemes/hello-minima-theme
- Owner: henrythemes
- Created: 2016-09-19T19:22:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T14:46:30.000Z (almost 8 years ago)
- Last Synced: 2024-08-02T09:26:06.748Z (5 months ago)
- Homepage:
- Size: 6.84 KB
- Stars: 11
- Watchers: 2
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-jekyll-themes - henrythemes/hello-minima-theme
README
# Hello, Minima! Theme - Get Started in 60 Seconds
Setup Jekyll with GitHub Pages in 60 seconds using Minima - the gem-packaged theme.
### Step 1 - Create the Jekyll Configuration / Settings File
Add your site title e.g. Your Site Title and let's use the minima theme
`_config.yml`:
```
title: Your Site Titletheme: minima
```### Step 2 - Create the Index Page
Add your index (front) page with a page title e.g. Welcome and using the default layout (built into Mimina and ready-to-use "out-of-the-gem"):
`index.md`:
```
---
title: Welcome
layout: default
---Hello, Minima!
```That's it. Ready for serving.
Go on GitHub in your repos **Settings** tab to the **GitHub Pages** sections and pick **Use the master branch** in **Select Source**.
Save. Enjoy. Happy Jekylling!### Live Demo
See a live demo @ [`henrythemes.github.io/hello-minima-theme` »](https://henrythemes.github.io/hello-minima-theme)
### Bonus - Q: Can I Use my Own Styles / Design / Theme? A: Hello, Jekyll! Theme - Get Started in 60 Seconds, The Blank Page Edition
To start from scratch with no styles (that is, a blank page / site) see
the [**Hello, Jekyll! Theme - Get Started in 60 Seconds**](https://github.com/henrythemes/hello-jekyll-theme) repo.### More Themes
See the [Dr. Jekyll's Themes](https://drjekyllthemes.github.io) directory.
## Meta
#### License
The Hello, Minima! theme is dedicated to the public domain.
Use it as you please with no restrictions whatsoever.#### Questions? Comments?
Post them to the [jekyll talk forum](http://talk.jekyllrb.com). Thanks!