Skip to content

Commit

Permalink
change theme name from starter to go
Browse files Browse the repository at this point in the history
  • Loading branch information
growdigital committed Sep 3, 2018
1 parent f0f81d6 commit 9f1b85c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Socially aware Hugo blog starter kit, with modular CSS gulp.js workflow

![Indiego logo](themes/starter/static/assets/img/logo.png)
![Indiego logo](themes/go/static/assets/img/logo.png)

### Version: 0.1.8

Expand All @@ -20,7 +20,7 @@ Socially aware Hugo blog starter kit, with modular CSS gulp.js workflow
2. In a terminal, `git clone` your new repository to your local machine
3. Add your details to [`config.yml`](https://github.com/growdigital/indiego/blob/master/config.yml)
4. Change directory, run `hugo serve`
5. In new terminal, cd `themes/starter/`
5. In new terminal, cd `themes/go/`
6. Run `npm install`
7. Run `gulp`. A [Browserync](https://www.browsersync.io/) window should open.
8. Add content. Design your theme. The world is your oyster 🐚
Expand All @@ -39,17 +39,17 @@ Full documentation is on the [Hugo website](https://gohugo.io/content-management

## To edit the theme

* The Indiego theme is called **starter**. As you can see, it is incredibly minimal.
* The organisation is based on [ITCSS](https://www.indiego.org.uk/modular/#2-css-organisation) (Inverted Triangle CSS). All CSS, JavaScript and images are organised by modules in the `starter/src` directory, from general to specific:
* The Indiego theme is called **go**. As you can see, it is incredibly minimal.
* The organisation is based on [ITCSS](https://www.indiego.org.uk/modular/#2-css-organisation) (Inverted Triangle CSS). All CSS, JavaScript and images are organised by modules in the `go/src` directory, from general to specific:
1. Variables
2. Base CSS
3. Objects (site wide patterns)
4. Components
5. Utilities (trumping !important)
6. Shameful
* A simple [Gulp](https://gulpjs.com/) taskrunner concatenates the individual modules into `app.css`, `app.js` and `assets` in the `starter/static` directory. These are then copied to `public` when you run `hugo serve`
* Set your own base settings in `starter/src/assets/css/settings`
* Create your own modules in `starter/src/modules`
* A simple [Gulp](https://gulpjs.com/) taskrunner concatenates the individual modules into `app.css`, `app.js` and `assets` in the `go/static` directory. These are then copied to `public` when you run `hugo serve`
* Set your own base settings in `go/src/assets/css/settings`
* Create your own modules in `go/src/modules`
* Keep `gulp` running in one terminal and `hugo serve` in another to preview changes automatically.

## To publish changes
Expand Down

0 comments on commit 9f1b85c

Please sign in to comment.