Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Rahul Tiwari ef263394e6
Add credits in theme.toml
před 4 roky
archetypes Inception commit před 4 roky
exampleSite Add exampleSite před 4 roky
images Add dark mode před 4 roky
layouts Add dark mode před 4 roky
static Fixes bottom bar glitch on overscroll před 4 roky
.gitignore Inception commit před 4 roky
.personalize.toml Inception commit před 4 roky
LICENSE.md Inception commit před 4 roky
README.md Update README.md před 4 roky
theme.toml Add credits in theme.toml před 4 roky

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

# 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

Feel free to contribute and open issues.