All Projects â†’ williamcanin â†’ typing-jekyll-template

williamcanin / typing-jekyll-template

Licence: MIT, MIT licenses found Licenses found MIT LICENSE MIT COPYING
💉 Typing, is a template for Jekyll built especially for those who want to have a blog and pages quickly and lightly.

Programming Languages

HTML
75241 projects
SCSS
7915 projects
ruby
36898 projects - #4 most used programming language
coffeescript
4710 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to typing-jekyll-template

dry
Dry is a new template engine and language, and is a superset of Shopify's Liquid, with first-class support for advanced inheritance features, and more. From the creators of Enquirer, Assemble, Remarkable, and Micromatch.
Stars: ✭ 66 (-21.43%)
Mutual labels:  templates
flexible-templates
Allows saving templates of the "Flexible Content" field, for easy and fast use of them on other pages.
Stars: ✭ 36 (-57.14%)
Mutual labels:  templates
layouts
Wraps templates with layouts. Layouts can use other layouts and be nested to any depth. This can be used 100% standalone to wrap any kind of file with banners, headers or footer content. Use for markdown, HTML, handlebars views, lo-dash templates, etc. Layouts can also be vinyl files.
Stars: ✭ 28 (-66.67%)
Mutual labels:  templates
Prism-Templates
Prism Templates using the DotNet New cli
Stars: ✭ 13 (-84.52%)
Mutual labels:  templates
CP-Templates
Competitive Programming Templates
Stars: ✭ 28 (-66.67%)
Mutual labels:  templates
OSCE
Some exploits, which I’ve created during my OSCE preparation.
Stars: ✭ 74 (-11.9%)
Mutual labels:  templates
vagrant-templates
Vagrantfiles for self-contained development/test environments.
Stars: ✭ 28 (-66.67%)
Mutual labels:  templates
node
npm's fork of nodejs/node, for sending PRs to update deps/npm
Stars: ✭ 30 (-64.29%)
Mutual labels:  templates
vtex-cms-sauce
VTEX package for handling CMS requests.
Stars: ✭ 25 (-70.24%)
Mutual labels:  templates
cent
Community edition nuclei templates, a simple tool that allows you to organize all the Nuclei templates offered by the community in one place
Stars: ✭ 315 (+275%)
Mutual labels:  templates
quickstart-docker-git
Boostrap projects with a Dockerfile and a folder structure that works.
Stars: ✭ 47 (-44.05%)
Mutual labels:  templates
AzureDevOpsPipelines-Templates
This project shows how to use YAML templates in Azure DevOps Pipelines.
Stars: ✭ 35 (-58.33%)
Mutual labels:  templates
opendocs
Documentation resources
Stars: ✭ 46 (-45.24%)
Mutual labels:  templates
template-python
Template repository for Python projects
Stars: ✭ 20 (-76.19%)
Mutual labels:  templates
django-renderpdf
📄 A Django app to render django templates as PDF files.
Stars: ✭ 37 (-55.95%)
Mutual labels:  templates
ionic-vue-mobile-template-01
Hybrid app template built with vue, ionic and capacitor.
Stars: ✭ 47 (-44.05%)
Mutual labels:  templates
openfaas-rstats-templates
OpenFaaS templates for R
Stars: ✭ 17 (-79.76%)
Mutual labels:  templates
minijinja
MiniJinja is a powerful but minimal dependency template engine for Rust
Stars: ✭ 540 (+542.86%)
Mutual labels:  templates
Pode.Web
Web template framework for use with the Pode PowerShell web server
Stars: ✭ 83 (-1.19%)
Mutual labels:  templates
kickstart
Ruby on Rails application templates
Stars: ✭ 61 (-27.38%)
Mutual labels:  templates

Leia em Português

Typing

GitHub release (latest by date) Build Status GitHub GitHub repo size

Typing Change Themes

Introduction

Typing, is a template for Jekyll created especially for those who want to have a blog and pages quickly and lightly. Keep things simple, my friend!

Its interface is part of the "Keep It Simple" philosophy, precisely for high performance on all types of browsers and mobile devices.

You already have a template page for "Blog", "Projects", "Search", "Contact", "Tags", "Summary", "404" and "About", but you can change it as you wish by modifying the strings.

On the resume.md page, you can print using the browser shortcut Ctrl + P or the button. Printing will eliminate useless parts such as the sidebar.

You will also have a template for posting to the "" welcome-to-jekyll.md "** file and will need to follow the header of that template. The file contains some information you can get to use on your website.

The contact page (_ pages/global/contact.md) uses the feature Formspree, you need to have an account on the service and add your email and endpoint to the file _data/informations.yml.

userdata:
  email: "[email protected]"

Then you must change the type of plan you have in Formspree in the option:

website:
  ...
  content:
    ...
    contact:
      formspree:
        plan: "free|paid"
        endpoint: ""

NOTE: The paid plan, you will have the option to redirect the page after sending (or not) the form data, among other features. Typing has two pages ready for redirection if you use the paid option, one for success and one for failure. They are:

