Skip to content
This repository has been archived by the owner on Feb 11, 2024. It is now read-only.

swiing/hugo-theme-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💡 The primer team has discontinued primer.css. Such decision makes this repo mostly deprecated, at least in its current form. Primer is still usable as react components.

Hugo theme primer

hugo-theme-primer makes it easy to use primer in hugo.

  • hugo is an open source static site generator.

  • primer is the framework that makes the foundation of Github's design system.

💡 This is exploratory work to check the concept is worth. The theme is still very incomplete. Your contribution is welcome!

Documentation & experimentation

You can browse the documentation online.

The source for the documentation site is under the exampleSite/ directory. It uses the theme itself (of course!). Should you wish so, you can run the site locally:

cd exampleSite
hugo serve --themesDir ../..