GitXplorerGitXplorer
n

nerandell.github.io

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b1acfaa2fdbb9334a94870a6f07d3c8908497373

Add new post to connect over wifi with adb

committed 5 years ago
Unverified
a189ae30f2d43032a5361f66dd4ea7caf850a467

Change image for wordly

committed 5 years ago
Unverified
de76a67650d0ccae7d32479420c640f484cd23da

Add wordly

committed 5 years ago
Verified
04bfcfc3ace64c1842f99d91784e115549de8170

Update about.md

nnerandell committed 5 years ago
Verified
1d158292efc19c9a007f76ddad012a4e3ce448c6

Update about.md

nnerandell committed 5 years ago
Unverified
b343faa79c14144047a11d88b1827bf936e5af20

Add clarity as project

committed 5 years ago

README

The README file for this repository.

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

Contributing

Feel free to open a bug or contribute to code!