Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tholman/the-indie-web
A hotspot for indie creations on the web
https://github.com/tholman/the-indie-web
blog hugo
Last synced: about 1 month ago
JSON representation
A hotspot for indie creations on the web
- Host: GitHub
- URL: https://github.com/tholman/the-indie-web
- Owner: tholman
- License: gpl-3.0
- Created: 2015-09-10T21:44:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T14:41:25.000Z (over 4 years ago)
- Last Synced: 2024-08-04T01:16:17.971Z (4 months ago)
- Topics: blog, hugo
- Language: CSS
- Homepage: https://theindieweb.com
- Size: 422 KB
- Stars: 254
- Watchers: 16
- Forks: 38
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
- License: license.md
Awesome Lists containing this project
- awesome-list - the-indie-web
- awesome-os - The Indie Web
README
## Inspiring Online
[An online blog about inspiring work](https://inspiring.online), both online and off. Built and managed by [Tim Holman](http://tholman.com)I aim to hype up neat and new creations on the web, interesting code and design, art, typography, and really just all things that catch my eye. Providing a resource that can be both inspiring, and educational.
The blog itself is open source (which you can tell, reading this readme)... I'm aiming to make it easy for people to contribute, from fixing spelling mistakes, to making their own posts.
### Edits
At the bottom of each post link is the option to edit! If you have anything to add to a post, or any typo's etc, fix them up and I'll add them in!
### Proposals
If you have any hot links, open them up in a GitHub issue! If they're nice and recent, and fit the content, I'll write about them... of course, you could do that yourself if you feel so inclined!
Ideally new items fit the current topics written about (code, art, design, type, games etc)
### Setup/Source
Inspiring online is running on the static site generator, [hugo](https://gohugo.io/). To run inspiring.online locally, you'll need to:1. Clone the repository `git clone [email protected]:tholman/inspiring-online.git`
2. Install hugo, `brew install hugo`
3. run `hugo serve`