Skip to content

markbranly/hacker-news-modern-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News Modern and Friendly UI

Design

Below is a quick look at the redesign. For more images and explanations of the design concept, check out the Design Improvements page.

Hacker News Homepage with new design applied

Why another Hacker News Redesign?

Read the Project Brief.

Roadmap

View the Project Roadmap.

Build

Since the end result is a single CSS file, and the source files are modern Pure CSS, the build process for this project is fairly simple.

Our build file, userstyle.css, provides the structure, or scaffolding, of the source files.

All @import statements in the build file are replaced with their file contents during the build process to create the single file required by UserStyles.world. A simple Makefile provides the build command:

$ make

An experimental watch command is available as well:

$ make watch

This command utilizes the cross-platform file-monitoring utility, fswatch. Early indications are that it works quite well.

About

A Modern UserStyle for Hacker News

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published