Git Product home page Git Product logo

plain-html-blog's Introduction

plain-html-blog

plain-html-blog is a very clean, minimal Jekyll blog that works without CSS. It was inspired by websites which (for valid reasons) still make minimal use of styling with CSS and the like.

You can see it live right here: http://sebbas.org

screenshot-plain-html-blog

Installation

  1. Fork this repository
  2. Clone it: git clone [email protected]:yourusername/plain-html-blog.git
  3. Install ruby things: bundle install (if this doesn't work, look into installing Bundler)
  4. Start it up: jekyll serve -w

You should have a server up and running locally at http://localhost:4000.

Optional

If you would like to have the updated field (used to show the last modification date in the footer) in the YAML front matter to update automatically each time the page was modified and you make a commit, then symlink the executable pre-commit script (scripts/pre-commit) to your .git/hooks. You can do this by running

ln -s -f ../../scripts/pre-commit .git/hooks/pre-commit

Customization

  1. _config.yml: Your email, personal information and usernames should go here.
  2. CNAME: Want to use a custom domain? Just place yours in here.
  3. images/: If you have a photo or icon you'd like to use I recommend generating favicon, apple-touch-icon.png and the like with an online icon generator (just google for one). Place all generated images and files in this directory and, if necessary, adapt the paths in _includes/head.html

Deployment

This blog is all set for use with Github (it's not using any additional Jekyll plugins). So all you have to do is rename your repository to username.github.io. Your site will be available at http://yourusername.github.io

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.