• Stars
    star
    104
  • Rank 329,068 (Top 7 %)
  • Language
    HTML
  • License
    MIT License
  • Created over 8 years ago
  • Updated over 5 years ago

Reviews

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

Repository Details

Jekyll theme for developers! 💻

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! 😄 😄 😃

More Repositories

1

Gravity

Minimal is the new cool.
CSS
463
star
2

automata-python

[WIP] 📚 A python automata library implementing Finite Automata, FA with Output, PDA and TM 🚀 😄
Python
21
star
3

hemangsk.github.io

Journal
TypeScript
8
star
4

safarnama

Blogging for the free flying spirits ❄️ ☀️ 💭
HTML
6
star
5

ht_labs_task

Contains code for the work done for the story
Jupyter Notebook
3
star
6

capacitor-mlkit-language

Capacitor Plugin implementing Language Identification on Android & iOS using Google's on-device ML library - ML Kit
Swift
3
star
7

GSoCReport

Project Report for my Google Summer of Code 2017 work with coala
CSS
3
star
8

Markdown-Hacks

The Best Hacks for GitHub's Markdown. 😃 🚀 ☁️
2
star
9

python-on

🐍 Basic Python, Data Structures and Algorithms using Python & a Python Blog.
Python
2
star
10

try-ionic

Ionic App powered by http://webservices.coala.io
JavaScript
1
star
11

nexus-usict

Android App for all the happenings, sharing ideas and organising at college
Java
1
star
12

SolarEnergyIndia

HTML
1
star
13

python-fetchpdf

A python command line app to download all .pdf files from a link, faster than ligh...sound 🚀 😃 😄 🎉
Python
1
star
14

capacitor-tests-example

An example capacitor plugin with JUnit Tests.
Java
1
star
15

BelloMath

Smartass calculator with a 'crazy' mode
Java
1
star
16

campwiki

📚 Community driven campus notes wiki 🏫
HTML
1
star
17

LearningManagementSystem

[WIP] An online learning management system to manage assignments and projects for students and teachers.
TypeScript
1
star
18

gh-node-bot-prototype

A prototype of node.js bot 🤖 which can fetch coafile 📄 generated using coala-quickstart 🐨
JavaScript
1
star
19

software-engineering

Coupling, Cohesion, COCOMO & everything
HTML
1
star
20

Resuming

Jekyll theme to create a kickass resume! 😎 📄 😄
CSS
1
star
21

Moment

Jekyll theme for the Free Spirit. 😃 🎉
CSS
1
star
22

water-ice

Jekyll theme for the multitaskers! :bowtie: 🎉
CSS
1
star
23

Flatlander-Gemstore

Source code of codeschool's AngularJS course
HTML
1
star
24

coafile-bot

I'm a bot code.
Python
1
star