Skip to content

Commit

Permalink
Example and README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chollinger93 committed Sep 3, 2021
1 parent 4847f3f commit 157dff6
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,8 @@ And some **bugfixes**:
- Change the background color for Syntax Highlighting, otherwise we're looking at grey code on a grey background
- Added some classes for a Back button

It is also missing several features, which might be added later:
It is also missing some features, which might be added later:
- Dark mode
- Tests against optional configurations

## Demo
![Screenshot](images/screenshot.png "Ink-Free theme")
Expand All @@ -48,7 +47,7 @@ hugo serve --themesDir ../..
* Custom CSS/JS
* Multilingual months support
* Custom TOC
* In-Line images
* In-Line images w/ Titles
* Random footer messages
* "Edit this on GitHub" button
* Word count, tags, and an approximate read time in the overview
Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/posts/post-4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Getting Started with Traveling Ultralight"
date: 2018-03-18T12:13:35+05:30
date: 2020-12-31T12:13:35+05:30
description: "Start by getting a small backpack (less than 20 liters) and then just travel with what fits in that."
---

Expand Down
2 changes: 1 addition & 1 deletion exampleSite/content/posts/post-5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Typography"
date: 2018-03-18T12:13:38+05:30
date: 2021-05-15T12:13:38+05:30
---

Lid est laborum et dolorum fuga. Et harum quidem rerum facilis est et expeditasi distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihilse impedit quo minus id quod amets untra dolor amet sad. Sed ut perspser iciatis unde omnis iste natus error sit voluptatem accusantium doloremque laste. Dolores sadips ipsums sits.
Expand Down
5 changes: 3 additions & 2 deletions exampleSite/content/posts/post-6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Hugo shortcodes"
date: 2018-03-18T12:13:36+05:30
date: 2021-07-04T12:13:36+05:30
description: Here is a demo of all shortcodes available in Hugo.
---

Expand All @@ -10,6 +10,7 @@ description: Here is a demo of all shortcodes available in Hugo.

{{< figure src="https://images.unsplash.com/photo-1560032779-0a8809186efd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=500&q=80" title="Dave Herring" >}}

![Alt Text](https://images.unsplash.com/photo-1560032779-0a8809186efd?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1350&q=80 "Dave Herring")

## Github Gist

Expand All @@ -29,4 +30,4 @@ description: Here is a demo of all shortcodes available in Hugo.

## Instagram

{{< instagram BWNjjyYFxVx >}}

2 changes: 1 addition & 1 deletion exampleSite/content/posts/post-8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Markdown Syntax Guide"
date: "2019-03-11"
date: "2021-09-03"
description: "Sample article showcasing basic Markdown syntax and formatting for HTML elements."
tags: [markdown, css, html, themes]
categories: [themes, syntax]
Expand Down
Binary file modified images/screenshot.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 modified images/tn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 9 additions & 4 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,18 @@

name = "Ink"
license = "MIT"
licenselink = "https://github.com/knadh/ink/blob/master/LICENSE.md"
licenselink = "https://github.com/chollinger93/ink-free/blob/master/LICENSE.md"
description = "Crisp, minimal personal website and blog theme Hugo."
homepage = "https://github.com/knadh/hugo-ink"
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark"]
features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "Dark mode"]
tags = ["minimal", "clean", "blog", "responsive", "personal", "simple", "minimalist", "portfolio", "dark", "privacy"]
features = ["blog", "Clean and minimal", "Responsive", "Social media links", "Syntax highlighting", "Privacy", "GitHub integration", "Random Footers", "Reading Time"]
min_version = "0.37.0"

[author]
name = "Kailash Nadh"
name = "Christian Hollinger"
homepage = "https://chollinger.com"

[original]
author = "Kailash Nadh"
homepage = "https://nadh.in"
repo = "https://github.com/knadh/hugo-ink"

0 comments on commit 157dff6

Please sign in to comment.