All Projects → jesselau76 → hugo-w3-simple

jesselau76 / hugo-w3-simple

Licence: MIT license
Hugo Theme

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to hugo-w3-simple

hugo-prose
A Hugo theme derived from the XMin theme, and inspired by Wowchemy, Distill, and tufte.css
Stars: ✭ 76 (+300%)
Mutual labels:  hugo-theme
tomanistor.com
Personal portfolio website and blog created with Hugo
Stars: ✭ 14 (-26.32%)
Mutual labels:  hugo-theme
hugo-dusk
Simple, minimalistic dark theme for Hugo.
Stars: ✭ 50 (+163.16%)
Mutual labels:  hugo-theme
hugo-alageek-theme
A Cocoa Enhanced based theme. It's rewritten with Bootstrap 5.
Stars: ✭ 57 (+200%)
Mutual labels:  hugo-theme
slate
a single-page speed-dial theme for Hugo
Stars: ✭ 140 (+636.84%)
Mutual labels:  hugo-theme
hugo-theme-texify
A minimal, latex-style hugo theme for personal blogging
Stars: ✭ 91 (+378.95%)
Mutual labels:  hugo-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+910.53%)
Mutual labels:  hugo-theme
hyde-hyde
A cool theme inspired by spf13's Hyde theme
Stars: ✭ 234 (+1131.58%)
Mutual labels:  hugo-theme
persian-hugo
Persian is a box design personal blog theme based on Bootstrap and powered by Hugo. It is very responsive and perfectly fits on any sized screen device.
Stars: ✭ 32 (+68.42%)
Mutual labels:  hugo-theme
pristine
A clean and elegant theme for Hugo static site generator, the world’s fastest framework for building websites.
Stars: ✭ 18 (-5.26%)
Mutual labels:  hugo-theme
alpha-church
Hugo theme for churches based on a html5up theme
Stars: ✭ 56 (+194.74%)
Mutual labels:  hugo-theme
basics
Hugo theme. Now available from official hugo theme site!
Stars: ✭ 49 (+157.89%)
Mutual labels:  hugo-theme
hugo-tailwind-journal
A minimalist journal template for Hugo.
Stars: ✭ 40 (+110.53%)
Mutual labels:  hugo-theme
newsroom
A simple, minimalistic Hugo theme. View Demo here
Stars: ✭ 200 (+952.63%)
Mutual labels:  hugo-theme
hugo-minimalist-theme
Port of Raphael Riegger's Minimalistic Ghost theme to Hugo.
Stars: ✭ 25 (+31.58%)
Mutual labels:  hugo-theme
hugo-chart
a Chart.js component for Hugo. 📈
Stars: ✭ 71 (+273.68%)
Mutual labels:  hugo-theme
osprey-delight
Osprey Delight is the free-minded artist's choice for a clutter-free and blazingly fast single-page portfolio.
Stars: ✭ 43 (+126.32%)
Mutual labels:  hugo-theme
SSMBlogv2
基于 Spring + Springmvc + Mybatis + Bootstrap + w3.css + ajax 的个人响应式博客
Stars: ✭ 26 (+36.84%)
Mutual labels:  w3css
hugo-theme-massively
Massively theme for Hugo static site generator
Stars: ✭ 113 (+494.74%)
Mutual labels:  hugo-theme
timer-hugo
Timer is a personal portfolio theme powered by Hugo. It also can be use as a landing page theme.
Stars: ✭ 123 (+547.37%)
Mutual labels:  hugo-theme

Hugo W3 SIMPLE

Demo | Live | 中文说明

Hugo W3 Simple is a Hugo theme written by Jesse Lau . The main motivation for writing this theme was to provide a really minimal theme with W3 CSS included.

Features:

  • W3.css - small and fast
  • Responsive
  • W3 code color js - small and fast code highlight solution.
  • Twitter Card
  • Google Analytics
  • Disqus or isso comment system
  • One Signal Push
  • Social share & Bookmark bar
  • Shortcodes:Info, Warning, Colorcode, quote. Demo Here
  • Sphinx or Manticore search supported. Output xml file which can be indexed by sphinx and manticore search. Example site can not include search function because it need server-side setting. Live Search function Demo Here
  • Table of content and back to top button on scroll.
  • Alllist, Grid style and simple list style.
  • All posts in one page. With a filterable, sortable and responsive table powered by w3.js. Live Demo Here.
  • Google translate.
  • Social icon.
  • Multilingual.
  • Glowing style logo
  • Scroll indicator
  • Google Adsense autoads
  • Detect adblock and display allow ads notice on scrolling over 2000px if the users have adblock installed.
  • Cookie law support.
  • Lazy Load images - loading images on websites asynchronously — that is, after the above-the-fold content is fully loaded, or even conditionally, only when they appear in the browser's viewport. This means that if users don't scroll all the way down, images placed at the bottom of the page won't even be loaded. Enable this function to make the page load very fast if it has lots of images. Live Demo Here. This page includes 21 images. Before lazy load the page size is 854kb and load time is 3.5s.Before lazy loadAfter lazy load the page size is 524kb and load time is 2.8s After lazy load

Screenshot

Grid style

HUGO W3 SIMPLE

Simple list style

HUGO W3 SIMPLE DEVICE

All posts in one page. With a filterable, sortable and responsive table

HUGO W3 SIMPLE all posts

Install:

cd themes
git clone https://github.com/jesselau76/hugo-w3-simple.git

How to configure?

It is very simple. You can edit the example config. toml file from examplesite.

Multilingual

Hugo W3 Simple supports multilingual. example site includes both English and Chinese version. You should put your posts on ./content/{langcode}/ folder.

Search Page

To use search function, you need create ./content/{langcode}/search/index.md file. Please see exampleSite folder.

All posts

To use all posts function, you need create ./content/{langcode}/allposts/_index.md file. Please see exampleSite folder.

Favicon

In order to customize the favicon you need to place the favicon.ico file in the static folder at the root of your site, which will overwrite those files in the themes/even/static/ folder.

Update Theme

cd  themes/hugo-w3-simple/
git pull

License

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