Skip to content
/ Pure Public
forked from chrishannah/Pure

A minimal theme for Micro.blog

License

Notifications You must be signed in to change notification settings

mandaris/Pure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pure

hugo version license code style: prettier

A minimal theme for Micro.blog.

This theme was built around a few key ideas:

  • HTML should be as semantic and clear as possible.
  • The page should be readable without CSS or JavaScript.
  • Style should be simplistic.

There is also the desire for this theme to be a good base for other themes. Because of the semantic HTML, it should be relatively easy to modify the CSS to make the theme more personalised.

Screenshots

Chris Hannah's site in light mode.

Chris Hannah's site in dark mode.

For a full preview you can check out my microblog.

Code Style

This project makes use of the Prettier code formatter. This formatting will be done automatically in a GitHub Action, but most IDEs can be configured to run this locally.

There is also a second automated step which also runs as part of a GitHub Action, and that is Super-Linter. This runs the code through a whole host of linters, and will report any errors. Some configurations have been changed for this project, which can be found under .github/linters. The main change is that this project uses tabs instead of spaces.

About

A minimal theme for Micro.blog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.5%
  • CSS 29.5%