All Projects → vaga → Hugo Theme M10c

vaga / Hugo Theme M10c

Licence: mit
A minimalistic (m10c) blog theme for Hugo

Projects that are alternatives of or similar to Hugo Theme M10c

hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (-77.58%)
Mutual labels:  hugo, dark, minimalistic
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+516.14%)
Mutual labels:  hugo, responsive
Lipi
A simple static blog generator.
Stars: ✭ 100 (-55.16%)
Mutual labels:  hacktoberfest, hugo
Aether
A responsive and clean Hugo theme for blogs
Stars: ✭ 136 (-39.01%)
Mutual labels:  hugo, responsive
Natural Gallery Js
A lazy load, infinite scroll and natural layout list gallery
Stars: ✭ 93 (-58.3%)
Mutual labels:  hacktoberfest, responsive
Quasar Apexcharts
📊 📈 📉 Project using Quasar framework and ApexCharts.
Stars: ✭ 94 (-57.85%)
Mutual labels:  hacktoberfest, responsive
Responsively App
A modified web browser that helps in responsive web development. A web developer's must have dev-tool.
Stars: ✭ 14,425 (+6368.61%)
Mutual labels:  hacktoberfest, responsive
Bootstrap Dark
The Definitive Guide to Dark Mode and Bootstrap 4 - A proof of concept
Stars: ✭ 54 (-75.78%)
Mutual labels:  dark, responsive
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (-35.87%)
Mutual labels:  hugo, responsive
Hugo Theme Fuji
A minimal Hugo theme with nice theme color. | 一个主题色极简 Hugo 主题。
Stars: ✭ 145 (-34.98%)
Mutual labels:  hugo, responsive
Anatole
Anatole is a minimalist two-column hugo theme based on farbox-theme-Anatole.
Stars: ✭ 220 (-1.35%)
Mutual labels:  hacktoberfest, hugo
Hugo Icon
Icon theme for Hugo
Stars: ✭ 85 (-61.88%)
Mutual labels:  hugo, responsive
Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (-63.68%)
Mutual labels:  hugo, minimalistic
Educenter Hugo
Educenter is an educational website template. It can be used as an online teaching platform, school and university websites
Stars: ✭ 96 (-56.95%)
Mutual labels:  hugo, responsive
Cstate
🔥 Open source static (serverless) status page. Uses hyperfast Go & Hugo, minimal HTML/CSS/JS, customizable, outstanding browser support (IE8+), preloaded CMS, read-only API, badges & more.
Stars: ✭ 1,186 (+431.84%)
Mutual labels:  hacktoberfest, hugo
React Most Wanted
React starter kit with "Most Wanted" application features
Stars: ✭ 1,867 (+737.22%)
Mutual labels:  hacktoberfest, responsive
Website
Techqueria is a nonprofit the serves the largest community of Latinx in Tech
Stars: ✭ 200 (-10.31%)
Mutual labels:  hacktoberfest, hugo
Modularosticket
Adaptation of ModularAdmin for Osticket v.1.11
Stars: ✭ 24 (-89.24%)
Mutual labels:  minimalistic, responsive
Vscode Monokai Night
A complete, dark and minimalistic Monokai-inspired theme.
Stars: ✭ 52 (-76.68%)
Mutual labels:  dark, minimalistic
Enwrite
Evernote-powered statically-generated blogs and websites
Stars: ✭ 139 (-37.67%)
Mutual labels:  hacktoberfest, hugo

m10c theme

Intro

A Hugo minimalistic theme for bloggers

Main features:

  • Fully responsive
  • Twitter Cards, Open Graph, Disqus and Google Analytics supported (see Hugo docs)
  • Customizable colors
  • Customizable picture and description
  • Customizable menu on sidebar
  • Customizable social media links on sidebar
  • Optimized for performance 100/100 on Lighthouse
  • All feather icons included

Getting started

Installation

Create a new Hugo site:

$ hugo new site [path]

Clone this repository into themes/ directory:

$ cd [path]
$ git clone https://github.com/vaga/hugo-theme-m10c.git themes/m10c

Add this line in the config.toml file:

theme = "m10c"

Configuration

In your config.toml file, define the following variables in params:

  • author: Name of the author
  • description: Short description of the author
  • avatar: Path of file containing the author avatar image
  • menu_item_separator: Separator between each menu item. HTML allowed (default: " - ")
  • favicon: Absolute path of your favicon.ico file (default: "/favicon.ico")

To add a menu item, add the following lines in menu:

[[menu.main]]
  identifier = "tags"
  name = "Tags"
  url = "/tags/"

Read Hugo documentations for more informations about menu

To add a social link, add the following lines in params:

[[params.social]]
  icon = "github"
  name = "My Github"
  url = "https://github.com/vaga"

To change theme colors, add the following lines in params:

[params.style]
  darkestColor = "#d35050"
  darkColor = "#212121"
  lightColor = "#f5e3e0"
  lightestColor = "#f5f5f5"
  primaryColor = "#ffffff"

If you want the above theme colors, you can see the exampleSite/config.toml file.

Styling

To override styles using scss, add a file called _extra.scss to [path]/assets/css/

Note: Hugo releases come in two versions, hugo and hugo_extended. You need hugo_extended to automatically compile your scss.

License

This theme is released under the MIT License.

Acknowledgements

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].