diff --git a/README.md b/README.md index d113537..4ff917a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,14 @@ hugo server Now enter [`localhost:1313`](http://localhost:1313) in the address bar of your browser. +# Localhost inside exampleSite + +You can run this site without installing it as a hugo theme using the following command. I use this for theme development. + +``` +hugo server --source=exampleSite --theme=../.. +``` + # Configuration ### Config options diff --git a/exampleSite/content/pages/about.md b/exampleSite/content/pages/about.md index e574aef..3233a8e 100644 --- a/exampleSite/content/pages/about.md +++ b/exampleSite/content/pages/about.md @@ -1,6 +1,7 @@ --- title: 'About' -image: images/writer.jpeg +url: "/about/" +image: images/about.jpg --- ## Contra vagos diff --git a/exampleSite/content/posts/controls-the-past.md b/exampleSite/content/posts/controls-the-past.md index b89a120..8124c6a 100644 --- a/exampleSite/content/posts/controls-the-past.md +++ b/exampleSite/content/posts/controls-the-past.md @@ -5,9 +5,9 @@ description: "As soon as Winston had dealt with each of the messages, he clipped image: images/cctv2.jpeg imageAltAttribute: CCTV Camera tags: - - time - - writing - - lorem + - loyalty + - liberty + - surveillance --- ## He moved over to the window diff --git a/exampleSite/content/posts/destruction-of-words.md b/exampleSite/content/posts/destruction-of-words.md index 4a15a3d..16073ed 100644 --- a/exampleSite/content/posts/destruction-of-words.md +++ b/exampleSite/content/posts/destruction-of-words.md @@ -5,8 +5,8 @@ description: "As soon as Winston had dealt with each of the messages, he clipped image: images/cctv.jpeg imageAltAttribute: CCTV Cameras tags: - - writing - - lorem + - liberty + - surveillance --- # He moved over to the window diff --git a/exampleSite/content/posts/language-perfect.md b/exampleSite/content/posts/language-perfect.md index 871032c..a066594 100644 --- a/exampleSite/content/posts/language-perfect.md +++ b/exampleSite/content/posts/language-perfect.md @@ -5,8 +5,8 @@ description: "As soon as Winston had dealt with each of the messages, he clipped image: images/cctv2.jpeg imageAltAttribute: CCTV Camera tags: - - writing - - lorem + - liberty + - surveillance --- ## He moved over to the window diff --git a/exampleSite/content/posts/sanity-not-statistical.md b/exampleSite/content/posts/sanity-not-statistical.md index c033040..a09e902 100644 --- a/exampleSite/content/posts/sanity-not-statistical.md +++ b/exampleSite/content/posts/sanity-not-statistical.md @@ -4,6 +4,8 @@ date: 2018-12-29 description: 'Once again he glanced at his rival in the opposite cubicle. Something seemed to tell him with certainty that Tillotson was busy on the same job as himself. There was no way of knowing whose version would finally be adopted, but he felt a profound conviction that it would be his own' image: images/cctv2.jpeg imageAltAttribute: CCTV Camera +tags: + - loyalty --- ## There was no way of knowing whose version would finally be adopted diff --git a/exampleSite/data/author.json b/exampleSite/data/author.json index 3c554c9..c73748c 100644 --- a/exampleSite/data/author.json +++ b/exampleSite/data/author.json @@ -1,5 +1,5 @@ { "name": "Winston Smith", "title": "Writer & Futurist", - "image": "images/author.jpg" + "image": "images/author.png" } \ No newline at end of file diff --git a/exampleSite/static/favicon.png b/exampleSite/static/favicon.png index 0ebfd0b..e418f8a 100644 Binary files a/exampleSite/static/favicon.png and b/exampleSite/static/favicon.png differ diff --git a/exampleSite/static/images/about.jpg b/exampleSite/static/images/about.jpg new file mode 100644 index 0000000..b795627 Binary files /dev/null and b/exampleSite/static/images/about.jpg differ diff --git a/exampleSite/static/images/author-large.jpg b/exampleSite/static/images/author-large.jpg new file mode 100644 index 0000000..7a49643 Binary files /dev/null and b/exampleSite/static/images/author-large.jpg differ diff --git a/exampleSite/static/images/author.jpg b/exampleSite/static/images/author.jpg deleted file mode 100644 index ab99d26..0000000 Binary files a/exampleSite/static/images/author.jpg and /dev/null differ diff --git a/exampleSite/static/images/author.png b/exampleSite/static/images/author.png new file mode 100644 index 0000000..e418f8a Binary files /dev/null and b/exampleSite/static/images/author.png differ diff --git a/exampleSite/static/images/writer.jpeg b/exampleSite/static/images/writer.jpeg deleted file mode 100644 index ee8e71c..0000000 Binary files a/exampleSite/static/images/writer.jpeg and /dev/null differ