Git Product home page Git Product logo

mustard's Introduction

Mustard theme for Jekyll

Hello!

I was designing from scratch a Jekyll theme for my personal site and I thought it could be useful to others, so here I am publishing the basic files you need if you like it or if you want to contribute and make it better.

How to use the Mustard theme

The current template has 3 main pages: a home page, an "about me" page, and a blog.

Set up your site at _config.yml and start by adding your content at about.md and index.md.

.
├── _config.yml           # Configuration data
├── _includes             # Partials of the site which are used in most pages
|   ├── footer.html           # Footer line
|   ├── head.html             # Head HTML tag contents
|   ├── menu.html             # Link menu
|   └── header.html           # Hello! message container
├── _layouts              # Site templates
|   ├── default.html          # Default template
|   ├── blog.html             # Blog template: shows titles and excerpts for posts
|   ├── home.html             # Home page. Includes index.md and lists posts
|   └── post.html             # Template for posts in the blog
├── _posts                # Blog posts
|   ├── 2016-10-10-articles-you-must-read.markdown
|   └── 2016-10-10-hello-world.markdown
├── css                   # Styles
|   └── main.css
├── about.md              # Content for the "About me" section
├── index.md              # Content for the homepage
├── notes.md              # Notes section
└── feed.xml              # ATOM feed

Preview

mustard's People

Contributors

iriberri avatar

Stargazers

Javier Honduvilla Coto avatar Francisco Dans avatar

Watchers

James Cloos avatar

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.