All Projects → dashdashzako → Hugo Journal

dashdashzako / Hugo Journal

Licence: mit
Minimalist theme for gohugo

Projects that are alternatives of or similar to Hugo Journal

Slick
A fast, minimal, responsive theme for Hugo which honours your privacy
Stars: ✭ 41 (-34.92%)
Mutual labels:  hugo, hugo-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-22.22%)
Mutual labels:  hugo, hugo-theme
Wowchemy Hugo Modules
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, build with widgets! 创建在线课程,学术简历或初创网站。
Stars: ✭ 6,093 (+9571.43%)
Mutual labels:  hugo, hugo-theme
Loveit
❤️A clean, elegant but advanced blog theme for Hugo 一个简洁、优雅且高效的 Hugo 主题
Stars: ✭ 1,060 (+1582.54%)
Mutual labels:  hugo, hugo-theme
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-25.4%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+830.16%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (+1042.86%)
Mutual labels:  hugo, hugo-theme
Minimo
Minimo - Minimalist theme for Hugo
Stars: ✭ 453 (+619.05%)
Mutual labels:  hugo, hugo-theme
Kraiklyn
A Hugo theme for one page documentation
Stars: ✭ 47 (-25.4%)
Mutual labels:  hugo, hugo-theme
Phugo
Phugo [ˈfjuːgəʊ] is a gallery/photoblog theme for Hugo.
Stars: ✭ 51 (-19.05%)
Mutual labels:  hugo, hugo-theme
Hugo Paper
🥛 A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+753.97%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-28.57%)
Mutual labels:  hugo, hugo-theme
Mainroad
Responsive, simple, clean and content-focused Hugo theme based on the MH Magazine lite WordPress theme
Stars: ✭ 509 (+707.94%)
Mutual labels:  hugo, hugo-theme
Hugo Tanka
📝 A minimalist, text-oriented, and performant theme for Hugo/blogdown.
Stars: ✭ 40 (-36.51%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Meme
You can’t spell aWEsoME without MEME! 😝
Stars: ✭ 459 (+628.57%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Jane
A readable & concise theme for Hugo
Stars: ✭ 669 (+961.9%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Zzo
Make a blog with hugo zzo theme!
Stars: ✭ 438 (+595.24%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+600%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+1220.63%)
Mutual labels:  hugo, hugo-theme
Hugo Book
Hugo documentation theme as simple as plain book
Stars: ✭ 1,115 (+1669.84%)
Mutual labels:  hugo, hugo-theme

Journal

Journal is a minimalist theme for Hugo.

It focuses on improving reading experience with high contrast colors and no fancy effect.

It also uses Highlight.js for the syntaxic coloration of code snippets.

Demo is available here.

Installation

Please refer to the Hugo documentation.

Configuration

A few parameters should be adjusted in the site config:

[params]
  description = "Blog meta description."
  githubUsername = "your_gh_username"
  twitterUsername = "your_twitter_handle"
  tagline = "Blog tagline. Shown under index title."
[params.work]
  jobTitle = "occupation"
  company = "the company"
  companyUrl = "https://the.company.url/"
[params.gpg]
  key = "0x1111111111111111"
  fingerprint = "0000 0000 0000 0000 0000  0000 0000 0000 0000 0000"
  link = "https://pgp.mit.edu/pks/lookup?op=get&search=0x1111111111111111"

Code highlighting

Both highlight theme and lib can be overridden. Just drop your build in the static/js directory, and the theme file in the static/css directory.
Note that the theme has to be named highlight.css.

Customize styles

sass is required to build the theme css file. If bundler is installed on your system:

bundle install

# test your changes
scss-lint scss/journal.scss

# build stylesheet
sass --scss --sourcemap=none scss/journal.scss static/css/journal.css
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].