jekyll 3.2.1 default
This commit is contained in:
33
README.md
33
README.md
@ -1 +1,32 @@
|
||||
Example [Jekyll](http://jekyllrb.com) site using GitLab Pages. Read more at https://doc.gitlab.com/ee/pages/
|
||||

|
||||

|
||||
|
||||
----
|
||||
|
||||
View site: https://pages.gitlab.io/jekyll/
|
||||
|
||||
-----
|
||||
# Theme: Jekyll 3 Default
|
||||
|
||||
# Original source:
|
||||
|
||||
This project was created with [Jekyll] 3.1.2 default template by running `jekyll new project` locally.
|
||||
After that, the project was pushed to this repository with the following configurations:
|
||||
|
||||
- Jekyll version: 3.1.2
|
||||
- GitLab CI config: [`.gitlab-ci.yml`]
|
||||
- Gitignore: [`.gitignore`]
|
||||
- Jekyll config: [`_config.yml`](https://gitlab.com/jekyll-themes/default-bundler/blob/master/_config.yml)
|
||||
|
||||
# Building locally
|
||||
|
||||
_**Note:** We assume you already have [Jekyll 3.1.2][jek-312] installed and up and running on your computer._
|
||||
|
||||
To work locally with this project, there are a few options. But let's keep it simple:
|
||||
|
||||
- Fork, clone or download this project
|
||||
- Adjust [`_config.yml`] according to your project
|
||||
- Preview your project: `jekyll serve`
|
||||
|
||||
[`.gitlab-ci.yml`]: https://gitlab.com/pages/jekyll/blob/master/.gitlab-ci.yml
|
||||
[`.gitignore`]: https://gitlab.com/pages/jekyll/blob/master/.gitignore
|
Reference in New Issue
Block a user