GithubHelp home page GithubHelp logo

jorovipe97 / ayushgoel.github.io Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ayushgoel/ayushgoel.github.io

0.0 2.0 0.0 1.8 MB

My blog made using jekyll

Home Page: http://ayushgoel.github.io

License: MIT License

Ruby 17.78% HTML 27.94% CSS 50.78% Shell 3.50%

ayushgoel.github.io's Introduction

Blog made using Jekyll and Github pages. Woohoo!

Theme

The theme is a custom one built on top of Emerald.

Theme customizations

  1. Change colors used across the blog by changing the respective values in base.scss

    $main-color: #173D48;
    $background-color: #FDFDFD;
    $text-color: #333333;
    
  2. To change the header image

    • Change the image named header-background.jpg in images folder.
    • You can also edit the CSS directly to get the image in header.scss.

Google Analytics

Replace with your analytics code in google_analytics.html.

Creating a page

Add the markdown file in _pages folder.

Creating a post

  1. Add the markdown file in _posts folder.

  2. Alternatively, use publish.sh to convert a simple markdown to a post and add tags to it.

    Usage: ./publish.sh <path-to-post-file> <title-of-post> <tags>
    Note: assumes post file to be markdown
  3. Add create-post as submodule. Now you can use create-post in the repo to create new posts.

    $ ./create-post --help
    usage: create-post.py [-h] [--dir DIR] [--ext EXT] [--title TITLE] [--version]
    
    Create sample post file to be used by Jekyll
    
    optional arguments:
      -h, --help     show this help message and exit
      --dir DIR      Directory path to write the sample post in. Default: _posts/
      --ext EXT      Extension type for the post. Default: .md
      --title TITLE  Title of the post. Default: title
      --version      show program's version number and exit

Installation

Author

Ayush Goel, [email protected]

License

  • The contents of this repository (except _posts, _pages, assets and _drafts folder) are available under the MIT license. See the LICENSE file for more info.
  • The contents of _posts, _pages, assets and _drafts folder are Copyright Ayush Goel. You may not reuse anything therein without my permission.

ayushgoel.github.io's People

Contributors

ayushgoel avatar

Watchers

 avatar  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.