xiyang2011 / hugo-theme-ladder

A fast, clean Hugo theme

Home Page:https://hugo-ladder.pages.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hugo Theme Ladder | Demo

๐ŸŒˆ Clean | โฉ Fast | ๐Ÿ“ฐ Focus on Reading | ๐ŸŒ Multi language | ๐ŸŒ™ Multi Dark Theme | ๐Ÿ“ฑ Mobile support

The Demo | ExampleSite includes a lot of documentation about Installation, Features with a few more stuff. Make sure you visit it, to get an awesome hands-on experience and get to know about the features ...

Demo is built up with exampleSite Source Code (https://github.com/guangzhengli/hugo-ladder-exampleSite) as source.

Hugo VersionGitHub licenseGitHub starsGitHub forks


Ladder image


Documentations docs

See docs folder.

Basic Usage

Extra Guides

Quick Start

Just click Use this template to create your blog site in the exampleSite Repository.

Create a new repository(GitHub Pages) from hugo-ladder-exampleSite to enter : username.github.io.

replace the username by your GitHub account

Then configure the GitHub page setting following:

nsrExo

๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰ Open the browser and enter: https://username.github.io ๐ŸŽ‰๐ŸŽ‰๐ŸŽ‰

Minimal Configuration

Clone your repository.

Build and run hugo server by hugo server -D and open in browser http://localhost:1313/.

baseURL: 'https://hugo-ladder.pages.dev' # set https://username.github.io
homepage: 'https://hugo-ladder.pages.dev' # set https://username.github.io
defaultContentLanguage: 'en' #default language
params:
  brand: HOME # set the brand of your site
  avatarURL: /images/avatar.png # avatar, replace your avatar in the /static/images/
  author: Hugo Ladder # name
  authorDescription: # description
  info:  this is a info # information of your blog site
  favicon: /images/avatar.png # blog site icon๏ผŒreplace your avatar in the /static/images/
  options:
    showDarkMode: true # is show dark mode button
    enableMultiLang: true # is show multi language button

Modifying the default configuration. Then push it to your repository.

ALL Configuration

Following this article to cofiguration.

Following this article to configure the umami analytics

Special Thanks

About

A fast, clean Hugo theme

https://hugo-ladder.pages.dev/

License:MIT License


Languages

Language:HTML 49.8%Language:SCSS 45.9%Language:JavaScript 4.0%Language:CSS 0.2%