mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 05:44:42 -04:00
Remove showcase
Thanks @digitalcraftsman さやならShowcase! See PR rdwatters/hugo-docs-concept#110
This commit is contained in:
parent
ac57a388df
commit
0094562800
@ -96,46 +96,6 @@ Here is a review of the front matter fields automatically generated for you usin
|
|||||||
|
|
||||||
In the body of your function, expand the short description used in the front matter. Include as many examples as possible, and leverage the Hugo docs [`code` shortcode](#adding-code-blocks). If you are unable to add examples but would like to solicit help from the Hugo community, add `needsexample: true` to your front matter.
|
In the body of your function, expand the short description used in the front matter. Include as many examples as possible, and leverage the Hugo docs [`code` shortcode](#adding-code-blocks). If you are unable to add examples but would like to solicit help from the Hugo community, add `needsexample: true` to your front matter.
|
||||||
|
|
||||||
### Adding to the Showcase
|
|
||||||
|
|
||||||
Once you have cloned the Hugo repository, you can add your Hugo website as a new showcase content file via the following command. Name the markdown file accordingly:
|
|
||||||
|
|
||||||
```
|
|
||||||
hugo new tutorials/my-hugo-showcase-website.md
|
|
||||||
```
|
|
||||||
|
|
||||||
The archetype for the `showcase` content type is as follows:
|
|
||||||
|
|
||||||
{{% code file="archetypes/showcase.md" %}}
|
|
||||||
```yaml
|
|
||||||
{{< readfile file="/themes/hugo-docs-concept/archetypes/showcase.md">}}
|
|
||||||
```
|
|
||||||
{{% /code %}}
|
|
||||||
|
|
||||||
#### Showcase Required Fields
|
|
||||||
|
|
||||||
***`sitelink`***
|
|
||||||
: the *full* URL to your website.
|
|
||||||
|
|
||||||
***`title`***
|
|
||||||
: the `<title>` of your website.
|
|
||||||
|
|
||||||
***`description`***
|
|
||||||
: a general description of your website, preferably < 180 characters.
|
|
||||||
|
|
||||||
***`image`***
|
|
||||||
: the image (filename only) you want to associate with your website on the Showcase page. The image should be 450px × 300px.
|
|
||||||
|
|
||||||
We also appreciate the addition of the remaining fields, especially `sourcelink` and `license` if you are willing to share your hard work with the open-source community. `tags` is optional, but we recommend adding at least 2 to 3 tags to improve discoverability.
|
|
||||||
|
|
||||||
#### Add an Image for the Showcase
|
|
||||||
|
|
||||||
Youl will need to create a thumbnail of your website. Give your thumbnail a name like `my-hugo-site-name.jpg`. Save it under [`docs/static/images/showcase/`][].
|
|
||||||
|
|
||||||
{{% warning "Showcase Image Size" %}}
|
|
||||||
It's important that the image you use for your showcase submission has the required dimensions of 450px × 300px or the site will not render appropriately. Be sure to optimize your image as a matter of best practice. [Compressor](https://compressor.io/) offers a simple drag-and-drop GUI for optimizing your images. JPEGs are typically smaller in size than are PNGs.
|
|
||||||
{{% /warning %}}
|
|
||||||
|
|
||||||
### Adding a New Tutorial
|
### Adding a New Tutorial
|
||||||
|
|
||||||
Once you have cloned the Hugo repository, you can create a new tutorial via the following command. Name the markdown file accordingly:
|
Once you have cloned the Hugo repository, you can create a new tutorial via the following command. Name the markdown file accordingly:
|
||||||
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-05-03T17:20:59+09:00
|
|
||||||
description: "Personal blog of Masashi Tsuru"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://2626.info/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: 2626info.jpg
|
|
||||||
title: 2626.info
|
|
||||||
---
|
|
||||||
|
|
@ -1,25 +0,0 @@
|
|||||||
---
|
|
||||||
title: Site Showcase
|
|
||||||
linktitle: Site Showcase
|
|
||||||
description: A collection of sites built using Hugo.
|
|
||||||
date: 2017-02-01
|
|
||||||
publishdate: 2017-02-01
|
|
||||||
lastmod: 2017-02-01
|
|
||||||
categories: [site showcase]
|
|
||||||
tags: [featured,showcase]
|
|
||||||
menu:
|
|
||||||
main:
|
|
||||||
parent: "section name"
|
|
||||||
weight: 01
|
|
||||||
weight: 01 #rem
|
|
||||||
draft: false
|
|
||||||
type: showcase
|
|
||||||
layout: showcaselist.html
|
|
||||||
aliases: [/site-showcase/]
|
|
||||||
toc: false
|
|
||||||
---
|
|
||||||
|
|
||||||
The following sites have been built with Hugo. If you've recently built a site with Hugo that you'd like to share with the community, please [contribute][addshowcase].
|
|
||||||
|
|
||||||
|
|
||||||
[addshowcase]: /contribute/documentation/#adding-to-the-showcase
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-02-03T20:00:00Z
|
|
||||||
description: Ant Zucaro's Blog
|
|
||||||
license: GPL
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://antzucaro.com/
|
|
||||||
sourcelink: https://github.com/antzucaro/az.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- foundation
|
|
||||||
image: antzucaro.jpg
|
|
||||||
title: Ant Zucaro
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-04-26
|
|
||||||
date: 2016-04-26T13:33:33Z
|
|
||||||
description: Appernetic.io blog
|
|
||||||
license: MIT
|
|
||||||
licenseLink: https://github.com/appernetic/hugo-bootstrap-premium/blob/master/LICENSE.md
|
|
||||||
sitelink: https://blog.appernetic.io/
|
|
||||||
sourcelink: https://github.com/appernetic/hugo-bootstrap-premium
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- blog
|
|
||||||
- bootstrap
|
|
||||||
image: apperneticioblog.jpg
|
|
||||||
title: Appernetic
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-20
|
|
||||||
date: 2015-11-20T01:46:33-06:00
|
|
||||||
description: "Arrested DevOps is a podcast focusing on trends in the DevOps space"
|
|
||||||
license: "apache2"
|
|
||||||
licenseLink: "https://github.com/arresteddevops/ado-hugo/blob/master/LICENSE.md"
|
|
||||||
sitelink: https://www.arresteddevops.com/
|
|
||||||
sourcelink: https://github.com/arresteddevops/ado-hugo
|
|
||||||
tags:
|
|
||||||
- podcast
|
|
||||||
- bootstrap
|
|
||||||
image: arresteddevops.jpg
|
|
||||||
title: arresteddevops
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-01-22T07:32:00Z
|
|
||||||
description: ""
|
|
||||||
license: CC-BY-SA
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://andrewcodispoti.com/
|
|
||||||
sourcelink: https://gitlab.com/acodispo/andrewcodispoti-com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- bootstrap
|
|
||||||
image: asc.jpg
|
|
||||||
title: Andrew S Codispoti
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-07-31T11:22:32+03:00
|
|
||||||
description: "Personal website"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://romansilin.com/
|
|
||||||
sourcelink: https://github.com/astrochili/astrochili.github.io
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: astrochili.jpg
|
|
||||||
title: Roman Silin
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-04-23T13:23:00Z
|
|
||||||
description: "web applications"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://aydos.com/
|
|
||||||
tags:
|
|
||||||
- web applications
|
|
||||||
image: aydoscom.jpg
|
|
||||||
title: aydos.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-04-15T14:14:28+01:00
|
|
||||||
description: "Barricade is an early warning system against hackers."
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://barricade.io
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- security
|
|
||||||
image: barricade.jpg
|
|
||||||
title: Barricade
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-05-26
|
|
||||||
date: 2013-11-01T07:32:00Z
|
|
||||||
description: "bep's blog"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://bepsays.com/
|
|
||||||
sourcelink: "https://github.com/bep/bepsays.com"
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: bepsays.jpg
|
|
||||||
title: bepsays.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-10-27
|
|
||||||
date: 2015-10-27T09:02:00Z
|
|
||||||
description: bugtrackers.io provides stories of digital crafters. It shows people behind bits, pixels and bug reports. bugtrackers.io is your resource for web development.
|
|
||||||
sitelink: https://www.bugtrackers.io/
|
|
||||||
tags:
|
|
||||||
- blog
|
|
||||||
- community
|
|
||||||
- interviews
|
|
||||||
image: bugtrackersio.jpg
|
|
||||||
title: bugtrackers.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-30
|
|
||||||
date: 2015-12-01T04:20:00Z
|
|
||||||
description: "Camunda BPM Team Blog"
|
|
||||||
license: "Apache 2.0"
|
|
||||||
licenseLink: "https://github.com/camunda/blog.camunda.org#license"
|
|
||||||
sitelink: http://blog.camunda.org/
|
|
||||||
sourcelink: https://github.com/camunda/blog.camunda.org
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- blog
|
|
||||||
image: camunda-blog.jpg
|
|
||||||
title: Camunda Blog
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-30
|
|
||||||
date: 2015-12-01T04:20:00Z
|
|
||||||
description: "Camunda BPM Documentation"
|
|
||||||
license: MIT
|
|
||||||
licenseLink: "https://github.com/camunda/camunda-docs-theme#licence"
|
|
||||||
sitelink: http://docs.camunda.org/
|
|
||||||
sourcelink: https://github.com/camunda/camunda-docs-theme
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- documentation
|
|
||||||
image: camunda-docs.jpg
|
|
||||||
title: Camunda Docs
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-02-17T15:19:08+01:00
|
|
||||||
description: "Overview and comparison of CDNs, their features and prices"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.cdnoverview.com/
|
|
||||||
tags:
|
|
||||||
- bootstrap
|
|
||||||
- portfolio
|
|
||||||
- tech
|
|
||||||
image: cdnoverview.jpg
|
|
||||||
title: cdnoverview.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-21
|
|
||||||
date: 2015-08-23
|
|
||||||
description: Chinese grammar lessons
|
|
||||||
sitelink: https://www.chineseboost.com/grammar/
|
|
||||||
sourcelink: https://github.com/hughgrigg/chineseboost-articles
|
|
||||||
tags:
|
|
||||||
- learning
|
|
||||||
- education
|
|
||||||
image: chinese-grammar.jpg
|
|
||||||
title: Chinese Grammar
|
|
||||||
---
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-12-19
|
|
||||||
date: 2014-08-26T11:20:02-04:00
|
|
||||||
description: "chingli’s personal blog"
|
|
||||||
sitelink: http://www.chingli.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: chingli.jpg
|
|
||||||
title: <span lang="zh-CN">青砾</span> (chingli)
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-04-14
|
|
||||||
date: 2015-07-08T14:02:16+02:00
|
|
||||||
description: "personal blog and portfolio of Samuel Debruyn"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://chipsncookies.com
|
|
||||||
sourcelink: https://github.com/SamuelDebruyn/chipsncookies-site-builder
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: chipsncookies.jpg
|
|
||||||
title: Chips 'n' Cookies
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-16T13:30:47-04:00
|
|
||||||
description: "Personal site"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://christianmendoza.me/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- profile
|
|
||||||
image: christianmendoza.jpg
|
|
||||||
title: christianmendoza.me
|
|
||||||
---
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-09-05T23:23:18+02:00
|
|
||||||
description: "Cinegy Open documentation project"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://open.cinegy.com/
|
|
||||||
sourcelink:
|
|
||||||
tags:
|
|
||||||
- documentation
|
|
||||||
image: cinegyopen.jpg
|
|
||||||
title: Cinegy Open
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-21T12:37:00+02:00
|
|
||||||
description: "Online Acquiring · Accept Visa & MasterCard within 1-3 days"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.clearhaus.com/
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- fintech
|
|
||||||
- payments
|
|
||||||
- acquirer
|
|
||||||
image: clearhaus.jpg
|
|
||||||
title: Clearhaus
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-03-27T09:45:00Z
|
|
||||||
description: CloudShark Appliance homepage and documentation
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://appliance.cloudshark.org/
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- documentation
|
|
||||||
- foundation
|
|
||||||
image: cloudshark.jpg
|
|
||||||
title: CloudShark
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-12-23
|
|
||||||
date: 2015-12-23T11:42:00+01:00
|
|
||||||
description: blog, portfolio
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://blog.kulman.sk/
|
|
||||||
sourcelink: https://github.com/igorkulman/coding-journal
|
|
||||||
tags:
|
|
||||||
- blog
|
|
||||||
- portfolio
|
|
||||||
image: codingjournal.jpg
|
|
||||||
title: Coding Journal
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-02-11
|
|
||||||
date: 2015-02-11T13:21:27+11:00
|
|
||||||
description: "consequently.org, Greg Restall's personal website"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://consequently.org
|
|
||||||
sourcelink: "https://github.com/consequently/consequently-hugo"
|
|
||||||
tags:
|
|
||||||
- academic
|
|
||||||
- blog
|
|
||||||
- kube
|
|
||||||
image: consequently.jpg
|
|
||||||
title: consequently.org
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-07-25T13:45:09-04:00
|
|
||||||
description: "CompilED is a collection of reflections and comments by the software developers at Columbia’s Center for Teaching and Learning (CTL). These views are rooted in our professional and personal experiences developing educational technology."
|
|
||||||
license: "Creative Commons Attribution-ShareAlike 3.0 United States."
|
|
||||||
licenseLink: "https://creativecommons.org/licenses/by-sa/3.0/us/"
|
|
||||||
sitelink: https://compiled.ctl.columbia.edu/
|
|
||||||
tags:
|
|
||||||
- edtech
|
|
||||||
- technology
|
|
||||||
- blog
|
|
||||||
image: ctlcompiled.jpg
|
|
||||||
title: CompilED at CTL
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T10:55:23-04:00
|
|
||||||
description: ""
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://danmux.com/
|
|
||||||
sourcelink: https://github.com/danmux/danmux-hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: danmux.jpg
|
|
||||||
title: Danmux
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-02-04T18:30:07-05:00
|
|
||||||
description: "Professional website at datapipelinearchitect.com"
|
|
||||||
sitelink: http://datapipelinearchitect.com/
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- tech
|
|
||||||
- blog
|
|
||||||
- website
|
|
||||||
image: datapipelinearchitect.jpg
|
|
||||||
title: Data Pipeline Architect
|
|
||||||
---
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-05-25
|
|
||||||
date: 2013-11-01T07:32:00Z
|
|
||||||
description: ""
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://davidepetilli.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- photography
|
|
||||||
- portfolio
|
|
||||||
- blog
|
|
||||||
image: davidepetilli.jpg
|
|
||||||
title: Davide Petilli
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-02-03T11:49:07-05:00
|
|
||||||
description: "Personal website for David Allen"
|
|
||||||
license: "MIT"
|
|
||||||
licenseLink: "https://opensource.org/licenses/MIT"
|
|
||||||
sitelink: http://davidrallen.com/
|
|
||||||
sourcelink: https://github.com/doctorallen/davidrallen.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- tech
|
|
||||||
image: davidrallen.jpg
|
|
||||||
title: David Allen
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-09-10T07:07:39+02:00
|
|
||||||
description: "David Yates"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://davidyat.es/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: davidyates.jpg
|
|
||||||
title: David Yates
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T11:31:02-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://devmonk.com/
|
|
||||||
sourcelink: https://github.com/peteraba/devmonk.com
|
|
||||||
tags:
|
|
||||||
- educational
|
|
||||||
- video
|
|
||||||
image: devmonk.jpg
|
|
||||||
title: devmonk
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-19T16:52:28+02:00
|
|
||||||
description: "Personal blog"
|
|
||||||
license: "CC BY-NC 4.0"
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://dmitriid.com/
|
|
||||||
sourcelink: https://github.com/dmitriid/dmitriid.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: dmitriid.com.jpg
|
|
||||||
title: dmitriid.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-01-09
|
|
||||||
date: 2016-01-09T01:00:10Z
|
|
||||||
description: Personal homepage
|
|
||||||
sitelink: https://emilyhorsman.com/
|
|
||||||
sourcelink: https://github.com/emilyhorsman/buttercup
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: emilyhorsman.com.jpg
|
|
||||||
title: emilyhorsman.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-07T07:32:00Z
|
|
||||||
description: "Indian Recipes Blog"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://enjoyable.recipes/
|
|
||||||
sourceLink: https://github.com/shubhojyoti/enjoyablerecipes-hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- recipes
|
|
||||||
- zurb-foundation
|
|
||||||
image: "enjoyablerecipes.jpg"
|
|
||||||
title: Enjoyable Recipes
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-04-02
|
|
||||||
description: "Personal blog of Enrique Saez Gil - esaezgil"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://esaezgil.com
|
|
||||||
sourceLink: https://github.com/esaezgil/esaezgil.github.io
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- technical blog
|
|
||||||
- software
|
|
||||||
- open source
|
|
||||||
image: "esaezgil.jpg"
|
|
||||||
title: esaezgil.com
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-08
|
|
||||||
date: 2015-07-07T04:32:00Z
|
|
||||||
description: Tokyo IT service provider eSolia Inc's Hugo-powered website.
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://esolia.com/
|
|
||||||
sourcelink: https://github.com/eSolia/eSolia
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- esolia
|
|
||||||
- rickcogley
|
|
||||||
- japan
|
|
||||||
image: esolia_com.jpg
|
|
||||||
title: eSolia.com
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-08
|
|
||||||
date: 2015-07-07T04:32:00Z
|
|
||||||
description: Tokyo IT service provider eSolia Inc's eSolia.pro blog site, powered by Hugo.
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://esolia.pro/
|
|
||||||
sourcelink: https://github.com/eSolia/eSolia.pro
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- esolia
|
|
||||||
- rickcogley
|
|
||||||
- japan
|
|
||||||
image: esolia_pro.jpg
|
|
||||||
title: eSolia.pro
|
|
||||||
---
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-15T23:30:59+09:00
|
|
||||||
description: "User guide for euire Desk"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://docs.eurie.io
|
|
||||||
tags:
|
|
||||||
- documentation
|
|
||||||
image: docs.eurie.io.jpg
|
|
||||||
title: eurie Desk docs
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-03-01
|
|
||||||
date: 2016-03-01T12:38:00Z
|
|
||||||
description: Fabio Alessandro Locati personal blog.
|
|
||||||
license: AGPLv3
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://fale.io/
|
|
||||||
sourcelink: https://github.com/fale/fale.io
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: fale.jpg
|
|
||||||
title: fale.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-31T22:36:12+03:00
|
|
||||||
description: "Multilingual website. Size 20GB, build time 25 mins. Cloudflare, s3, bootstrap 4"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://firstname.club
|
|
||||||
sourceLink:
|
|
||||||
tags:
|
|
||||||
- data
|
|
||||||
- website
|
|
||||||
image: "firstnameclub.jpg"
|
|
||||||
title: firstname club
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-17T16:19:24+08:00
|
|
||||||
description: "a personal blog"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://fixatom.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: fixatom.jpg
|
|
||||||
title: Atom
|
|
||||||
---
|
|
||||||
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-09-08
|
|
||||||
date: 2014-08-26T19:40:00-04:00
|
|
||||||
description: Multilingual, community documentation and blog site
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.fxsitecompat.com/
|
|
||||||
sourcelink: https://github.com/fxsitecompat/www.fxsitecompat.com
|
|
||||||
tags:
|
|
||||||
- community
|
|
||||||
- documentation
|
|
||||||
- translation
|
|
||||||
image: fxsitecompat.jpg
|
|
||||||
title: Firefox Site Compatibility
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-02-13T21:47:27+01:00
|
|
||||||
description: "Projects, music and drawings, the personal web page of Gustav Näslund"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://www.gntech.se/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- projects
|
|
||||||
- music
|
|
||||||
- drawings
|
|
||||||
image: gntech.jpg
|
|
||||||
title: gntech.se
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-05-25
|
|
||||||
date: 2013-11-01T07:32:00Z
|
|
||||||
description: ""
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://getgb.io
|
|
||||||
tags:
|
|
||||||
- project
|
|
||||||
image: gogb.jpg
|
|
||||||
title: GoGB
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-20
|
|
||||||
date: 2015-11-20T20:46:00Z
|
|
||||||
description: "Code for Go in 5 Minutes Screencasts"
|
|
||||||
license: "Apache License 2.0"
|
|
||||||
licenseLink: "https://github.com/arschles/go-in-5-minutes/blob/master/LICENSE"
|
|
||||||
sitelink: http://www.goin5minutes.com/
|
|
||||||
sourcelink: https://github.com/arschles/go-in-5-minutes/tree/master/www
|
|
||||||
tags:
|
|
||||||
- screencasts
|
|
||||||
image: goin5minutes.jpg
|
|
||||||
title: Go in 5 minutes
|
|
||||||
---
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-03-05T14:30:21+01:00
|
|
||||||
description: "Personal profile page of Horst Gutmann"
|
|
||||||
sitelink: http://h10n.me/
|
|
||||||
sourcelink: https://github.com/zerok/h10n.me
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- profile
|
|
||||||
image: h10n.me.jpg
|
|
||||||
title: h10n.me
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2013-07-01T07:32:00Z
|
|
||||||
description: This site
|
|
||||||
license: Simpl
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://gohugo.io/
|
|
||||||
sourcelink: https://github.com/spf13/hugo/tree/master/docs
|
|
||||||
tags:
|
|
||||||
- documentation
|
|
||||||
- bootstrap
|
|
||||||
image: hugo.jpg
|
|
||||||
title: Hugo
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-06-06T14:42:59-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://jamescampbell.us/
|
|
||||||
sourcelink: https://github.com/jamesacampbell/causes-and-effects-hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: jamescampbell.jpg
|
|
||||||
title: jamescampbell.us
|
|
||||||
---
|
|
||||||
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-02-11T23:41:27+01:00
|
|
||||||
description: "Personal website and blog of digital director Jorgen Nilsson"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://jorgennilsson.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: jorgennilsson.jpg
|
|
||||||
title: jorgennilsson.com
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-08T07:32:00Z
|
|
||||||
description: "Official site for Justin Roberts' new book, Best Seat in the House"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://justinrobertsbook.com
|
|
||||||
sourceLink:
|
|
||||||
tags:
|
|
||||||
- single page
|
|
||||||
- book
|
|
||||||
image: justinrobertsbook.jpg
|
|
||||||
title: Best Seat in the House
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-02-27T20:35:00Z
|
|
||||||
description: Kieran Healy's Website
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://kieranhealy.org/
|
|
||||||
sourcelink: https://github.com/kjhealy/kieranhealy.hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- academic
|
|
||||||
image: kjhealy.jpg
|
|
||||||
title: Kieran Healy
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-05-15T23:18:16+02:00
|
|
||||||
description: "klingt.net is the personal homepage of Andreas Linz."
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://klingt.net/
|
|
||||||
sourcelink: https://github.com/klingtnet/klingt.net
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- programming
|
|
||||||
image: klingt-net.jpg
|
|
||||||
title: klingt net
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-11-01T07:32:00Z
|
|
||||||
description: Corporate Site for Launchcode Software Studios
|
|
||||||
license: Copyright Launchcode Software Studios
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://www.launchcode5.com/
|
|
||||||
sourcelink: https://github.com/Launchcode5/launchcode5.com
|
|
||||||
tags:
|
|
||||||
- bootstrap
|
|
||||||
image: launchcode.jpg
|
|
||||||
title: Launchcode Software Studios
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-01-24
|
|
||||||
date: 2016-01-24T16:10:00Z
|
|
||||||
description: Site of author Lee Penney
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://leepenney.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- website
|
|
||||||
image: leepenney.jpg
|
|
||||||
title: Lee Penney
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-07-24T00:00:00+08:00
|
|
||||||
description: "Leow Kah Man - Tech Blog"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.leowkahman.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: leowkahman.jpg
|
|
||||||
title: Leow Kah Man - Tech Blog
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-25T18:59:30-04:00
|
|
||||||
description: Alexandr Morozov
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://lk4d4.darth.io/
|
|
||||||
sourcelink: https://github.com/LK4D4/lk4d4.darth.io
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: lk4d4.jpg
|
|
||||||
title: lk4d4.darth.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-15
|
|
||||||
date: 2015-11-15T11:20:00-08:00
|
|
||||||
description: "Losslesslife covers everything high-end and audiophile headphones. Headphones and headphone amplifiers, accessories, how-to guides, and reviews."
|
|
||||||
sitelink: http://pages.losslesslife.com/
|
|
||||||
tags:
|
|
||||||
- headphones
|
|
||||||
- electronics
|
|
||||||
- technical
|
|
||||||
- reviews
|
|
||||||
- education
|
|
||||||
- audiophile
|
|
||||||
image: losslesslife.jpg
|
|
||||||
title: LosslessLife
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-12T13:14:14+08:00
|
|
||||||
description: "Personal blog of Rosen Lu"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://lucumt.info/posts
|
|
||||||
sourceLink: https://github.com/lucumt/ghblog
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: lucumt.jpg
|
|
||||||
title: 飞狐的部落格
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-06-20
|
|
||||||
date: 2015-06-20
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://mariosanchez.org/
|
|
||||||
sourcelink: https://github.com/mariobox/Hugo-Source
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: mariosanchez.jpg
|
|
||||||
title: mariosanchez.org
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-06-13T19:38:56-04:00
|
|
||||||
description: "Free Open Source Document Management System"
|
|
||||||
license: "Apache 2.0"
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://www.mayan-edms.com/
|
|
||||||
sourcelink: https://gitlab.com/mayan-edms/website
|
|
||||||
tags:
|
|
||||||
- paperless
|
|
||||||
- floss
|
|
||||||
image: mayan-edms.jpg
|
|
||||||
title: Mayan EDMS
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T11:47:11-04:00
|
|
||||||
description: ""
|
|
||||||
license: Simpl-2.0
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://michaelwhatcott.com/
|
|
||||||
sourcelink: https://bitbucket.org/mdwhatcott/michaelwhatcott.com-boilerplate/src
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: michaelwhatcott.jpg
|
|
||||||
title: michaelwhatcott
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-03-09T14:14:16-05:00
|
|
||||||
description: "The MongoDB Engineering Journal -- for builders, by builders."
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://engineering.mongodb.com/
|
|
||||||
tags:
|
|
||||||
- engineering
|
|
||||||
- blog
|
|
||||||
image: mongodb-eng.jpg
|
|
||||||
title: The Mongodb Engineering Journal
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-06-19T11:38:39+02:00
|
|
||||||
description: "Personal website Martijn ten Bhömer"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.mtbhomer.com/
|
|
||||||
sourcelink: https://github.com/mtbhomer/web-portfolio
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- portfolio
|
|
||||||
- design
|
|
||||||
image: mtbhomer.jpg
|
|
||||||
title: mtbhomer.com
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-08T07:32:00Z
|
|
||||||
description: "All the songs that get stuck in my head"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://myearworms.com/
|
|
||||||
sourceLink: https://github.com/jaydreyer/myearworms
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- music
|
|
||||||
image: myearworms.jpg
|
|
||||||
title: My Earworms
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T12:15:48-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://blog.nickoneill.name/
|
|
||||||
sourcelink: https://github.com/nickoneill/blog.nickoneill.name
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: nickoneill.jpg
|
|
||||||
title: authenticgeek
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-10-24
|
|
||||||
date: 2015-10-24T14:06:00+05:30
|
|
||||||
description: Personal blog
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://ninjaducks.in
|
|
||||||
sourcelink: https://github.com/shivanshuag/shivanshuag.github.io/tree/new
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: ninjaducks.jpg
|
|
||||||
title: ninjaducks.in
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T09:47:00-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://blog.ninya.io/
|
|
||||||
sourcelink: https://github.com/ninya-io/ninya-io.github.io/tree/dev
|
|
||||||
tags:
|
|
||||||
- project
|
|
||||||
- blog
|
|
||||||
image: ninya.jpg
|
|
||||||
title: ninya.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-26
|
|
||||||
date: 2015-08-26T22:33:00Z
|
|
||||||
description: "NoDesk | All Things Digital Nomad"
|
|
||||||
sitelink: http://nodesk.co/
|
|
||||||
tags:
|
|
||||||
- digital nomad
|
|
||||||
- web
|
|
||||||
image: nodesk.jpg
|
|
||||||
title: nodesk.co
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-05-22T17:54:51+08:00
|
|
||||||
description: "Peter Y. Chuang - Novelist, Short Story Writer"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://novelist.xyz
|
|
||||||
sourcelink: https://github.com/peterychuang/peterychuang.github.io/tree/source
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: novelist-xyz.jpg
|
|
||||||
title: Peter Y. Chuang
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-08-21T12:21:18-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://npf.io/
|
|
||||||
sourcelink: https://github.com/natefinch/npf
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: npf.jpg
|
|
||||||
title: npf.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T11:30:57-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://peteraba.com/
|
|
||||||
sourcelink: https://github.com/peteraba/peteraba.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: peteraba.jpg
|
|
||||||
title: peteraba
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-02-21T12:26:26+01:00
|
|
||||||
description: "Corporate website of an event management agency"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://promotive.es
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- corporate
|
|
||||||
- spanish
|
|
||||||
- event management
|
|
||||||
- bootstrap
|
|
||||||
image: promotive.jpg
|
|
||||||
title: Promotive
|
|
||||||
---
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-04T21:01:18+01:00
|
|
||||||
description: "My Take on Cloud"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://rahulrai.in
|
|
||||||
sourcelink: https://github.com/moonytheloony/Blog-Web
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: rahulrai_in.jpg
|
|
||||||
title: My Take on Cloud
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-01-20
|
|
||||||
date: 2016-01-20T07:32:00Z
|
|
||||||
description: ""
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://techblog.rakuten.co.jp/
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- blog
|
|
||||||
image: rakutentech.jpg
|
|
||||||
title: Rakuten Tech Blog
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-08-05T15:33:56-07:00
|
|
||||||
description: "The personal website of Randall Degges."
|
|
||||||
license: "Unlicense"
|
|
||||||
licenseLink: "http://unlicense.org/"
|
|
||||||
sitelink: https://www.rdegges.com/
|
|
||||||
sourcelink: https://github.com/rdegges/rdegges-www
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: rdegges.jpg
|
|
||||||
title: Randall Degges
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-11-16
|
|
||||||
date: 2015-11-16T08:36:00Z
|
|
||||||
description: Restored text files
|
|
||||||
sitelink: http://readtext.org/
|
|
||||||
tags:
|
|
||||||
- textfiles
|
|
||||||
- reading
|
|
||||||
image: readtext.jpg
|
|
||||||
title: ReadText
|
|
||||||
---
|
|
||||||
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-09-08
|
|
||||||
date: 2015-09-07T00:12:00-07:00
|
|
||||||
description: "Personal website dedicated to electronics, programming, and reviews."
|
|
||||||
license: "MIT"
|
|
||||||
licenseLink: "https://opensource.org/licenses/MIT"
|
|
||||||
sitelink: http://richardsumilang.com/
|
|
||||||
sourcelink: https://github.com/richardsumilang-blog
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- technical
|
|
||||||
- electronics
|
|
||||||
- reviews
|
|
||||||
image: richardsumilang.jpg
|
|
||||||
title: Richard Sumilang - Top Secret Labs
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-02-01
|
|
||||||
date: 2015-05-20T04:32:00Z
|
|
||||||
description: Rick Cogley's personal site, powered by Hugo.
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://rick.cogley.info/
|
|
||||||
sourcelink: https://github.com/RickCogley/RCC-Hugo2015
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
- rickcogley
|
|
||||||
- japan
|
|
||||||
image: rick_cogley_info.jpg
|
|
||||||
title: rick.cogley.info
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-10-01
|
|
||||||
date: 2015-09-27T00:00:00Z
|
|
||||||
description: Official Company Website
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://ridingbytes.com/
|
|
||||||
tags:
|
|
||||||
- company
|
|
||||||
- website
|
|
||||||
- blog
|
|
||||||
- tech
|
|
||||||
image: ridingbytes.jpg
|
|
||||||
title: RIDING BYTES
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-03-26
|
|
||||||
date: 2016-03-26T17:47:40+01:00
|
|
||||||
description: "Robert Basic is a web developer from Serbia."
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://robertbasic.com/
|
|
||||||
sourcelink: https://github.com/robertbasic/robertbasic.com-hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: robertbasic.jpg
|
|
||||||
title: Robert Basic's blog
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-08
|
|
||||||
date: 2015-07-21T10:00:00Z
|
|
||||||
description: Personal portfolio, created with Hugo
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://scottcwilson.github.io/
|
|
||||||
sourcelink: https://github.com/scottcwilson/hugosite
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: scottcwilson.jpg
|
|
||||||
title: scottcwilson.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-10T07:32:00Z
|
|
||||||
description: Personal blog.
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://shapeshed.com/
|
|
||||||
sourcelink: https://github.com/shapeshed/shapeshed.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: shapeshed.jpg
|
|
||||||
title: shapeshed.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-02-07
|
|
||||||
date: 2016-02-07T10:30:00Z
|
|
||||||
description: Shelan's Blog
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://shelan.org/
|
|
||||||
sourcelink: https://github.com/shelan/my-hugo-site
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: shelan.jpg
|
|
||||||
title: shelan.org
|
|
||||||
---
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-08-01T08:12:00Z
|
|
||||||
description: "All-in-One Intelligent Bot for Business"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://siba.ai/
|
|
||||||
sourceLink:
|
|
||||||
tags:
|
|
||||||
- corporate
|
|
||||||
- saas
|
|
||||||
- software
|
|
||||||
- chatbot
|
|
||||||
- blog
|
|
||||||
image: siba.jpg
|
|
||||||
title: Siba Chatbot
|
|
||||||
---
|
|
||||||
|
|
@ -1,12 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-03-28T14:16:59+02:00
|
|
||||||
description: "Custom theme of small italian software house"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://silvergeko.it/
|
|
||||||
tags:
|
|
||||||
- profesional
|
|
||||||
image: silvergeko.jpg
|
|
||||||
title: Silvergeko
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-03-11
|
|
||||||
date: 2015-11-29T07:16:53-05:00
|
|
||||||
description: Salar Rahmanian Blog
|
|
||||||
license: MIT
|
|
||||||
licenseLink: https://raw.githubusercontent.com/softinio/softinio.com/master/LICENSE
|
|
||||||
sitelink: http://www.softinio.com/
|
|
||||||
sourcelink: https://github.com/softinio/softinio.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- technical
|
|
||||||
- blog
|
|
||||||
image: softinio.jpg
|
|
||||||
title: Salar Rahmanian
|
|
||||||
---
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2013-07-01T07:32:00Z
|
|
||||||
description: The first Hugo powered website.
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://spf13.com/
|
|
||||||
sourcelink: https://github.com/spf13/spf13.com
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: spf13.jpg
|
|
||||||
title: spf13.com
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-07-28T07:32:00Z
|
|
||||||
description: Weilin's blog
|
|
||||||
license: MIT
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://weilinshi.org/
|
|
||||||
sourcelink: https://github.com/steambap/weilinshi.org
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: steambap.jpg
|
|
||||||
title: weilinshi
|
|
||||||
---
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-05-21T21:25:25+01:00
|
|
||||||
description: "Personal site + blog"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://stefano.chiodino.uk/
|
|
||||||
sourcelink: https://github.com/Draga/go-web
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: stefano.chiodino.jpg
|
|
||||||
title: stefano.chiodino.uk
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-11-23T01:28:16+07:00
|
|
||||||
description: "Rasmus Stougaard"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://stou.dk/
|
|
||||||
sourcelink: "https://github.com/stou/stou.github.io"
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: stou.jpg
|
|
||||||
title: stou.dk
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-07-10
|
|
||||||
date: 2015-07-10T16:15:00+01:00
|
|
||||||
description: Szymon Katra
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://szymonkatra.github.io/
|
|
||||||
sourcelink: https://github.com/SzymonKatra/SzymonKatra.github.io
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: szymonkatra.jpg
|
|
||||||
title: szymonkatra.github.io
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-01-27
|
|
||||||
date: 2014-05-22T19:54:00Z
|
|
||||||
description: Tech Coaching site
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://techmadeplain.com/
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: techmadeplain.jpg
|
|
||||||
title: Tech Made Plain
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-08-26
|
|
||||||
date: 2014-08-26T09:34:42-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://tendermint.com/
|
|
||||||
sourcelink: https://github.com/tendermint/tendermint.github.io
|
|
||||||
tags:
|
|
||||||
- project
|
|
||||||
image: tendermint.jpg
|
|
||||||
title: tendermint
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-10-09T23:06:16+01:00
|
|
||||||
description: "Personal site for articles and projects."
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://thecodeking.co.uk
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: thecodeking.jpg
|
|
||||||
title: thecodeking
|
|
||||||
---
|
|
||||||
|
|
@ -1,15 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-08
|
|
||||||
date: 2014-12-27T20:00:00+07:00
|
|
||||||
description: "Tom Helmer Hansen"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://www.thehome.dk/
|
|
||||||
sourcelink: "https://github.com/tomhelmer/website-source"
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: thehome.jpg
|
|
||||||
title: thehome.dk
|
|
||||||
---
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2017-03-18T11:30:00Z
|
|
||||||
description: "Blog of programmer Tibo Beijen"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://www.tibobeijen.nl/
|
|
||||||
sourceLink: https://github.com/TBeijen/tbnl-hugo
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- programming
|
|
||||||
- blog
|
|
||||||
image: tibobeijennl.jpg
|
|
||||||
title: tibobeijen.nl
|
|
||||||
---
|
|
@ -1,17 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2016-04-15
|
|
||||||
date: 2016-04-15T01:28:16+08:00
|
|
||||||
description: "Tutorialonfly.com provide free tutorials in gitbook version online and pdf,epub,mobi etc for offline read, it's a great website built on hugo, thanks spf13 who created hugo"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: https://tutorialonfly.com/
|
|
||||||
draft: true
|
|
||||||
tags:
|
|
||||||
- tutorials
|
|
||||||
- free
|
|
||||||
- ebook download
|
|
||||||
- fast
|
|
||||||
image: tutorialonfly.jpg
|
|
||||||
title: Tutorialonfly
|
|
||||||
notes: Set this to draft true on 2017-03-12 after it came up as a broken link in linkchecker. - rdwatters.
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2014-11-25
|
|
||||||
date: 2014-08-26T14:12:55-04:00
|
|
||||||
description: ""
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://philosophy.ucsb.edu/
|
|
||||||
sourcelink:
|
|
||||||
tags:
|
|
||||||
- education
|
|
||||||
image: ucsb.jpg
|
|
||||||
draft: true
|
|
||||||
title: UC Santa Barbara Dept of Philosophy
|
|
||||||
notes: Set to draft true on 2017-03-12 after this came up in a linkchecker run; looks like the current site is built on Drupal and not Hugo.
|
|
||||||
---
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
date: 2016-06-12T11:57:53+02:00
|
|
||||||
description: "Blog by Rocchi Cesare"
|
|
||||||
license: ""
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://upbeat.it/
|
|
||||||
sourcelink:
|
|
||||||
tags:
|
|
||||||
- personal
|
|
||||||
- blog
|
|
||||||
image: upbeat.jpg
|
|
||||||
title: upbeat
|
|
||||||
---
|
|
@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
lastmod: 2015-08-08
|
|
||||||
date: 2014-06-26T15:45:00Z
|
|
||||||
description: Vamp.io microservices platform homepage and documentation
|
|
||||||
license: "Apache 2"
|
|
||||||
licenseLink: ""
|
|
||||||
sitelink: http://vamp.io/
|
|
||||||
tags:
|
|
||||||
- tech
|
|
||||||
- documentation
|
|
||||||
- company
|
|
||||||
- api
|
|
||||||
image: vamp_landingpage.jpg
|
|
||||||
title: Vamp.io
|
|
||||||
---
|
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user