All Projects → curtiscde → hugo-theme-massively

curtiscde / hugo-theme-massively

Licence: other
Massively theme for Hugo static site generator

Programming Languages

SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
typescript
32286 projects

Projects that are alternatives of or similar to hugo-theme-massively

geeky-hugo
Geeky is a Personal Hugo blog theme focused on high speed. Geeky is fully responsive, Superfast, and powered by Bootstrap v5.
Stars: ✭ 44 (-61.06%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme, jamstack
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+5.31%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
navigator-hugo
Navigator Business theme powered by Hugo. It also could be used for a personal portfolio.
Stars: ✭ 133 (+17.7%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (-71.68%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+69.91%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
influencer-hugo
Influencer is a Hugo theme for book authors and writers. It has also Snipcart supports for order books and payments.
Stars: ✭ 66 (-41.59%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (-55.75%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-48.67%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+46.02%)
Mutual labels:  hugo-theme, hugo, static-site, blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-57.52%)
Mutual labels:  hugo-theme, hugo, blog-theme, jamstack
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+1115.93%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. 📦
Stars: ✭ 89 (-21.24%)
Mutual labels:  hugo-theme, hugo, static-site
Hugo Theme Bootstrap4 Blog
A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Stars: ✭ 191 (+69.03%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+84.96%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (+67.26%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (-38.94%)
Mutual labels:  hugo-theme, hugo, blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+290.27%)
Mutual labels:  hugo-theme, hugo, blog-theme
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (-49.56%)
Mutual labels:  hugo-theme, hugo, blog-theme
contentful-hugo
A CLI tool that pulls data from Contentful and turns it into markdown files for Hugo and other static site generators. It also includes an express server that can be used for local development and content previews
Stars: ✭ 31 (-72.57%)
Mutual labels:  hugo, static-site, jamstack
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-57.52%)
Mutual labels:  hugo-theme, hugo, blog-theme

Hugo Theme Massively

e2e tests

Massively theme ported from HTML5 UP for use with the Hugo static site generator.

Demo

https://hugo-theme-massively.netlify.com/

Setup

Configuration

See the demo's configuration as an example:

https://github.com/curtiscde/hugo-theme-massively/blob/master/exampleSite/config-prod.toml

Hugo Internal Templates

The theme currently also supports the following "internal templates" supplied by Hugo

Cover Image

The cover image URL is hard-coded, therefore to replace this add an image to the following location in your Hugo application:

/static/images/bg.jpg

Supported Languages

Custom Front Matter

  • disableComments - If set to true this will disable comments on the post when Disqus is enabled.

Custom <head>

If you wish to add custom CSS overrides, or other elements in the <head>, then this can be done by adding the following to the root of your Hugo app: layouts/partials/htmlhead.custom.html. Any content added to this file will then be injected at the end of the <head>.

Development

Example Site Production Deployment

Production Deployment

$ cd exampleSite
$ hugo --config config-prod.toml

Running Locally

$ npm i
$ npm run hugo-dev

OR

$ cd exampleSite
$ hugo server --themesDir ../..

Original Theme Credits

License

This hugo theme is licensed under the Creative Commons Attribution 3.0 License.

Read More - LICENSE

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].