Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md - github.com/zhe/hugo-theme-slim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6d11e977e1a05faf60fa1089316cde6b876f0c43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Slim

Working v2 branch. This is not the final theme yet.

This repo contains the demo site content and the Slim theme. It is quite easy for us to develop the theme.

We need Hugo to serve the site and Webpack to develop the theme.

![Slim screenshot](https://github.com/zhe/hugo-theme-slim/blob/v2/themes/slim/images/screenshot.png)

## How to

1. Clone this repo and switch to `v2` branch
1. `npm install` or `yarn` to add dev dependencies 
1. `hugo server` to serve the site
1. `webpack` to watch and build css and js
1. Modify the files in `src` and see the changes