GithubHelp home page GithubHelp logo

Minimalist

Build Status License

Minimalist is a simple and light weighted jekyll theme. It focuses on a minimalistic design but still providing all functionality for a personal blog.

Installation

To install Open Recipes you have to install jekyll. After successfully installing jekyll you have to clone this repository to your computer:

git clone https://github.com/Trybnetic/minimalist.git

Then switch into the directory and start jekyll:

cd minimalist
bundle exec jekyll serve

The last command starts a webserver on your local machine. Now you should have a copy of the site running at http://127.0.0.1:4000/. Open this url with your webbrowser and explore the site.
By changing some of the files (except of the config.yml) the changes will be displayed immediately.

Usage

After you successfully installed the theme on your computer you can add additional blog posts by creating new files in the _posts directory. The new files have to follow the name convention year-month-day-title.md.

Post structure

Example:

---
layout: post
title:  "Lorem ipsum"
date:   2017-09-06 01:03:29 +0200
categories: lorem ipsum
---

Eius ut fugiat omnis. Autem nihil dignissimos deserunt eum. In adipisci ipsum
natus saepe facere. Aspernatur velit autem sed. Rerum provident non incidunt id
expedita aliquam non. Eum sit saepe autem nam aut voluptatem non et.

<!--more-->

Sequi et ut consequatur et incidunt expedita provident. Iste ipsa eaque qui.
Totam vitae quasi nulla aut aliquam harum. Quibusdam et deserunt possimus
dolores voluptate facilis corrupti vero.

Each post consits of a header and a body. In the header defined by the ---, you have to make basic definitions concerning the blog post.
In the first line of the example the layout is specified. This should be layout: post for all blog post except you want to add a custom layout for a certain media type. In the second line the title of the blog post is specified. In the third line you have to add the date of publication which will be displayed on top of the blog post on the website. In the fourth and last line of the header you can add categories so your blog posts gets displayed at the categories site /categories/<category>/. The existing categories can be found in the categories/ folder.
Finally, you can add <!--more--> in your text to indicate that the text till this delimiter should be used as a preview at the homepage.

Categories

This theme supports using categories. If you want to add custom categories you need to add a <your category name>.md file to the categories/ folder, where <your category name> denotes the name of the category you want to add.
Your <your category name>.md needs to contain the following lines:

---
layout: category
category: <your category name>
permalink: /categories/<your category name>/
---

The first line specifies that the layout of the rendered site is category. In the second line you have to specify the name of the category you want to add. And finally, you have to specify the link scheme to your category site.

Host your own blog

The simplest way to host your own blog with the Minimalist theme is to fork the repository and use the gh-pages functionality provided by GitHub.

License

This jekyll theme is licensed under the MIT license. Check the license on whether and how you are allowed to use, modify and distribute this theme.

William's Projects

copacheck icon copacheck

This is project create by tkinter for check the coding and the parameter. Support for work

paalen icon paalen

CRM, ERP, Business Management Software

stepper-pi icon stepper-pi

Scripts to control stepper motors from the Raspberry Pi over GPIO

vietnamese_handwritten_text_recognition icon vietnamese_handwritten_text_recognition

This is a solution to Cinnamon AI Challenge (https://drive.google.com/drive/folders/1Qa2YA6w6V5MaNV-qxqhsHHoYFRK5JB39) using convolutional, attention, bidirectional LSTM, achieving CER 0.081 WER 0.188 and SER 0.89

vnlp icon vnlp

Vietnamese Natural Language Processing

wiring-x86 icon wiring-x86

A Python module to use most Arduino wiring functions on Intel® Arduino capable boards.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.