All Projects → hemangsk → Devjournal

hemangsk / Devjournal

Licence: mit
Jekyll theme for developers! 💻

Projects that are alternatives of or similar to Devjournal

Hagura
A light weight, minimal Jekyll theme.
Stars: ✭ 235 (+128.16%)
Mutual labels:  jekyll-themes, minimal
Universal Resume
Minimal and formal résumé (CV) website template for print, mobile, and desktop. https://bit.ly/ur_demo
Stars: ✭ 1,349 (+1209.71%)
Mutual labels:  minimal
Jekyll Yamt
YAMT is a minimal Jekyll theme focused on simplicity and ease-of-use.
Stars: ✭ 55 (-46.6%)
Mutual labels:  jekyll-themes
Dush
👏 Microscopic & functional event emitter in ~350 bytes, extensible through plugins.
Stars: ✭ 87 (-15.53%)
Mutual labels:  minimal
Minimal Feedback
🗳 minimal-feedback is a blazingly fast and highly customizable component to get user feedback.
Stars: ✭ 78 (-24.27%)
Mutual labels:  minimal
Bonjourr
iOS styled StartPage
Stars: ✭ 92 (-10.68%)
Mutual labels:  minimal
Dropin Minimal Css
Drop-in switcher for previewing minimal CSS frameworks
Stars: ✭ 1,061 (+930.1%)
Mutual labels:  minimal
Gatsby Starter Portfolio Minimal
A Gatsby Starter to create a clean one-page portfolio with Markdown content.
Stars: ✭ 100 (-2.91%)
Mutual labels:  minimal
Minimalftp
A lightweight, simple FTP server. Pure Java, no dependencies.
Stars: ✭ 94 (-8.74%)
Mutual labels:  minimal
Starving Artist Jekyll Theme
A portfolio theme for Jekyll for artists to display their work - http://chrisanthropic.github.io/starving-artist-jekyll-theme/
Stars: ✭ 83 (-19.42%)
Mutual labels:  jekyll-themes
Packer Ubuntu 1404
DEPRECATED - Packer Example - Ubuntu 14.04 Vagrant Box using Ansible provisioner
Stars: ✭ 81 (-21.36%)
Mutual labels:  minimal
Waffles
Bash Configuration Management
Stars: ✭ 79 (-23.3%)
Mutual labels:  minimal
Yui
Minimal vim color scheme
Stars: ✭ 93 (-9.71%)
Mutual labels:  minimal
Wallop
⛔️ currently unmaintained ⛔️ A minimal JS library for showing & hiding things
Stars: ✭ 1,125 (+992.23%)
Mutual labels:  minimal
Hanuman
A responsive, lightning-fast Jekyll theme built using AMP (Accelerated Mobile Pages) to speed up your blogs and websites.
Stars: ✭ 100 (-2.91%)
Mutual labels:  jekyll-themes
Monoapp
choo architecture without a renderer
Stars: ✭ 52 (-49.51%)
Mutual labels:  minimal
Autm Rb
Jekyll theme
Stars: ✭ 80 (-22.33%)
Mutual labels:  jekyll-themes
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (-13.59%)
Mutual labels:  minimal
Minimal Notes
Minimal Notes web app build with Vue.js
Stars: ✭ 102 (-0.97%)
Mutual labels:  minimal
Laines
Cycle-accurate NES emulator in ~1000 lines of code
Stars: ✭ 1,365 (+1225.24%)
Mutual labels:  minimal

If there's any issue you are facing in setting up DevJournal theme, I'm there for you. Just create an issue in this repository (http://github.com/hemangsk/DevJournal), (https://help.github.com/articles/creating-an-issue/) and I'll get back to you asap. 😄 👍

alt-tag

alt-tag

alt-tag

alt-tag

To create a new post 😎

  • Create a .markdown file inside _posts folder.
  • Name the file according to the standard jekyll format.
   2016-03-30-i-love-design.markdown
  • Write the Front Matter and content in the file.

          ---
          layout: post | default | page
          title:  String Post Title
          date:   Time Stamp
          categories: String | Array of Strings Category / Categories 
          ---
    
        ---
        layout: post
        title:  "The One with the Blackout"
        date:   2016-03-30 19:45:31 +0530
        categories: ["life", "friends"]
        ---
    

alt-tag alt-tag

Create new pages, such a breeze! 😄

  • Create a .md file in the root directory.
  • Name the file with the desired page link name.
   about.md
   design.md
  • Write the Front Matter and content in the file.
          ---
          layout: page
          title: String Title of the webpage
          permalink: / String / Permalink for the webpage
          tagline: String Optional DevJournal Feature : Tagline for the page
          ---
        ---
        layout: page
        title:  "Science"
        permalink:   /science/
        tagline : "Humanity is overrated."
        ---

alt-tag

That's all folks.

Super Flexible, Minimal, Text Based jekyll theme for the kickass geek 😎

It'd be really awesome if ,

  1. You wish to create some new feature and would like to integrate those in DevJournal. Pull requests are most welcome!
  2. Consider opening issues if you find bugs or feature requests.

Just so you know, the license type is MIT.

Its' all about being community driven. 🚌 🚌 💨

Have a great day! 😄 😄 😃

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