All Projects → victorvoid → Space Jekyll Template

victorvoid / Space Jekyll Template

Licence: other
A simple spacemacs template on jekyll. https://victorvoid.github.io/space-jekyll-template/

Projects that are alternatives of or similar to Space Jekyll Template

Jekyll Theme Console
A jekyll theme inspired by linux consoles for hackers, developers and script kiddies.
Stars: ✭ 315 (-15.09%)
Mutual labels:  jekyll
Trumptracker.github.io
Open source for http://trumptracker.github.io/
Stars: ✭ 338 (-8.89%)
Mutual labels:  jekyll
Centrarium
A simple yet classy theme for your Jekyll website or blog.
Stars: ✭ 355 (-4.31%)
Mutual labels:  jekyll
Jekyll Klise
🏖 Klisé is a minimalist Jekyll theme for running a personal site or blog, light & dark mode support. (https://klise.now.sh)
Stars: ✭ 312 (-15.9%)
Mutual labels:  jekyll
Generator Jekyllized
A Yeoman generator for Jekyll to rapidly build sites using Gulp
Stars: ✭ 332 (-10.51%)
Mutual labels:  jekyll
Jekyll Theme Prologue
A Jekyll version of the "Prologue" theme by HTML5 UP
Stars: ✭ 346 (-6.74%)
Mutual labels:  jekyll
.spacemacs.d
My spacemacs configuration.
Stars: ✭ 307 (-17.25%)
Mutual labels:  spacemacs
Spacevim
Spacemacs for vim
Stars: ✭ 366 (-1.35%)
Mutual labels:  spacemacs
Aviator Jekyll Template
💧 API Documentation template for Jekyll
Stars: ✭ 337 (-9.16%)
Mutual labels:  jekyll
Siberiawolf.github.io
Siberiawolf的小窝
Stars: ✭ 353 (-4.85%)
Mutual labels:  jekyll
Beautiful Jekyll
✨ Build a beautiful and simple website in literally minutes. Demo at https://beautifuljekyll.com
Stars: ✭ 3,778 (+918.33%)
Mutual labels:  jekyll
Liberxue.github.io
Liberxue blog for lightweight Jekyll themes 轻量级自适应 简洁 卡片式博客主题 3秒搞定GitHub blog
Stars: ✭ 330 (-11.05%)
Mutual labels:  jekyll
Awesome First Timers
Place to contribute if you are a first timer
Stars: ✭ 353 (-4.85%)
Mutual labels:  jekyll
Jekyll Gallery Generator
A Jekyll plugin that generates photo galleries from directories full of images.
Stars: ✭ 315 (-15.09%)
Mutual labels:  jekyll
Will Jekyll Template
A simple Jekyll theme.
Stars: ✭ 360 (-2.96%)
Mutual labels:  jekyll
Plainwhite Jekyll
A configurable portfolio-style jekyll theme for writers.
Stars: ✭ 308 (-16.98%)
Mutual labels:  jekyll
Portfolyou
A beautiful portfolio Jekyll theme that works with GitHub Pages.
Stars: ✭ 334 (-9.97%)
Mutual labels:  jekyll
Researcher
A jekyll based resume template
Stars: ✭ 367 (-1.08%)
Mutual labels:  jekyll
Caniemail
Can I email… Support tables for HTML and CSS in emails.
Stars: ✭ 363 (-2.16%)
Mutual labels:  jekyll
Resume Website
jsonresume website 🏡
Stars: ✭ 351 (-5.39%)
Mutual labels:  jekyll

Space Jekyll

A simple and elegant Jekyll theme based on Spacemacs. The theme works well on mobile devices as well.

See a live demo here.

Site/User Settings

customize your site in _config.yml

# Site settings
description: A blog about lorem ipsum
baseurl: "" # the subpath
url: "" # the base hostname &/|| protocol for your site

# User settings
username: Lorem Ipsum
user_description: Lorem Developer
user_title: Lorem Ipsum
email: lorem@ipsum.com
twitter_username: loremipsum
github_username:  loremipsum
gplus_username:  loremipsum
disqus_username: loremipsum

See more about project and links in _config.yml

How to create a post ?

_posts create a file .md with structure:

---
layout: post
title: "Lorem ipsum speak.."
date: 2016-09-13 01:00:00
image: '/assets/img/post-image.png'
description: 'about tech'
tags:
- lorem
- tech
categories:
- Lorem ipsum
twitter_text: 'How to speak with Lorem'
---

How to insert new links on menu navigation ?

You should open _config.yml and change/add links section:

links:
  section_1: # you can use any name
    - title: home # show on menu
      url: / #link
      key_trigger: 1 # link shortcut and show on the left of the title
    - title: my posts
      url: /posts
      key_trigger: 2
    - title: series
      url: /series
      key_trigger: 3
    - title: tags
      url: /tags
      key_trigger: 4
    - title: about me
      url: /about
      key_trigger: 5

Frontend Technologies

  • Gulp: The streaming build system.
  • Stylus: expressive, dynamic, robust CSS.
  • BrowserSync: Time-saving synchronised browser testing.
  • Rupture: Simple media queries for stylus.
  • Kouto-Swiss: A complete CSS framework for Stylus.
  • Jeet: A grid system for human.
  • Zepto.js: The aerogel-weight jQuery-compatible JavaScript library.

How can I modify the theme ?

First, install jekyll and node.js.

  1. Fork the theme with your username, example: charlie.github.io
  2. Clone repository to your computer
  3. run npm install
  4. run gulp
  5. Be happy by modifying the files

Space Jekyll uses the Stylus to process his css, then modifies the style of the theme in this folder.

You can go in the variable.styl and modify the colors.

License

The MIT License (MIT)

Copyright (c) 2016 Victor Igor

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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