Skip to content

jonathanlooi/simple-modern

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

this is my fork of the archie hugo theme, which i am calling 'simple modern', and i am using on my personal website, jonathanlooi.com

Installation

In your Hugo website directory, create a new folder named theme and clone the repo

mkdir themes
cd themes
git clone https://github.com/jonathanlooi/simple-modern.git

Edit the config.toml file with theme="simple-modern"

For more information read the official setup guide of Hugo.

Writing Posts

Create a new .md file in the content/posts folder

---
title: Title of the post
description:
date:
tldr: (optional)
draft: true/false (optional)
tags: [tag names] (optional)
---

Credits

Forked from Archie Theme and Licensed under MIT License

Design inspired by LaTex and academic papers.


Config Options

Custom CSS

Custom CSS files can be included though the customcss config parameter.

Note: CSS files should be placed under the assets directory e.g. assets/css/first.css.

[params]
	customcss = ["css/first.css", "css/second.css"]

About

A minimal Hugo Theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 63.9%
  • CSS 36.1%