A light-weight theme for a personal website.
This theme is inspired by taniarascia.com and is forked from hugo-tania.
While the core is the same, I have modified the theme a bit to my liking.
Features:
- Dark mode switch
- Floating footnotes
- Light-weight
The theme has a 100% score on Lighthouse.
- Download this repo.
- Unzip the folder and copy it to the
themes
folder in your Hugo site's root folder. - Change your
config
file according to exampleSite > config.yaml.
Enjoy.
The theme features three layouts (archetypes
) -
- Posts: For your blog posts that will show up on the homepage and in the archive. These files are stored in the
posts
folder insidecontent
. - Projects: For linking projects on the homepage. These files are stored in the
projects
folder insidecontent
. - Pages: Independent pages that don't show anywhere unless explicitly linked to. Useful for about pages and such. These files need to be stored in the root of the
content
folder.
You can create new files using these commands -
hugo new posts/my-new-post.md # for post
hugo new projects/my-new-project.md # for project
hugo new my-new-page.md # for page
- Add pagination to Archive.
- ???
- Tania Rascia for the base theme.
- WingLim for porting the theme to Hugo.
- Hugo for the remarkable static site generator.