Skip to content

Commit

Permalink
remove non essentials, again
Browse files Browse the repository at this point in the history
  • Loading branch information
growdigital committed Aug 3, 2018
1 parent dd65b88 commit 364ad8e
Show file tree
Hide file tree
Showing 23 changed files with 28 additions and 498 deletions.
2 changes: 1 addition & 1 deletion config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ taxonomies:
params:
description: Socially aware starter kit for Hugo
publisher: Indiego
publisherLogo: assets/img/logo-thumbnail.png
publisherLogo: assets/img/logo.png
publisherLogoWidth: 220
publisherLogoHeight: 220
twitter: IndiegoHugo
Expand Down
26 changes: 20 additions & 6 deletions content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,32 @@ title: "Home"
description: "Hugo CMS socially aware starter kit with modular CSS workflow"
menu: "main"
date: 2018-02-09T19:21:11Z
image: "https://www.indiego.org.uk/assets/img/home.png"
image: "/assets/img/home.png"
imageAlt: "Illustration showing Indiego house on planet Hugo, with Google Plus, Facebook and Twitter balloons coming out the front door"
draft: false
---

# Hugo Starter Kit

Indiego is a **starter kit** for the [Hugo](https://gohugo.io/) <abbr title="Content Management System">CMS</abbr>, designed for frontend developers. It has two features:
Indiego is a **starter kit** for the [Hugo](https://gohugo.io/) <abbr title="Content Management System">CMS</abbr>, designed for frontend developers.

1. [Socially-aware](/social/) blog & status posts that can be previewed on social networks.
2. [Modular CSS](/modular/) frontend workflow, makes design & developing a theme much easier.
For documentation, see [www.indiego.org.uk](https://www.indiego.org.uk/)

To get started:

1. Click the big button [![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/growdigital/indiego)
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/`
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 🐚

## Note

Please note that the image [`/static/assets/img/home.png`](https://github.com/growdigital/indiego/blob/master/static/assets/img/home.png) is “attached”, which will be used in social media previews of this page. You will be wanting to change it 🙂.

{{< figure src="/assets/img/home.png" alt="Illustration showing Indiego house on planet Hugo, with Google Plus, Facebook and Twitter balloons coming out the front door" caption="Image attached to social media previews of this page. Change it." >}}

We want Indiego to simplify the [Indieweb](https://indieweb.org/), so that content creators can focus on [Publish (on your) Own Site, Syndicate Elsewhere](https://indieweb.org/POSSE). This means **easily** syndicating your web site content to your social media networks.

[![Deploy to Netlify](https://www.netlify.com/img/deploy/button.svg)](https://app.netlify.com/start/deploy?repository=https://github.com/growdigital/indiego)
12 changes: 3 additions & 9 deletions content/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,11 @@ title: "About"
description: "Indiego is a Hugo starter kit built by frontend developer Jake Rayson, using @GoHugoIO, @npmjs, @gulpjs and @netlify"
menu: "main"
date: 2018-02-09T19:21:11Z
image: "https://www.indiego.org.uk/assets/img/about.png"
imageAlt: "Photo of Jake Rayson surrounded by the logos of the glorious technologies that Indiego is powered by: Hugo, npm, Gulp & Netlify"
image: ""
imageAlt: ""
draft: false
---

# About Indiego

Indiego is built with patience and care by [Jake Rayson](https://github.com/growdigital/), a frontend developer in West Wales, UK.

It is three things:

1. **Hugo starter kit**: hit the ground with the fantastically fast & flexible [Hugo](https://gohugo.io/) static site generator.
2. **Socially aware**: all blog and status posts created will generate a preview in different social platforms.
3. **Modular frontend workflow**: the starter kit is just the starting point – using [Gulp](https://gulpjs.com/), the frontend developer can easily create new CSS components which are combined and optimised automagically.
Indiego is made by [Jake Rayson](https://www.growdigital.org/about), to make it easier to build themes with Modular CSS and components, and share content on social networks.
22 changes: 0 additions & 22 deletions content/blog/how-to-deploy.md

This file was deleted.

35 changes: 0 additions & 35 deletions content/blog/list-of-things-you-will-need.md

This file was deleted.

17 changes: 0 additions & 17 deletions content/blog/why-does-it-look-so-rubbish.md

This file was deleted.

143 changes: 0 additions & 143 deletions content/modular.md

This file was deleted.

51 changes: 0 additions & 51 deletions content/social.md

This file was deleted.

8 changes: 0 additions & 8 deletions content/status/180621-go.md

This file was deleted.

Binary file removed static/assets/img/about.png
Binary file not shown.
Binary file removed static/assets/img/gulp.png
Binary file not shown.
Binary file removed static/assets/img/inverted-css-triangle.png
Binary file not shown.
Binary file removed static/assets/img/modular.png
Binary file not shown.
Binary file removed static/assets/img/social.png
Binary file not shown.
2 changes: 1 addition & 1 deletion themes/starter/layouts/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h2>
<a class="p-org u-url" rel="me" href="/" title="Link to home page">{{ .Site.Title }}</a>
</h2>
<a href="/" title="Link to home page">
<img class="u-photo" src="/assets/img/logo.svg" alt="{{ .Site.Title }} logo">
<img class="u-photo" src="/assets/img/logo.png" alt="{{ .Site.Title }} logo">
</a>
<h3 class="p-note">{{ .Site.Params.Description }}</h3>
</div>
Expand Down
Loading

0 comments on commit 364ad8e

Please sign in to comment.