Giter VIP home page Giter VIP logo

blog-jekyll's Introduction

mildronize.github.io (https://mildronize.com)

Build Status

my blog

My blog devlopment

stacks

  • browsersync
  • docker
  • jekyll
  • unison (for docker)

prerequisites: unison, docker, docker-compose, yarn

dev live preview by browsersync

yarn dev

dev with docker

yarn dev:docker-init
yarn dev:docker

build js

yarn build:webpack

build manually

docker-compose up jekyll-build

TODO

  • add webpack 4

Page

Notes is a collection of post which is "notes" category

Categories

  • articles
  • templates
  • notes
  • projects

Layouts

  • default: the parent of other layouts

  • page: page layout, it is located at root

  • post: regular post, quick post, everything to write

    • Enable table of contents: add toc parameter into header
    toc: true
  • showcase: extra layout for displaying template, project script or anything want to show

    • There are 3 buttons: Home, Demo, Source code
    • extra parameter in yaml header of each file
      • description: brief explanation
      • image: screenshot of showcase
      • home: link to home of showcase
      • demo: link to demo of showcase
      • source: link to source code of showcase
    • example the post uses showcase layout
    ---
    layout: showcase
    category: templates
    ---

Structure

/_posts collects 3 categories:

  • articles: quick post

  • templates: use showcase layout

    ---
    layout: showcase
    category: templates
    ---
  • notes: flexible page, usually use permalink and description

    ---
    layout: post
    category: notes
    permalink: notes/__note_name__
    ---
    • Feature the note: add featured parameter into header
    featured: true

Public Directory

css

  • Theme

    • hyde.css
    • mildronize.css
    • poole.css
    • syntax.css
  • Font

    • boon-font.css
  • Pure css

    • forms-min.css
    • buttons-min.css
  • Icon

    • font-awesome-4.3.0.min.css
  • Extension

    • expanding-search-bar.css

js

  • Expanding Search Bar
    • uisearch.js
    • classie.js
  • Seach page
    • angular.min.js

blog-jekyll's People

Contributors

mildronize avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

blog-jekyll's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.