• Stars
    star
    439
  • Rank 95,834 (Top 2 %)
  • Language
    HTML
  • License
    MIT License
  • Created about 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

β˜• Free and open-source Jekyll theme

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
  • Pagination in homepage
  • Posts under category
  • Realtime Search Posts (title & description) by 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 Category

All categories saved inside path of category/, you can see the 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...

Installing in your local

bundle install
jekyll serve

Updating the Gemfile.lock

bundle update

Contributing

Feel free to open a bug or contribute to code!

More Repositories

1

django-markdown-editor

Awesome Django Markdown Editor, supported for Bootstrap & Semantic-UI
JavaScript
737
star
2

python-wordlist-generator

Create awesome wordlist with python, demo: https://asciinema.org/a/101677
Python
98
star
3

Django-Blog-Python-Learning

For newest version https://github.com/agusmakmun/python.web.id
Python
74
star
4

django-log-viewer

Django Log Viewer allows you to read & download log files in the admin page
JavaScript
62
star
5

Some-Examples-of-Simple-Python-Script

Some simple script of python for beginner and some issues
Python
33
star
6

django-image-optimizer

Django library that allows optimization of images by using TinyPNG or Pillow
Python
24
star
7

SentiStrengthID

Sentiment Strength Detection in Bahasa Indonesia.
Python
23
star
8

Profile

πŸ‘€ Awesome Personal Profile built on Django
Python
15
star
9

Python-ZIP-Cracker

Python ZIP Cracker with Bruteforce method and create file wordlist or with wordlist file
Python
15
star
10

python.web.id

Source code of https://python.web.id, adopting from stackoverflow and github.
HTML
14
star
11

django-address-model

django abstract model that provide the complete address, eg: no, na/rt, ca/rw, village/desa, sub district/kecamatan, district/kabupaten, province, country, postal code, currency code, phone code, etc.
Python
13
star
12

djangofaq

Under development 🚜 your contribution needed - adopting a concept from stackoverflow and github for the refferences.
HTML
11
star
13

welut

〰️ welut is django plugin to convert the .epub, .mobi or .pdf files as images. Usefull to manage e-library or e-commerce bassed on e-book system.
Python
10
star
14

djipsum

πŸ“ Django lorem ipsum generator - command plugin to generate (fake content data) for django
Python
9
star
15

flaskblog

Simple Flask Blog: Python 3, Flask , Mongodb, Jinja2, Bootstrap
HTML
5
star
16

ebayscraper

Python
4
star
17

common-tags

Common templatetags provides for Django
Python
3
star
18

django-contact-widget

βœ‰οΈ A simple contact form widget for Django.
Python
3
star
19

django-object-cloner

πŸ“‹ Easy way to clone/duplicate the objects including their child's with recursively.
Python
2
star
20

changewords

Simply python tool to change or replace the text string in the files. This tool pretty nice for programmers if somehow they want to replace/change their codes for many files, eg: function, class, variable, etc for recursive files or not.
Python
2
star
21

cekresi

πŸš› Free Chrome Extension (Cek Tarif & Resi JNE)
HTML
1
star
22

dj_tinypng

β˜• Implement API TinyPNG on Django
Python
1
star
23

resistor-calculator

Simply web app to calculate resistance of the resistor using Django.
Python
1
star
24

bash-commands

Shell
1
star
25

server-jinja2

Implementation of Jinja2 with BaseHTTPServer to render the template
Python
1
star
26

Python-Google-Translate

Python Google Translate by python.web.id
Python
1
star