Skip to content

Commit

Permalink
update tags content, author image and about image
Browse files Browse the repository at this point in the history
  • Loading branch information
JugglerX committed Dec 1, 2023
1 parent c3a889d commit c70260e
Show file tree
Hide file tree
Showing 13 changed files with 20 additions and 9 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion exampleSite/content/pages/about.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: 'About'
image: images/writer.jpeg
url: "/about/"
image: images/about.jpg
---

## Contra vagos
Expand Down
6 changes: 3 additions & 3 deletions exampleSite/content/posts/controls-the-past.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/posts/destruction-of-words.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions exampleSite/content/posts/language-perfect.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions exampleSite/content/posts/sanity-not-statistical.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/data/author.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Winston Smith",
"title": "Writer & Futurist",
"image": "images/author.jpg"
"image": "images/author.png"
}
Binary file modified exampleSite/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/images/about.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added exampleSite/static/images/author-large.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed exampleSite/static/images/author.jpg
Binary file not shown.
Binary file added exampleSite/static/images/author.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed exampleSite/static/images/writer.jpeg
Binary file not shown.

0 comments on commit c70260e

Please sign in to comment.