Git Product home page Git Product logo

ultralight's Introduction

ultralight

Build Status

Screen Shot 2024-05-08 at 22 57 41

Ultralight is super-lightweight responsive super Jekyll theme. Inspired by CNN Lite.

It can be hosted on GitHub Pages/IPFS.

Output size:

Pagespeed:

image

Usage

GitHub Pages

$ git clone https://github.com/kotet/ultralight.git && cd ultralight
$ git remote set-url origin https://github.com/yourname/yourname.github.io.git
$ git push origin master

IPFS

$ git clone https://github.com/kotet/ultralight.git && cd ultralight
$ bundle && bundle exec jekyll build
$ ipfs add -r _site/

Internal link

On IPFS, all internal links must be relative links. You can use relative template like this:

[link]({% include relative %}{% post_url your-article-filename %})

ultralight's People

Contributors

kotet avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

ultralight's Issues

Pagination doesn't work.

Hi, Kotet, I tried to add pagination by adding paginate: 5 and paginate_path: /page/:num/ to _config.yml ( like this web page mentioned ), but it didn`t work. Is it possible to add pagination to this theme? Maybe it looks better when there are too many posts. I like this theme so much. Thank you.

sass converter emits normalize.css and can't be disabled

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
...
$ ls -lh _site/assets/css/
total 76K
-rw-r--r-- 1 vscode vscode 75K Sep 22 06:21 style.css

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.