All Projects → agusmakmun → Agusmakmun.github.io

agusmakmun / Agusmakmun.github.io

Licence: mit
☕️ Free and open-source Jekyll theme

Projects that are alternatives of or similar to Agusmakmun.github.io

Primer
Primer is a Jekyll theme for GitHub Pages
Stars: ✭ 160 (-59.6%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Slate
Slate is a Jekyll theme for GitHub Pages
Stars: ✭ 195 (-50.76%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Oscailte
Oscailte — A powerful light, clean, and responsive Jekyll theme.
Stars: ✭ 178 (-55.05%)
Mutual labels:  jekyll, jekyll-theme, github-pages
So Simple Theme
A simple Jekyll theme for words and pictures.
Stars: ✭ 1,701 (+329.55%)
Mutual labels:  jekyll, jekyll-theme, github-pages
startbootstrap-stylish-portfolio-jekyll
Jekyll theme based on Stylish Portfolio Bootstrap theme
Stars: ✭ 20 (-94.95%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Pages Gem
A simple Ruby Gem to bootstrap dependencies for setting up and maintaining a local Jekyll environment in sync with GitHub Pages
Stars: ✭ 1,670 (+321.72%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (-16.67%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Neumorphism
Neumorphism designed Jekyll theme for personal websites, portfolios and resumes.
Stars: ✭ 96 (-75.76%)
Mutual labels:  jekyll, jekyll-theme, github-pages
fuse-core
The 'Fuse Core' Jekyll theme.
Stars: ✭ 29 (-92.68%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Just The Docs
A modern, high customizable, responsive Jekyll theme for documention with built-in search.
Stars: ✭ 3,747 (+846.21%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (-15.66%)
Mutual labels:  jekyll, jekyll-theme, github-pages
jekyll-theme-Hydrogen
👍轻盈、简洁的Jekyll主题,A Lightweight and Concise Jekyll theme For You.
Stars: ✭ 60 (-84.85%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Leap Day
Leap day is a Jekyll theme for GitHub Pages
Stars: ✭ 121 (-69.44%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Midnight
Midnight is a Jekyll theme for GitHub Pages
Stars: ✭ 155 (-60.86%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Jekyll Theme Yat
🎨 Yet another theme for elegant writers with modern flat style and beautiful night/dark mode.
Stars: ✭ 113 (-71.46%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Architect
Architect is a Jekyll theme for GitHub Pages
Stars: ✭ 182 (-54.04%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Dinky
Dinky is a Jekyll theme for GitHub Pages
Stars: ✭ 70 (-82.32%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Garth
🥁 A really basic theme for Jekyll
Stars: ✭ 85 (-78.54%)
Mutual labels:  jekyll, jekyll-theme, github-pages
Millennial
A minimalist Jekyll theme for running an online publication
Stars: ✭ 223 (-43.69%)
Mutual labels:  jekyll, jekyll-theme, github-pages
tactile
Tactile is a Jekyll theme for GitHub Pages
Stars: ✭ 70 (-82.32%)
Mutual labels:  jekyll, jekyll-theme, github-pages

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

Contributing

Feel free to open a bug or contribute to code!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].