All Projects → stkevintan → canoe-blog

stkevintan / canoe-blog

Licence: other
blog

Programming Languages

SCSS
7915 projects
HTML
75241 projects
typescript
32286 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to canoe-blog

Osprey
Simple, clean, and fast one-page Hugo portfolio theme accompanied by a blog
Stars: ✭ 147 (+194%)
Mutual labels:  hugo, blog-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+318%)
Mutual labels:  hugo, blog-theme
Hugo Theme Bootstrap4 Blog
A blogging-centric Bootstrap v4 theme for the Hugo static site generator.
Stars: ✭ 191 (+282%)
Mutual labels:  hugo, blog-theme
Hugo Coder
A minimalist blog theme for hugo.
Stars: ✭ 1,374 (+2648%)
Mutual labels:  hugo, blog-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 (-36%)
Mutual labels:  hugo, blog-theme
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+138%)
Mutual labels:  hugo, blog-theme
twenty-twenty-hugo
Twenty Twenty Hugo is forked from WordPress Twenty Twenty theme. It's fully functional like the WordPress theme.
Stars: ✭ 48 (-4%)
Mutual labels:  hugo, blog-theme
hugo-travelify-theme
Port of Aigars Silkalns's Wordpress theme Travelify to Hugo. Demo -
Stars: ✭ 34 (-32%)
Mutual labels:  hugo, blog-theme
academia-hugo
Academia is a Hugo resume theme. You can showcase your academic resume, publications and talks using this theme.
Stars: ✭ 165 (+230%)
Mutual labels:  hugo, blog-theme
restaurant-hugo
The restaurant is a creative and responsive restaurant website theme in Hugo environment. It is very well decorated theme which will make your website building easier.
Stars: ✭ 50 (+0%)
Mutual labels:  hugo, blog-theme
Hugo Steam Theme
Port of Tommaso Barbato's Ghost theme Steam to Hugo
Stars: ✭ 69 (+38%)
Mutual labels:  hugo, blog-theme
hugo-theme-fluency
A fluent hugo theme.
Stars: ✭ 48 (-4%)
Mutual labels:  hugo, blog-theme
Hugo Theme Introduction
Minimal, single page, smooth-scrolling theme for Hugo static site generator.
Stars: ✭ 441 (+782%)
Mutual labels:  hugo, blog-theme
liva-hugo
Liva is a personal blog template powered by Hugo.
Stars: ✭ 192 (+284%)
Mutual labels:  hugo, blog-theme
bookworm-light
Bookworm is a clean and modern Hugo blog theme focused on high speed and support multiple authors.
Stars: ✭ 59 (+18%)
Mutual labels:  hugo, blog-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (+278%)
Mutual labels:  hugo, blog-theme
Blogpaper
A graphical newspaper like blog theme for Hugo.
Stars: ✭ 18 (-64%)
Mutual labels:  hugo, blog-theme
hugo-initio
Hugo Theme port of Initio bootstrap template by GetTemplate
Stars: ✭ 58 (+16%)
Mutual labels:  hugo, blog-theme
hugo-artists-theme
Port of Travis Neilson's (DevTips) awesome Artists Theme to Hugo
Stars: ✭ 57 (+14%)
Mutual labels:  hugo, blog-theme
hugo-theme-chunky-poster
A simple, bootstrap 4 based hugo blog theme.
Stars: ✭ 106 (+112%)
Mutual labels:  hugo, blog-theme

hugo-YAMT-theme

No Longer Maintained

Yet Another Material Theme for hugo. demo.

Feature

  1. Waterfall layout
  2. Responsive layout
  3. Material design
  4. Table of content
  5. Tiny and powerfull, no JQuery
  6. Chinese keyword search(using lunr and nodejieba)

How to use or dev

This theme is writted by typescript and sass and using gulp to control the build progress.

First, install hugo and make sure you have a node environment.
Next, clone this repo and replace my stuff (such as post,pages,link,etc...) with yours.
Then, install the node dependencies with yarn or npm:

  # install glob globally
  yarn global add gulp # or npm install gulp -g
  # install dependencies
  yarn install # or npm install

Finally, there are several gulp tasks we can run in the terminal:

  1. gulp serve: start a livereload dev server. equivalent to hugo serve.
  2. gulp build: generate static file to your publish dir. equivalent to hugo.
  3. gulp lunr: generate a lunr-index-json file (with Chinese support) to your publish directory.

After using guilp build,the static pages should be generated into docs folder, all the static resources should be minified and revisioned.

Finally, push the whole project to your github repo, and enable the github pages with the help of offical docs your site should be published soon.

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