• Stars
    star
    400
  • Rank 107,843 (Top 3 %)
  • Language Stylus
  • License
    Other
  • Created over 8 years ago
  • Updated 12 months ago

Reviews

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

Repository Details

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

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.

More Repositories

1

dinoql

A customizable GraphQL style query language for interacting with JavaScript objects.
JavaScript
1,047
star
2

vim-frontend

โญ Vim Frontend is a Vim configured for Front-end Developers.
Vim Script
284
star
3

placeload.js

The best way to create a placeholder layout effect using pure js. ๐Ÿจ Like Facebook, Slack, Medium, etc.
JavaScript
218
star
4

formap

A reagent library to build awesome dynamic forms. ๐Ÿ”จ
Clojure
14
star
5

asciilang

๐Ÿ‘Š Foreign languages for developers
JavaScript
12
star
6

generator-capybara

๐Ÿ’  Generator for front-end with Atomic Design + Stylus + Webpack + Rupture + Kouto-Swiss + Jeet + ES6 + BrowserSync.
JavaScript
11
star
7

tutorial-clojurescript

Um tutorial de ClojureScript para seres humanos. ๐Ÿ˜ˆ
JavaScript
10
star
8

gatsby-plugin-static-props

An implementation from 'getStaticProps' from Next.js to Gatsby via Plugin ๐Ÿช›
JavaScript
7
star
9

react-listable

A collection of react components that iterates over the 'each' prop and renders the 'render' prop. ๐Ÿ”ข
JavaScript
7
star
10

babel-plugin-change-import

This plugin is a transform to remove unused library dependencies, without forcing the user to cherry pick import manually. This lets you use libraries naturally without worrying about bundling parts you're not using.
JavaScript
4
star
11

beware

A micro library to improve the user experience on your website. ๐Ÿฆ
JavaScript
3
star
12

packblade

Packblade is the best way to you automate the installation of your apps and dotfiles.
JavaScript
2
star
13

awesome-vimrc-list

A list of awesome vimrc.
2
star
14

victorlast.github.io

HTML
2
star
15

genS

Sorts file values using external memory, and generates random number files.
C
2
star
16

workshop-graphql

JavaScript
2
star
17

barrHub

A SPA in ClojureScript using GitHub API.
Clojure
2
star
18

StudyGo-Annotation

Interface de anotaรงรตes/serve como blog de estudos.
PHP
2
star
19

vitas-maker

HTML
2
star
20

codelang

Practise a foreign language fast and easy, and improve your communication skills while you're developing.
JavaScript
2
star
21

remember.chrome

A chrome alarm manager to schedule code to run periodically or at a specified time in the future.
JavaScript
2
star
22

eight-ball

๐Ÿ˜ผ A impossible multiplayer game, if you is very fast, unfortunately you're not going to make it.
Java
1
star
23

seusalario

1
star
24

input-fullscreen

1
star
25

tobby

๐Ÿธ A library for DOM manipulate and rendering HTML in ClojureScript.
Clojure
1
star
26

Calculator-windows

A calculator in Java SE :bowtie:
Java
1
star