You can learn more at: Formspree Plans

In addition, all contents of the _data/informations.yml file should be changed to suit your needs and needs.

NOTE: Typing Jekyll Template does not support atomic compilation in Github Pages due to its own plug-in feature and some settings that the theme provides. You need to run the project clone on your machine, compile the site, and deploy it to the Github pages.

Features

  • Google Analytics
  • Google Fonts
  • Jekyll Search the blog page
  • Print on the resume page
  • Animated avatar on the sidebar
  • 404 Error Page
  • Disqus [Accountant and Comments]
  • Social network buttons
  • Theme Options
  • Enable and disable features

Used Plugins:

  • Plugins:
    • jekyll-coffeescript
    • jekyll-jsminify
    • jekyll-paginate
    • jekyll-gist
    • jekyll-youtube
    • jekyll-tagging
    • jekyll-sitemap
    • jekyll-feed
    • jemoji
    • jekyll-email-protect
    • jektify
  • From the project itself:
    • Readingtime [Estimated Reading Time]
    • Imager [Add image to post and pages]
    • DateLang [Complete dates in each language]
    • Badge [Add badges]
    • Endpost [Create a horizontal line]

Requirements

Required Version How to verify How to install
Git >= 2.25 git --version Git
Ruby >= 2.7 ruby -v Ruby
Gem >= 3.0 gem -v Ruby contains Gem
Bundler >= 2.0 bundler -v gem install bundler
Yarn >= 1.20 yarn -v Yarn
Npm >= 6.12 npm -v Npm

Using

1 - Cloning and entering the folder:

$ git clone https://github.com/williamcanin/typing-jekyll-template.git "my_site"
$ cd "my_site"

2 - Downloading Dependencies for Typing:

$ yarn install

Note: If you experience problems with yarn during installation of the dependencies, you may also be using npm like this: npm install.

3 - Build project to deploy:

$ yarn build

4 - Starting the Jekyll Service:

$ yarn serve

Clearing the cache/dependencies

If you want to clear the entire project cache, use the following command:

$ yarn clean

File '.hidden'

This file is specific to Linux systems, where are all files and folders that should be hidden so as not to visually pollute the project.

File 'index.md'

Now the homepage is in the file "index.md" in the project root folder. Write a good opening.

Folder 'assets'

This folder contains subfolders where some you don't need to fumble with, such as css, js, vendor and json. The folder images instead you should put the images to your website. Each subfolder of the images folder is self-explanatory.

Folder '_pages'

The pages are found in the _ pages/blogger and _ pages/global folder. The _ pages/blogger folder is contained in Blog pages and the _ pages/global folder is where about.md and projects.md page is contained.

If you do not want to work with the about.md and projects.md pages, we recommend leaving the published property to false. NEVER DELETE FOLDER PAGES blogger and global as they have unique properties that a normal page may not contain.

If you don't want to have a blog on your website then you should disable it in the archive _data/options.yml, where you will find more information in the section Files '_data/options.yml'.

To create a page is very simple. Using the following command, you create the header of a page in the _ pages directory, where all your created pages should be.

Creating a page

$ yarn page

The pages you create may or may not appear in your website menu. Just set the header menu -> enable property that looks like this:

---
layout: page
order: #number
title: "page1"
date: 2019-10-07 22:57:30
sitemap:
  priority: 0.7
  changefreq: 'monthly'
  lastmod: 2019-10-07 22:57:30
# Use icons of: https://fontawesome.com/icons
# E.g: fa-briefcase
icon:
menu:
  enable: true
  local: [default]
script: []
published: false
permalink: # add permilink for page. E.g: /smallparty/
---

Some properties you should not change, such as layout, date and menu -> location.

In the icon property you can either put the icon FontAwesome that is related to your created page, or simply leave it blank.

The property order, you can put a number that (according to the other pages), to sort in the website menu.

Be sure to leave the published property to true for your page to appear.

Folder '_posts'

The _posts folder is where you will put all your posts. Creating a post is as simple as creating a page.

Creating a post

$ yarn post

You will enter an intuitive console to enter the title name of your post. When creating, the header will look something like this:

---
layout: post
title: "mypost"
date: 2019-10-07 23:06:50
tags: ['tag1','tag2','tag3']
published: false
comments: false
excerpted: |
        Put here your excerpt
day_quote:
 title: "Put here title quote of the day"
 description: |
        "Put here your quote of the day"

# Does not change and does not remove 'script' variable.
script: [post.js]
---

Some properties you should not change, such as layout, data and script.

The excerpted property is text that you must set (if you wish) to appear in the posts listing of your website.

The day_quote property is where you can put a phrase you like at the end of your post.

The comments property is to enable or disable comments on the post itself.

Be sure to leave the published property to true for your post to appear.

Folder 'public'

The public folder will be your entire compiled website. It will be the contents of this folder that you must upload to your hosting server.

Folder '_src'

This folder is where the whole template structure is. You don't need to change anything in this folder unless you want to corrupt the theme. :)

Folder 'vendor'

