Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/samrobbins85/hugo-developer-portfolio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Robbins <samrobbinsgb@gmail.com>2020-09-23 19:43:35 +0300
committerSam Robbins <samrobbinsgb@gmail.com>2020-09-23 19:43:35 +0300
commit5117c7b9e96893e6c95bbab894b6c110cc07b28b (patch)
treef51a38210bfd0e4b46dd603b05193af101ccd8b8
parentd5b0a316186befd84693cbf976e32d8b6279ff81 (diff)
Remove reference to images in blog
-rw-r--r--README.md1
-rw-r--r--exampleSite/content/blog/First Blog.md15
2 files changed, 9 insertions, 7 deletions
diff --git a/README.md b/README.md
index c211f5c..e80e6ca 100644
--- a/README.md
+++ b/README.md
@@ -313,7 +313,6 @@ When submitting a blog, you can supply the following fields in the front matter
```yml
title: "Making a new Website"
date: 2019-12-31T12:14:34+06:00
-image: "https://d33wubrfki0l68.cloudfront.net/c38c7334cc3f23585738e40334284fddcaf03d5e/2e17c/images/hugo-logo-wide.svg"
description: "My first blog, introducing my new website"
author: "Sam Robbins"
```
diff --git a/exampleSite/content/blog/First Blog.md b/exampleSite/content/blog/First Blog.md
index ed39330..cde6ffd 100644
--- a/exampleSite/content/blog/First Blog.md
+++ b/exampleSite/content/blog/First Blog.md
@@ -1,27 +1,30 @@
---
title: "Making a new Website"
date: 2019-12-31T12:14:34+06:00
-image: "https://d33wubrfki0l68.cloudfront.net/c38c7334cc3f23585738e40334284fddcaf03d5e/2e17c/images/hugo-logo-wide.svg"
description: "My first blog, introducing my new website"
author: "Sam Robbins"
type: "post"
---
+
For a long time this website has had a couple of links to contact me, but those days are over.
Now I have a brand new Hugo website with a custom written theme complete with
-* A homepage with more social links, and description of my skills
-* An about page with description of who I am
-* A portfolio page to showcase all my projects
-* A blog
+- A homepage with more social links, and description of my skills
+- An about page with description of who I am
+- A portfolio page to showcase all my projects
+- A blog
### Why Hugo?
-The first question is why a *site builder*? I'm competent at web development, why not just write it all myself? The markdown processing makes it much easier to just write words, not having to think about the formatting, and if I'm going to blog often, then I'll need that.
+
+The first question is why a _site builder_? I'm competent at web development, why not just write it all myself? The markdown processing makes it much easier to just write words, not having to think about the formatting, and if I'm going to blog often, then I'll need that.
Next it gets to why Hugo? why not Jekyll or any of the other vast array of site builders? The answer to that is sadly rather boring, it had a theme I liked the look of, in particular [this theme](https://github.com/themefisher/kross-hugo), and it had an MIT license, so I could publish and tweak it as much as I wanted to.
### Why start blogging?
+
A very good question. For one it would allow me to showcase my skills more than just a portfolio would, not everything fits under the umbrella of a portfolio, but I can blog about whatever I want. Secondly is to act as a reminder of how I do things, if I blog my process when I do technical things, I'll always be able to look back and see how I did it if I ever have to do it again.
### So what can I expect to see in the blog?
+
The current plan is for the vast majority of posts to be technical guides on how to do things, but there might be some variety if I want to blog about events.