Add Source Sans Pro and compile CSS

This commit is contained in:
Nishanth Shanmugham
2015-08-24 21:56:45 -05:00
parent 093c92da70
commit fb202dfcde
3 changed files with 22 additions and 10 deletions

View File

@@ -2,8 +2,12 @@
A [Hugo](http://gohugo.io) theme with clear typograhy for easy, disturbance-free reading.
<br />
<img src="https://raw.githubusercontent.com/nishanths/cooca-hugo-theme/master/images/tn.png" width="500px">
<br />
# Table of Contents
* [Setup](#setup)
@@ -83,7 +87,14 @@ Twitter = "//twitter.com/username"
## Less files
The `.less` files used to generate `main.css` are available at the root of the repository.
The `.less` files used to generate `main.css` are available at the root of the repository. Running:
````
$ lessc main.less static/css/main.css
````
should do the trick.
# Screenshots