ricardoom / sandbox-dos

A basic Hugo site. The idea behind this site is to test out the best way to build a reusuable theme and then customize the site on top of the submodule without hacking the the submodule theme itself. By building the site this way we can always pull the base theme from git and take advantage of updates without breaking our own site.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sandbox Dos

This project serves as playground for designing and developing a theme

  • Takes advantage of the Open Props project

  • Incorporates a CUBE methodology for writing Sass and CSS

  • In this case it uses git submodules to incorporate the theme.

    • Future version should stick to either git submodule or go modules. Maintaining two will be too much.

About

A basic Hugo site. The idea behind this site is to test out the best way to build a reusuable theme and then customize the site on top of the submodule without hacking the the submodule theme itself. By building the site this way we can always pull the base theme from git and take advantage of updates without breaking our own site.


Languages

Language:HTML 98.8%Language:SCSS 1.2%