Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.
/ hugoma Public archive

A boiler plate for Hugo created with Bulma and optimized with modern workflows and tooling. 🌟️

License

Notifications You must be signed in to change notification settings

FrancesCoronel/hugoma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

46 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

hugoma

Hugoma Theme

GitHub Issues GitHub Pull Requests MIT License

A starter theme for Hugo created with Bulma and optimized with modern workflows and tooling. 🌟️

THIS IS STILL A WORK IN PROGRESS. NOT OFFICIALLY PUBLISHED AS A THEME YET.

Installation

npm i

Start Live Server

npm start

This will automatically open a browser tab with the website and BrowserSync will automatically reload the CSS or refresh the whole page, when stylesheets or content changes.

Build

To build a static version of the website inside the /dist folder

npm run build

Usage

This website uses Hugo as the static site generator and Gulp + Webpack as the asset pipeline.

It is set up to use PostCSS and Babel for Sass and JavaScript compilation and transpilation.

For theme directory issues, refer to this thread.

Structure

β”œβ”€β”€ dist                // Static files generated
β”œβ”€β”€ gulpfile.babel.js   // Build processes
β”œβ”€β”€ netlify.toml        // Netlify deployment config
β”œβ”€β”€ package.json        // NPM packages
β”œβ”€β”€ site                // Compiles to dist
|  β”œβ”€β”€ archetypes       // Default templates
|  β”œβ”€β”€ config.toml      // Hugo config
|  β”œβ”€β”€ content          // Content goes here
|  β”œβ”€β”€ layouts          // Layouts for pages and posts
|  └── static           // Any static files
β”œβ”€β”€ src                 // Go to assets directory in dist
|  β”œβ”€β”€ img              // Minified
|  β”œβ”€β”€ js               // Compressed and transpiled
|  └── sass             // Compressed and compiled
└── webpack.config.js   // Webpack config

Showcase

Contributing

To get started...

  1. 🍴 Fork this repo
  2. πŸ”¨ View the contributing guidelines at CONTRIBUTING.md
  3. πŸ‘₯ Add yourself as a contributor under the credits section
  4. πŸ”§ Open a new pull request
  5. πŸŽ‰ Get your pull request approved - success!

Or just create an issue - any little bit of help counts! 😊

Code of Conduct

In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.

More details can be found at this project's code of conduct.

Credits

About

A boiler plate for Hugo created with Bulma and optimized with modern workflows and tooling. 🌟️

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published