Skip to content

chiel1112/Traincraft.github.io

 
 

Repository files navigation

Build Status Jekyll Version

testing URL https://chiel1112.github.io/Traincraft.github.io/

Table of Contents generated with DocToc

Getting Started

You can get started with GitLab Pages using Jekyll easily by either forking this repository or by uploading a new/existing Jekyll project.

Remember you need to wait for your site to build before you will be able to see your changes. You can track the build on the Pipelines tab.

Uploading new pages is done in the pages folder, new posts are done in the posts folder. All posts are required to follow the naming convention YYYY-MM-DD-name-of-post.ext

pages and posts may be in standard github .md format or using .markdown files following jekyll markdown rules https://www.markdownguide.org/tools/jekyll/

pages and posts require a header similar to

---
layout: post
title:  "Welcome to Jekyll!"
date:   2016-03-24 15:32:14 -0300
categories: new-release update
---

with the approporate layout based on what it is. (page/post)

Start by forking this repository

  1. Fork this repository.
  2. IMPORTANT: Remove the fork relationship. Go to Settings (⚙) > Edit Project and click the "Remove fork relationship" button.
  3. Enable Shared Runners. Go to Settings (⚙) > Pipelines and click the "Enable shared Runners" button.
  4. Rename the repository to match the name you want for your site.
  5. Edit your website through GitLab or clone the repository and push your changes.

Using Jekyll locally

To work locally with this project, you'll have to follow the steps below:

  1. Fork, clone or download this project
  2. Install Jekyll
  3. Download dependencies: bundle
  4. Build and preview: bundle exec jekyll serve
  5. Add content

The above commands should be executed from the root directory of this project.

Read more at Jekyll's documentation.

GitLab User or Group Pages

To use this project as your user/group website, you will need one additional step: just rename your project to namespace.gitlab.io, where namespace is your username or groupname. This can be done by navigating to your project's Settings.

Read more about user/group Pages and project Pages.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 56.2%
  • SCSS 34.9%
  • CSS 5.1%
  • Ruby 3.8%