Skip to content

hossein-lap/allgray

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hos's Hugo Theme

A simple Hugo theme based on lugo I plan on using for my personal website.

get started

hugo new site new-site
cd new-site
git clone https://github.com/hossein-lap/allgray themes/allgray
echo "theme = 'allgray'" >> config.toml
cp -r themes/allgray/static/css static/
cp themes/allgray/config.toml .

stuff

  • Makes one RSS feed for the entire site at /index.xml
  • Stylesheet is in /style.css and includes some important stuff for partials.
  • If a post is tagged, links to the tags are placed at the bottom of the post.
  • nextprev.html adds links to the Next and Previous articles to the bottom of a page.
  • taglist.html links all tags an article is tagged to for related content.

screenshot

page-title

toc

page-body

code-block

code-block-output

site-map

About

Hos's Hugo Theme

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 62.7%
  • HTML 28.4%
  • Lua 7.1%
  • JavaScript 1.8%