Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
/newsroomPublic template

A simple, minimalistic Hugo theme. View Demo here

License

NotificationsYou must be signed in to change notification settings

onweru/newsroom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a simple, minimalistic theme, which is inspired byApple's Newsroom page. It usesgrid 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.

Install Newsroom Theme

Note: Newsroom uses is styled in sass. Thefore,hugo-extended version must be installed on your system.

Option 1: Add Newsroom as a git submodule

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

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

Option 2: Add Newsroom as a hugo module(Recommended)

In your config.toml file, settheme field value as follows

theme = ["github.com/onweru/newsroom"]

Then run

hugo mod init yourWebsiteName && hugo mod get -u .

Option 3: Install Newsroom into your theme directory(Least diserable)

From the root of your Hugo website run:

git clone https://github.com/onweru/newsroom themes/newsroom

In your config.toml file, settheme field value as follows

theme ="newsroom"

Configuration

You can configure the site as follows:

  1. General Information

    Useconfig.toml file.

  2. menu,footer

    See the yaml files inside thedata/ directory.

Start publishing

Follow theexampleSite/; specifically, thecontent directory

Dark Mode

Today, operating systems have a system-widelight ~ 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

Set a default lighting mode

Using your site's config.toml file, set the value ofdefaultMode to either"dark" or"light".

If your site is built from a copy of the exampleSite, the field is already included; you only need to uncomment and set its value.

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

Syntax Highlighting

If you wish, you can opt touse Chroma.

I want to use disqus

If you like, you coulduse disqus on your site. To enable disqus on your site, simply, add the line below to youconfig.toml file. If you're working off theexampleSite, the line isalready there; just uncomment it.

disqusShortname ="yourdiscussshortname"

Remember to edit theyourdiscussshortname appropriately.

From your disqus dashboard, set your scriptscolor scheme toauto. See screenshot below

Custom Shortcodes

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

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

    ...{{< video "youtubeVideoID" >}}...
  2. PictureYou 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 thestatic/images directory.

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

From the same creator

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

License

This theme is available under theMIT license.


[8]ページ先頭

©2009-2025 Movatter.jp