diff --git a/README.md b/README.md index 91ebc7b..8a8a024 100644 --- a/README.md +++ b/README.md @@ -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") @@ -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 diff --git a/exampleSite/content/posts/post-4.md b/exampleSite/content/posts/post-4.md index c0b05e1..c8d25c3 100644 --- a/exampleSite/content/posts/post-4.md +++ b/exampleSite/content/posts/post-4.md @@ -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." --- diff --git a/exampleSite/content/posts/post-5.md b/exampleSite/content/posts/post-5.md index 8623c19..86f3708 100644 --- a/exampleSite/content/posts/post-5.md +++ b/exampleSite/content/posts/post-5.md @@ -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. diff --git a/exampleSite/content/posts/post-6.md b/exampleSite/content/posts/post-6.md index f418795..01878da 100644 --- a/exampleSite/content/posts/post-6.md +++ b/exampleSite/content/posts/post-6.md @@ -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. --- @@ -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 @@ -29,4 +30,4 @@ description: Here is a demo of all shortcodes available in Hugo. ## Instagram -{{< instagram BWNjjyYFxVx >}} + diff --git a/exampleSite/content/posts/post-8.md b/exampleSite/content/posts/post-8.md index 76f3e65..ff0303c 100644 --- a/exampleSite/content/posts/post-8.md +++ b/exampleSite/content/posts/post-8.md @@ -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] diff --git a/images/screenshot.png b/images/screenshot.png index b355697..2c8bb7f 100644 Binary files a/images/screenshot.png and b/images/screenshot.png differ diff --git a/images/tn.png b/images/tn.png index d20bf4b..2c8bb7f 100644 Binary files a/images/tn.png and b/images/tn.png differ diff --git a/theme.toml b/theme.toml index 5cb1027..0fb83ba 100644 --- a/theme.toml +++ b/theme.toml @@ -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" \ No newline at end of file