golink

A theme for Jekyll, to redirect links to his social network and contact.


Keywords
gem, golink, jekyll-site, jekyll-template, jekyll-theme, ruby
License
MIT
Install
gem install golink -v 1.0.6

Documentation

Go!link

Gem Version Build Status security

Go!link is a minimal theme for Jekyll, especially for those who want to have a page only to redirect links to other addresses.

Go!Link Theme

Table of Contents

Feature

  • Responsive
  • Google Analytics
  • Google Fonts
  • Avatar
  • 404 Error Page

Used plugins:

Requeriments

Requerid How to check How to install
ruby ruby -v Ruby
git git --version Git
gem gem -v Ruby contains Gem
bundler bundler -v gem install bundler
jekyll jekyll -v Jekyll
rake rake --version gem install rake
colorize gem list colorize gem install colorize

Usage and Install

1 - Install theme Go!Link:

$ gem install golink

2 - In an empty directory, start the structure for the theme 'Go!Link'.

$ golink init

3 - Run the command below to install the required plugins for Go! Link.

$ bundle install

4 - Ready! Now, you can run a test running the Jekyll server:

$ bundle exec jekyll serve

Custom Appearance

Now that the 'Go!Link' is functional, just put your information to leave it with your preference.

The settings are contained in the file '_data/dbase.yml'. In this file you must change the values according to your need.

The avatar for your new website must be inside the folder 'assets/images/avatar' and the favicon image, it must be in 'assets/images/favicon'.

The file '404.md' is the Error 404 page, if you enter the wrong address of your site, you will be redirected to this page. Of the same, contains text that will be displayed on the page, you can edit it as you want. In the header, you can edit the title and button values.

Deploy

Your site will be generated in the _site folder. Deploy these files to your hosting server.

Note: Before deploying to the server, you have to edit the Variables: url and baseurl in the _config.yml file according to url Where your site is crooked. You can get more information on how to set up at: Jekyll Configuration

Demo

If you want to see the project in action, go here > Demo

Questions

Make your opinions on Typing Jekyll Template, in: Go!Link - Issues

Versions

You can view and download the versions in RubyGems

License and Copyrights

License: MIT License (MIT)

Copyrights: William C. Canin | Copyright © 2017

You can change the structure of Go!Link as you wish, as long as you do not manipulate the copyrights of William C.Canin in the project

Credits