653b7f904e
Fixes bottom bar glitch on over-scroll |
||
---|---|---|
archetypes | ||
exampleSite | ||
images | ||
layouts | ||
static | ||
.gitignore | ||
.personalize.toml | ||
LICENSE.md | ||
README.md | ||
theme.toml |
Lekh
Simple, text-focussed and minimal personal portfolio theme based on https://github.com/vegarsti/vegarsti.github.io
Screenshot (Live Demo)
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 = ""
# Add only the handle
Github = ""
Twitter = ""
# Add the absolute links
Goodreads = ""
Linkedin = ""
Email = ""
# Add the filename with file extension.
Resume = ""
# Sets the number of posts to display on the front page
PostLimit = 4
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
- Thanks to Vegard's personal site from which the theme was heavily inspired.
- Also to https://www.gwern.net/ for the dark mode.
Feel free to contribute and open issues.