All Projects β†’ alexurquhart β†’ Hugo Geo

alexurquhart / Hugo Geo

Licence: mit
Theme I use for my personal website

Projects that are alternatives of or similar to Hugo Geo

Hugo Vitae
Vitae is a blog theme for Hugo that focuses on your content.
Stars: ✭ 81 (+24.62%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Basic
Basic site theme styled with minimal tachyons, syntax highlighting, and blog series configuration. πŸ“¦
Stars: ✭ 89 (+36.92%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Papermod
A fast, clean, responsive Hugo theme
Stars: ✭ 1,202 (+1749.23%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Terminal
A simple, retro theme for Hugo
Stars: ✭ 832 (+1180%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Ink
Crisp, minimal personal website and blog theme for Hugo
Stars: ✭ 209 (+221.54%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Noteworthy
A minimalist Hugo theme for writers and bloggers
Stars: ✭ 119 (+83.08%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Bearblog
🧸 A Hugo theme based on Β»Bear BlogΒ«. Free, no-nonsense, super-fast blogging. This theme now includes a dark color scheme to support dark mode πŸ¦‰ ⬛️!
Stars: ✭ 86 (+32.31%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (+801.54%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Clarity
A theme for Hugo based on VMware Clarity
Stars: ✭ 189 (+190.77%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Console
A minimal, responsive and light theme for Hugo inspired by Linux console.
Stars: ✭ 143 (+120%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Paper
πŸ₯› A simple, clean, flexible Hugo theme
Stars: ✭ 538 (+727.69%)
Mutual labels:  blog, hugo, hugo-theme
Erblog
A Hugo theme created by ertuil.
Stars: ✭ 49 (-24.62%)
Mutual labels:  blog, hugo, hugo-theme
Hugo Theme Stack
Card-style Hugo theme designed for bloggers
Stars: ✭ 720 (+1007.69%)
Mutual labels:  hugo, hugo-theme
Dominhhai.github.io
My Blog
Stars: ✭ 8 (-87.69%)
Mutual labels:  blog, hugo
Hugo Tanka
πŸ“ A minimalist, text-oriented, and performant theme for Hugo/blogdown.
Stars: ✭ 40 (-38.46%)
Mutual labels:  hugo, hugo-theme
Hugo Tranquilpeak Theme
A gorgeous responsive theme for Hugo blog framework
Stars: ✭ 686 (+955.38%)
Mutual labels:  blog, hugo
Slick
A fast, minimal, responsive theme for Hugo which honours your privacy
Stars: ✭ 41 (-36.92%)
Mutual labels:  hugo, hugo-theme
Hugo Journal
Minimalist theme for gohugo
Stars: ✭ 63 (-3.08%)
Mutual labels:  hugo, hugo-theme
Hugo Theme Bootie Docs
A simple Hugo theme for documentation
Stars: ✭ 45 (-30.77%)
Mutual labels:  hugo, hugo-theme
Hugo Blog Jeffprod
A free blog theme for HUGO (https://gohugo.io/), with tags, archives, last posts...
Stars: ✭ 47 (-27.69%)
Mutual labels:  hugo, hugo-theme

logo

A responsive blog theme I've developed for use on my personal website. Suitable for desktop and mobile. Designed for tutorial and post sections.

screenshot

#Example Site Demo

I also use it on my personal website

Dependencies

  • Hugo v0.14 or better
  • LESS if you wish to compile the custom CSS

Features

  • Use highlight = true in the front matter to include highlight js javascript and css files.
  • In the front matter, use index = true on the first post in a tutorial series to make that content the "index" page for the rest of the series
  • Include custom scripts and css on individual pages in front matter like so:
scripts = [
"//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.8.0/languages/go.min.js",
]

css = [
"//cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css"
]

Site Config

These are my config.toml settings:

BaseURL = "https://base-url-here/"
relativeURLs = false
languageCode = "en-us"
title = "SiteTitle.Com"
disqusShortname = "*****"
paginate = 5

[taxonomies]
	tag = "tags"
	tutorial = "tutorials"

[params]
	# Render the rotating globe in the sidebar
	showglobe = true

	# Include favicon
	favicon = "favicon.ico"
 	
	# Google Analytics
	analytics = "SHORT-CODE-HERE"

	# Email (optional)
	email = "[email protected]"
	
	# Header Title for the main page
	header = "What I'm Thinking"
	
	# Sidebar profile picture
	profilepic = "img/smugmug.jpg"
	
	# Title/subtitle for the sidebar
	title = "ALEX URQUHART"
	subtitle = "GEOMATICS PROFESSIONAL"
	
	# Social buttons for sidebar
	# Each of these are optional
	[[params.socialbuttons]]
	faicon = "github"
	url = "https://github.com/alexurquhart"
	[[params.socialbuttons]]
	faicon = "twitter"
	url = "https://twitter.com/alexanderurq"
	[[params.socialbuttons]]
	faicon = "linkedin"
	url = "https://linkedin.com"
	[[params.socialbuttons]]
	faicon = "google-plus"
	url = "https://plus.google.com/+YourID"

	# Nav links below the profile picture
	[[params.navlinks]]
	name = "About"
	url = "about/"
	
	[[params.navlinks]]
	name = "Blog"
	url = "posts/"
	
	[[params.navlinks]]
	name = "Tutorials"
	url = "tutorial/"

My TODO List (currently working on v2.0)

  • Clean up and simplify the CSS
  • Make Disqus comments optional on a per-page basis
  • Previous/next post buttons on each page
  • Improve list pages
  • Add a sidebar on large screens with links to related posts
  • Add next/previous links at the end of posts/tutorials
  • Add breadcrumbs to top of page

Credits

World graphic in logo by Sarfraz Shoukat from Flaticon is licensed under CC BY 3.0. Made with Logo Maker

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].