Skip to content

anirtek/anirtek.github.io

This branch is 39 commits ahead of, 60 commits behind agusmakmun/agusmakmun.github.io:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Aniruddha Tekade
Apr 26, 2025
805ee03 Â· Apr 26, 2025
Apr 26, 2025
Sep 22, 2017
Oct 22, 2017
Jun 16, 2021
Apr 26, 2025
Apr 19, 2016
Apr 26, 2025
Sep 16, 2017
Jun 13, 2021
Apr 26, 2025
Apr 26, 2025
Apr 26, 2025
Apr 26, 2025
Apr 18, 2016
Sep 16, 2017
Apr 26, 2025
Sep 16, 2017
Apr 19, 2016
Sep 22, 2017
Jan 29, 2017
Apr 20, 2016

Repository files navigation

My Stack Problems

This project forked and has been modified from A simple grey theme for Jekyll, and the search posts using Super Search

Demo

Features

  • Sitemap and XML Feed
  • Paginations in homepage
  • Posts under category
  • Realtime Search Posts (title & description) under query.
  • Related Posts
  • Highlight pre
  • Next & Previous Post
  • Disqus comment
  • Projects page & Detail Project page
  • Share on social media
  • Google analytics
  • HTML Minify (Compress HTML) using Jekyll Compress HTML

Screenshot

Screenshot Post Page

Install & Configuration

  1. Fork this repository
  2. Edit site settings inside file of _config.yml
  3. Edit your projects at file of projects.md, _data/projects.json and inside path of _project/ (for detail project).
  4. Edit about yourself inside file of about.md

How to Use?

a. Add new Categories

All categories saved inside path of category/, you can see existed categories.

b. Add new Posts

  • All posts bassed on markdown syntax (please googling). allowed extensions is *.markdown or *.md.
  • This files can found at the path of _posts/.
  • and the name of files are following <date:%Y-%m-%d>-<slug>.<extension>, for example:
2013-09-23-welcome-to-jekyll.md

# or

2013-09-23-welcome-to-jekyll.markdown

Inside the file of it,

---
layout: post                          # (require) default post layout
title: "Your Title"                   # (require) a string title
date: 2016-04-20 19:51:02 +0700       # (require) a post date
categories: [python, django]          # (custom) some categories, but makesure these categories already exists inside path of `category/`
tags: [foo, bar]                      # (custom) tags only for meta `property="article:tag"`
image: Broadcast_Mail.png             # (custom) image only for meta `property="og:image"`, save your image inside path of `static/img/_posts`
---

# your content post with markdown syntax goes here...

Contributing

Feel free to open a bug or contribute to code!

Packages

No packages published

Languages

  • HTML 45.7%
  • CSS 21.7%
  • SCSS 20.3%
  • JavaScript 12.1%
  • Ruby 0.2%