• Stars
    star
    131
  • Rank 274,469 (Top 6 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 9 years ago
  • Updated 2 months ago

Reviews

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

Repository Details

Joe's Blog

Joe's Blog

Codacy Badge GitHub contributors GitHub issues PRs Welcome license Travis

Introduction

The blog is based on mmistakes' contribution for Minimal Mistakes Jekyll Theme, the version is 4.11.1. Besides, I create a new layout named keynote, which allows you to present nicely IFRAME content in your blog. I also introduced Gitment into current theme.

Currently, the repositry contains not only the blog theme code, but also my articles' markdown files and other assets like photos. A seperate pure theme of this blog will be extracted in the soon future.

Feature - Presentation Post

This kind of layout allows you to present nicely IFRAME content in your blog, such as a presentation created with reveal.js.

Usage: Specify the layout: keynote, and add a extra iframe value to define the url of your HTML content, the format of keynote layout post shows below:

---
date: XXXX-XX-XX
layout: keynote
title: THIS IS YOUR ARTICLE TITLE
thread: THREAD ID
categories: CATEGORY
tags: [tag1, tag2]
excerpt: Introduction
iframe: PUT YOUR URL HERE, such as https://hijiangtao.github.io/slides/s-D3-Basic-Tutorial
---

Feature - Gitment

Gitment is a comment system based on GitHub Issues, which can be used in the frontend without any server-side implementation. To open it, you should specify some properties in _config.yml, an example shows below:

comments:
  provider               : "gitment"
  gitment:
    repo                 : "hijiangtao.github.io.comments"
    oauth_id             : Your_Oauth_ID
    oauth_secret         : Your_Oauth_Secret
    owner                : "hijiangtao"

The comment repositry of this blog is hijiangtao/hijiangtao.github.io.comments.

Serve locally

git clone [email protected]:hijiangtao/hijiangtao.github.io.git
bundle install
bundle exec jekyll serve

About

Create a new issue to report bugs or communicate with me about your insights.

This is the source code for my personal website.

Unless stated otherwise, all content is MIT-licensed.

Joe Jiang

2013-2019

More Repositories

1

resume

个人中文简历 Latex 源码 https://hijiangtao.github.io/
TeX
1,788
star
2

glmaps

Data visualization examples and tutorials from scratch. 数据可视化示例代码集与新手学习教程。
JavaScript
376
star
3

javascript-articles-monthly

JavaScript 文章精选月刊
318
star
4

FE-Cookbook

HTML/CSS & JavaScript, Web and related. 前端手册
JavaScript
290
star
5

LeetCode-with-JavaScript

Solutions collection of LeetCode submissions in JavaScript & TypeScript (LeetCode 解题集之 JavaScript & TypeScript 版)
JavaScript
201
star
6

weapp-newsapp

微信小程序-公众号热门文章信息流
JavaScript
199
star
7

ss-vis-component

VIS components for a security system, to monitor the state and confirm the system's health running.
JavaScript
90
star
8

friendlyhello-docker

《Docker 学习新手笔记:从入门到放弃》一文与示例代码
Python
43
star
9

Force-Directed-Layout

A Force Directed Layout work wrote in ES2015
JavaScript
22
star
10

d3-treemap-with-react-demo

绘制 D3 TreeMap 动画的一些设计思路
JavaScript
14
star
11

rainmood

一个简单项目,只有一个页面。循环播放十首电影原声精选,背景乐为下雨声。
JavaScript
12
star
12

infovis-ucas

Programming Assignment Project for Information Visualization Course on University of Chinese Academy of Sciences
JavaScript
12
star
13

build-time-analysis-webpack-plugin

A webpack plugin that output the build time file by file as a JSON format with filters
JavaScript
11
star
14

learn-rust-with-rustlings

🎉 Rustlings Solutions (Rustlings 解题集)
Rust
8
star
15

dark-tech

Dark-Tech : A New Hexo Theme
HTML
6
star
16

UrbanFACET

UrbanFACET: Visually Profiling Cities from Mobile Device Recorded Movement Data of Millions of City Residents
JavaScript
6
star
17

billboard-generator

Generate your billboard in a second
TypeScript
4
star
18

octo-note

A simple and small note app
JavaScript
2
star
19

hijiangtao.js.org

hijiangtao.js.org
2
star
20

awesome-toolbox

My Awesome Toolbox
2
star
21

slides

Personal Sharing X
HTML
2
star
22

ng-highcharts

Another highcharts directive for Angular but with pure highcharts imported from highcharts.js
TypeScript
2
star
23

hijiangtao

It's me! https://github.com/hijiangtao
1
star
24

ngut

HTML
1
star
25

shaonian.eu

CSS
1
star
26

custom-decorator-project

TypeScript 装饰器介绍与示例教程一文示例代码
HTML
1
star
27

fudao-hello

Debug @fudao/hello like a hero
TypeScript
1
star
28

dice

Roll a dice and make your day.
TypeScript
1
star
29

ngrx-store-example

Example code for @ngrx/store v9
TypeScript
1
star
30

simple-server

A funny server created with koa2.
JavaScript
1
star