chrishannah / Pure

A minimal theme for Micro.blog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:HTML 70.5%Language:CSS 29.5%