Giter Site home page Giter Site logo

jekyll-blog-template's Introduction

Purpose

Template to build a versatile blog forked from jeffreytse

Personalize the website

  1. Go to _data/defaults.yml and change the values for
    • heading
    • subheading
  2. Go to _data/translate_langs.yml to customize the options for automatic translations by adding or removing entries.
  3. To change the background image
    1. upload the file (ideally .jpeg) to assets/images/banners/
    2. change the entry for banner in index.html such that it points to your image of choice
  4. Go to _config.yml and change the values for
    1. title
    2. email
    3. author
    4. copyright
    5. description
    6. favicon
  5. Got to about.md and tell the world who you are
    1. To do so, look up the markdown syntax in some guide
  6. Go to _posts and add you first post
    1. the file needs to have a markdown extension (.md)
    2. the file name needs to follow the format year-month-day-filename.md (e.g. 2021-12-24-filename.md)
    3. in the head of the file, you need to provide values to the following entries (the value for layout needs to be post):
      1. layout: post
      2. title: Markdown Guide
      3. subtitle: Resources to work with Markdown
      4. categories: markdown
      5. tags: [guide, markdown]
    4. Write the content of the post in markdown

License

This theme is licensed under the MIT license © JeffreyTse.

jekyll-blog-template's People

Contributors

datamaunz avatar justutea avatar

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.