Skip to content
/ lekh Public
forked from ba11b0y/lekh

Simple, text-focussed and a minimal personal portfolio hugo theme with dark mode and GoatCounter analytics(a great alternative to Google analytics)

License

Notifications You must be signed in to change notification settings

suyash192/lekh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.)
  • GoatCounter counts(analytics). Know more about GoatCounter here

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 = ""

# This is the endpoint under the integrations section of the Site Code
GoatCounterCode = ""

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.

About

Simple, text-focussed and a minimal personal portfolio hugo theme with dark mode and GoatCounter analytics(a great alternative to Google analytics)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.2%
  • HTML 16.1%
  • CSS 8.7%