You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Roxie Gibson 8dd80c416c
Changed 404 message and added freshlytics scripts
3 years ago
archetypes Inception commit 4 years ago
assets/sass Moved to using scss and removed dark theme toggle. Moved to dracula colour scheme 4 years ago
layouts Changed 404 message and added freshlytics scripts 3 years ago
static/css Moved to using scss and removed dark theme toggle. Moved to dracula colour scheme 4 years ago
.gitignore Inception commit 4 years ago
.personalize.toml Use a partial to render social profile links. 4 years ago
LICENSE.md Inception commit 4 years ago
README.md Update README to accomodate social profile changes 4 years ago
theme.toml Add credits in theme.toml 4 years ago

README.md

Lekh

Simple, text-focussed and minimal personal portfolio theme based on https://github.com/vegarsti/vegarsti.github.io

Screenshot (Live Demo)

Screenshot

Features

  • Social media links
  • Markdown supported
  • Easy to personalize
  • RSS feed
  • Dark mode (taken from https://www.gwern.net/ as it is.)

Installation

cd into your hugo site’s root directory and:

cd themes
git clone https://github.com/invinciblycool/lekh.git

For more information read the official setup guide of Hugo.

Personalization

To personalize the theme

cp themes/lekh/.personalize.toml data/personalize.toml

And then customize accordingly.

Or simply copy the below into a new file called data/personalize.toml and customize accordingly.


Name = ""

# Supports markdown
About = ""

Email = ""

# Add the filename with file extension.
Resume = ""

# Sets the number of posts to display on the front page
PostLimit = 4

[[profiles]]
name = "GitHub"
url = ""

[[profiles]]
name = "Twitter"
url = ""

[[profiles]]
name = "Goodreads"
url = ""

[[profiles]]
name = "LinkedIn"
url = ""

Posts

Below is a typical post, which defaults to what Hugo expects.

Specify draft: true to avoid publishing the post.

---
title: "Rant post"
date: "2020-04-02"
draft: true
---

Too much to rant :(

Credits

Feel free to contribute and open issues.