GithubHelp home page GithubHelp logo

jekyll-starter-theme's Introduction

Jekyll Starter Theme - Minimial

A minimalistic Jekyll starter theme for "classic" web sites (e.g. just some web pages)

├── _config.yml                  # site configuration
├── _layouts
|   └── default.html             # master layout template
├── css
|   └── style.css                # styles
├── three.html                   # another sample page (in hypertext markup e.g. html)
├── two.md                       # another sample page (in markdown e.g. md)
└── index.md                     # index (start) sample page (in markdown e.g. md)

Becomes

└── _site                        # output build folder; site gets generated here
    ├── css
    |   └── style.css            # styles for pages (copied 1:1 as is)
    ├── three.html               # another sample page
    ├── two.html                 # another sample page 
    └── index.html               # index (start) sample page

Live Demo

See a live demo @ henrythemes.github.io/jekyll-starter-theme »

Version 2.0

Note: For a more "advanced" starter theme, see the Jekyll Starter Theme V2. The V2 includes:

  • Shared (common) template/page building blocks using _includes e.g. head.html, header.html, footer.html etc.
  • CSS preprocessing using Sass/SCSS e.g. _settings.scss with $link-color etc.
  • Nav(igation) menu (auto-)built using a configuration / data block
  • And more

More Themes

See the Dr. Jekyll's Themes directory.

More Quick Starter Wizard Scripts

See the Mr. Hyde's Scripts library.

Meta

License

The starter theme is dedicated to the public domain. Use it as you please with no restrictions whatsoever.

Questions? Comments?

Post them to the wwwmake forum. Thanks!

jekyll-starter-theme's People

Contributors

geraldb avatar eringray19 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.