brycewray / hugo_solo

Further development suspended as of 2021-09-11.

Home Page:https://hugo-solo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo starter set

Note: Further development suspended as of 2021-09-11.

This is a starter set for the Hugo static site generator (SSG), based on the appearance of my website at brycewray.com.

See the online demo.

How to use

  1. Clone this to a local repo.
  2. Make appropriate changes to config.yaml to conform to your site’s parameters.
  3. Once you have installed Hugo, run hugo serve from your terminal app. You can then view the site in http://localhost:1313 on your computer.
  4. Read the sample posts and their Markdown files to see how everything works.
  5. Edit the content to make it your own!
  6. When ready, deploy the site to your chosen host.

What’s under the hood

Note: If you’re not averse to dealing with JavaScript from npm plugins and dependencies, you may be interested in another Hugo repo, hugo_twcss, which offers not only the same lazy-loading and image processing but also Tailwind CSS and PostCSS, rather than SCSS.

About

Further development suspended as of 2021-09-11.

https://hugo-solo.vercel.app/

License:MIT License


Languages

Language:SCSS 47.1%Language:HTML 27.7%Language:JavaScript 24.7%Language:CSS 0.5%