This folder will have all the dependencies for your template to be generated and work. It is created and populated with the yarn install command. Do not delete it.

Template files you should NOT change or delete

  • Gemfile
  • package.json
  • Rakefile
  • .yarnrc
  • .hidden

Settings

Well, now that you know about some folders and files, let's understand how to configure Typing to your liking. Come on.

Folder 'CNAME'

To learn about this file, read about CNAME records HERE

File '_config.yml'

The first file you open to configure is _config.yml. In this file you will have some indication of blocks that should be changed, but basically you should change the url and baseurl property only.

In url you enter the url of your domain. For example:

url: http://mysite.com

In baseurl you tell the subfolder your website is (if it is). For example:

baseurl: /site1

NOTE: Do not put slash at the end.

It has the plugin settings Jektify, you can also change to your liking. Another setting you could do is in the reading_time and datelang properties, changing their locale to their language.

The supported languages for reading_time and datelang are:

  • ch_CH - Chinese
  • de_DE - Deutschland
  • en_US - English
  • es_ES - Spanish
  • fr_FR - French
  • it_IT - Italian
  • ja_JP - Japan
  • pt_PT - Portuguese
  • ru_RU - Russian

Other changes you can make to _ config.yml:

Enables or disables blog pagination [default: true]:

pagination:
  enabled: true

NOTE: If you want to disable the pager, after making the above settings, you have to go to page _pages/blogger/blog.md and leave pagination -> enable to false.

Changes the server port [default: 4000]:

port: 4000

Change server host [default: localhost]:

host: localhost

The other property you do not need to dig through.

File '_data/informations.yml'

The file '_ data/informations.yml' is a file that contains template information, most of which is the string that appears on the website. You should set the property values of this file to your liking.

Some basic settings you will make in this file are:

Change avatar

You must enter the name of your avatar, which should be in the folder assets/images/avatar in the following property:

sidebar:
  avatar:
    img: "your_first_photo_avatar.png|jpg"
    flip:
      img: "your_second_photo_avatar.png|jpg"

The avatar has a Flip animation, where you must enter a second image in the flip -> img property. If you do not want this animation, you can disable it by reading the section File '_data/options.yml'.

Change theme

This is one of the coolest features of Typing, which is that you can quickly switch between multiple themes, and even customize one (if you know a bit of CSS/SCSS) . Come on.

By default Typing comes with 5 (five) official themes, they are:

  • typing
  • whiteglass
  • cloudysky
  • hacking
  • littlegirl

To use a theme, simply change the theme property in the '_ data/informations.yml' file and then compile your project again:

website:
  ....
  theme: "typing"
Know the face of the themes
Typing

Typing

Whiteglass

Whiteglass

Cloudysky

Whiteglass

Hacking

Hacking

Littlegirl

Littlegirl

Creating your own theme

You will also have the file _src/_sass/theme/custom.scss, where you can create your own theme without changing Typing officers.

NOTE: The folder _src may be hidden due to the file .hidden. With your file manager, show hidden files or open every project in a preferred text editor. Only change template files if you know what you are doing.

Comments on posts

Typing uses Disqus to embed comments on the blog. To have the comments feature, you must inform the user of the in the file "_ data/_informations.yml":

userdata:
  disqus:
    username: "my_user_disqus"

NOTE: The commenting feature will appear if the Jekyll environment is a production environment, not a development environment, ie when executing the yarn build command.

You can also enable or disable commenting for each post you make. In the post header, change the property:

comments: true|false

File '_data/options.yml'

This file contains options to enable and disable Typing features. In this file you should basically change as you like.

Disabling Blog

One of the things you might not want is a blogless website, in which case you should leave the property below to false:

blog:
  enable: false

After changing this property, you MUST change in the _ pages/blogger/blog.md file the following property to false:

menu:
  enable: false

So the link Blog will not appear in the menu.

Turning avatar features on and off

Another feature you may want to change is avatar animation. By default, FLIP animation is enabled. To disable this animation, you leave the low property with value of false:

sidebar:
  ...
  avatar:
    ....
    flip: false

If you don't want an avatar on your website, simply disable it in the option:

sidebar:
  ...
  avatar:
    enable: false

Enabling Terminal Simulator

Another feature Typing acquired was a terminal simulator on the homepage. This is a visual matter only, as the terminal is not real.

Mixing a project that resembles the past and at the same time the present.

To enable the terminal simulator on the home page, just leave the same settings below:

home:
  ...
  terminal:
    enable: true

Here's how this feature will behave in your project:

Terminal

There is much more functionality in the _data/options.yml file for you to explore :)

Demo

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

Questions

Have your say about Typing Jekyll Template at: Typing Jekyll Template - Issues

Versions

You can download versions without creating a clone with Git. Go to Releases

License and Copyrights

License: MIT License (MIT)

Copyright: William C. Canin | Copyright © 2015-2021

Você pode alterar a estrutura do Typing Jekyll Template conforme desejar, desde que não manipule ou remova os direitos autorais de William C.Canin no projeto

Donation

Click on the image below to be redirected the donation forms:

Credits

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].