All Projects → onweru → newsroom

onweru / newsroom

Licence: other
A simple, minimalistic Hugo theme. View Demo here

Programming Languages

Sass
350 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to newsroom

ace-documentation
A free documentation theme for Hugo, powered by Bootstrap 4. Repsonsive, search, code highlighting and more.
Stars: ✭ 91 (-54.5%)
Mutual labels:  syntax-highlighting, hugo-theme, hugo
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (-71%)
Mutual labels:  hugo-theme, hugo, disqus
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+17%)
Mutual labels:  hugo-theme, hugo, disqus
axiom
Axiom - A Hugo Theme. GitTip: https://gitcoin.co/tip?username=jhauraw
Stars: ✭ 67 (-66.5%)
Mutual labels:  syntax-highlighting, hugo-theme, hugo
showcase-hugo-theme
Showcase is a minimal, single page theme for Hugo
Stars: ✭ 54 (-73%)
Mutual labels:  hugo-theme, hugo
uBlogger
A template designed with your readers in mind ❤️
Stars: ✭ 242 (+21%)
Mutual labels:  hugo-theme, hugo
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (-64.5%)
Mutual labels:  hugo-theme, hugo
hucore
Minimal blog theme for hugo based on Hemingway2
Stars: ✭ 66 (-67%)
Mutual labels:  hugo-theme, hugo
hugo-alabaster-theme
A documentation theme ported from Sphinx to Hugo
Stars: ✭ 73 (-63.5%)
Mutual labels:  hugo-theme, hugo
hugo-theme-minima
A clean and minimal Hugo theme.
Stars: ✭ 70 (-65%)
Mutual labels:  hugo-theme, hugo
internet-weblog
internet weblog theme for Hugo
Stars: ✭ 33 (-83.5%)
Mutual labels:  hugo-theme, hugo
hugo-lime
Hugo Lime is a business theme for GoHugo by https://uicard.io
Stars: ✭ 31 (-84.5%)
Mutual labels:  hugo-theme, hugo
hugo-uilite
uicard.io/products/hugo-uilite
Stars: ✭ 85 (-57.5%)
Mutual labels:  hugo-theme, hugo
wowchemy-hugo-themes
🔥 Hugo website builder, Hugo themes & Hugo CMS. No code, easily build with blocks! 创建在线课程,学术简历或初创网站。#OpenScience
Stars: ✭ 6,891 (+3345.5%)
Mutual labels:  hugo-theme, hugo
npqhugo
npq-hugo is a customizable and responsive dark blog theme with integrated contact form and code syntax highlighting
Stars: ✭ 24 (-88%)
Mutual labels:  hugo-theme, hugo
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-76%)
Mutual labels:  hugo-theme, hugo
mogege
A blog theme for hugo
Stars: ✭ 81 (-59.5%)
Mutual labels:  hugo-theme, hugo
hugo-zen
Hugo Zen is a minimal hugo theme.
Stars: ✭ 90 (-55%)
Mutual labels:  hugo-theme, hugo
starter-hugo-research-group
👥 轻松创建研究组或组织网站 Easily create a stunning Research Group, Team, or Business Website with no-code
Stars: ✭ 148 (-26%)
Mutual labels:  hugo-theme, hugo
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (-4%)
Mutual labels:  hugo-theme, hugo

Newsroom Theme

This is a simple, minimalistic theme, which is inspired by Apple's Newsroom page. It uses grid css, flexbox & js (no jQuery, or related libraries).

Hugo Newsroom Theme

Features

  • Blog
  • Modern
  • Responsive
  • Deeplinks
  • Dark Mode
  • Supports native lazy loading of images & iframes
  • Syntax highlighting

Deeplinks

For all content published using markdown, deeplinks will be added to the pages so that you can share with precision 😃 Just hover on a heading and the link button will pop. Click it to copy.

Installation

Add this theme as a Git submodule inside your Hugo site folder:

git submodule add https://github.com/onweru/newsroom.git themes/newsroom

Theme hugo sass and hugo-extended version.

Configuration

You can configure the site as follows:

  1. General Information

    Use config.toml file.

  2. menu, footer

    See the yaml files inside the data/ directory.

Start publishing

Follow the exampleSite/; specifically, the content directory

Dark Mode

Today, operating systems have a system-wide light ~ dark mode switch. Your website will adapt to the user's preferred lighting mode. Still, if the user wants to opt in or out of darkmode, there's a UI control for that too in the menu 😊.

Dark Mode

How do I disable dark mode?

Under params add disableDarkMode = true to your config.toml file. If your site is based on the exampleSite, the value is already included; you only need to uncomment it.

⚠️ If you disable darkmode, the UI control for toggling darkmode will remain in place. This way, the user can decide which mode they would like to use while browsing your website

Custom 404 Page

404 page

Syntax highlighting

404 page

If you wish, you can opt to use Chroma.

I want to use disqus

If you like, you could use disqus on your site. To enable disqus on your site, simply, add the line below to you config.toml file. If you're working off the exampleSite, the line is already there; just uncomment it.

disqusShortname = "yourdiscussshortname"

Remember to edit the yourdiscussshortname appropriately.

From your disqus dashboard, set your scripts color scheme to auto. See screenshot below

Custom Shortcodes

This theme ships with 2 custom shortcodes (they both use positional parameters):

  1. Video This shortcode can be used to embed a youtube video with custom styling. It takes a solo positional parameter.

    ...
    {{< video "youtubeVideoID" >}}
    ...
    
  2. Picture You want to use darkmode images when darkmode is enabled on a device and a regular image on lightmode? It takes 3 positional parameter

    Store these images in the static/images directory.

    ...
    {{< picture "lightModeImage.png" "darkModeImage.png" "Image alt text" >}}
    ...
    

From the same creator

  1. Clarity Theme
  2. Compose Theme
  3. Swift Theme

License

This theme is available under the MIT 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].